@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #333;
}
body {
	font: 100%/1.2 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #fff;
	/*background: #fff url(../images/html_back.jpg) top center repeat-y;*/
}
#container {
	width: 1001px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: #ddd 1px solid;
}
/* ----------------------------------- header_start ----------------------------------- */
#header {
	position: relative;
	height: 4.5em;
	border-bottom: #ddd 1px solid;
}
#header h1 {
	position: absolute;
	top: 0.5em;
	left: 0.125em;
}
#header h2 {
	position: absolute;
	top: 1em;
	left: 3.25em;
	font-size: 90%;
	font-weight: normal;
	color: #333;
}
#header p {
	position: absolute;
	top: 0.25em;
	right: 0.5em;
	font-size: 70%;
}
ul.globalNavi {
	position: absolute;
	top: 1em;
	right: 0.25em;
	line-height: 1;
	list-style-type: none;
}
ul.globalNavi li {
	float: left;
	text-align: center;
	font-size: 70%;
	line-height: 32px;
}
#globalNavi_1 {
	background: url(../images/globalnavi_1.jpg) top center no-repeat;
}
#globalNavi_2 {
	background: url(../images/globalnavi_2.jpg) top center no-repeat;
}
#globalNavi_3 {
	background: url(../images/globalnavi_3.jpg) top center no-repeat;
}
#globalNavi_4 {
	background: url(../images/globalnavi_4.jpg) top center no-repeat;
}
#globalNavi_5 {
	background: url(../images/globalnavi_5.jpg) top center no-repeat;
}
ul.globalNavi li a {
	display: block;
	width: 124px;
	height: 49px;
	position: relative;
	color: #000;
	text-decoration: none;
}
#globalNavi_1 a:hover {
	background: url(../images/globalnavi_1_over.jpg) top center no-repeat;
}
#globalNavi_2 a:hover {
	background: url(../images/globalnavi_2_over.jpg) top center no-repeat;
}
#globalNavi_3 a:hover {
	background: url(../images/globalnavi_3_over.jpg) top center no-repeat;
}
#globalNavi_4 a:hover {
	background: url(../images/globalnavi_4_over.jpg) top center no-repeat;
}
#globalNavi_5 a:hover {
	background: url(../images/globalnavi_5_over.jpg) top center no-repeat;
}
ul.globalNavi {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
ul.globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* ----------------------------------- header_end ----------------------------------- */
#mainContent {
	margin: 0;
	padding: 0;
	background:#fff;
}
#adContent {
	height: 100%;
	border-bottom: #ddd 1px solid;
	/*background: #000;*/
}
/* ----------------------------------- leftArea_start ----------------------------------- */
#adContent .leftArea {
	float: left;
	width: 755px;
}
#menuTable {
	margin: 8px;
	width: 739px;
}
#menuTable h4 {
	position: absolute;
	width:100%;
	bottom: 14px;
	left: 0px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}
#menuTable h5 {
	position: absolute;
	width:100%;
	top: 92px;
	left: 0px;
	text-align: center;
	font-size: 70%;
	font-weight: normal;
}
#productContent_title {
	padding: 8px;
	width: 739px;
	height: 60px;
	background: url(../images/ad_back.gif) top left repeat;
	border-bottom: #ddd 1px solid;
}
#productContent {
	padding: 8px;
	width: 739px;
	border-bottom: #ddd 1px solid;
}
#productContent_table {
	padding: 8px;
	width: 739px;
}
#productContent_table p {
	text-align: center;
}
#productContent_table img {
	margin: 1em auto;
}
.panmimi_list {
	font-size: 70%;
}
.contentsTable h2 {
	margin: 0 auto;
	padding: 0.25em 0;
	font-size: 150%;
	border-top: #990033 6px double;
	border-bottom: #990033 6px double;
}
.h2_small {
	font-size: 70%;
}
.contentsTable h4 {
	margin-bottom: 0.5em;
	font-size: 100%;
}
.contentsTable h5 {
	margin: 0 auto;
	padding: 0.25em;
	font-size: 100%;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.contentsTable img {
	margin: 0.5em auto;
}
.contentsTable sup {
	vertical-align: top;
	font-size: 0.75em;
	color: #ff0000;
}
.contentsTable dt {
	margin: 0.25em auto;
	font-size: 100%;
	text-align: right;
}
.contentsTable dd {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}
.dd_line {
	color: #666;
}
.right_td {
	border-left: #ddd 1px solid;
}
.lead_txt {
	font-size: 100%;
	line-height: 140%;
}
.contents_txt {
	font-size: 80%;
	line-height: 140%;
}
.red_text {
	font-size: 70%;
	color: #ff0000;
}
.specTable {
	margin: 0 auto;
	border-top: #660000 1px solid;
	border-left: #660000 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.specTable caption {
	font-size: 100%;
	padding: 0.25em;
}
.specTable th {
	border-right: #660000 1px solid;
	border-bottom: #660000 1px solid;
	padding: 0.25em;
	font-size: 70%;
	text-align: center;
	color: #fff;
	background: #990033 url(../images/spectable_th.gif) left top no-repeat;
}
.specTable td {
	border-right: #660000 1px solid;
	border-bottom: #660000 1px solid;
	padding: 0.25em;
	font-size: 60%;
	text-align: center;
}
.specUl {
	padding: 0.25em;
	font-size: 60%;
	text-align: left;
	list-style: none;
}
.specUl_60 {
	margin: 0 auto;
	width: 60%;
	padding: 0.25em;
	font-size: 60%;
	text-align: left;
	list-style: none;
}
.specUl_80 {
	margin: 0 auto;
	width: 80%;
	padding: 0.25em;
	font-size: 60%;
	text-align: left;
	list-style: none;
}
.specUl_90 {
	margin: 0 auto;
	width: 90%;
	padding: 0.25em;
	font-size: 60%;
	text-align: left;
	list-style: none;
}
.square {
	color: #990033;
}
#agshikumi_table td {
	font-size: 120%;
	line-height: 140%;
	padding-left: 20em; 
	padding-right: 18em; 
}
.agshikumi_td_small {
	font-size: 90%;
	line-height: 120%;
}
.guzilla_sp_h2 {
	font-size: 140%;
	line-height: 160%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	text-align: left;
	font-weight: bold;
	border-top: #999 8px double;
	border-bottom: #999 8px double;	
}
.guzilla_sp_h3 {
	font-size: 130%;
	line-height: 130%;
	text-align: left;
	color: #000033;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.guzilla_sp_h4 {
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
}
.guzilla_sp_h5 {
	font-size: 110%;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-bottom: 0.25em;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: url(../products_images/sp/sp_dsx_feature_figure6.jpg) top left no-repeat;	
}
.guzilla_sp_ul {
	list-style: none;
	font-size: 140%;
	line-height: 150%;
	text-align: left;
	color: #000033;
	margin-top: 0.5em;
}
.guzilla_sp_ul li {
	border-bottom: #ddd 2px solid;
	margin: 0.5em auto;
	padding-left: 0.5em;
}
.guzilla_sp_hr {
	margin-bottom: 0.5em;
	border: #ddd 2px solid;
}
.guzilla_sp_pagetop {
	font-size: 80%;
	text-align: right;
}
.guzilla_sp_pagetop a {
	margin-right: 0.25em;
}
.guzilla_sp_pagetop img {
	vertical-align: middle;
	margin: 0;
}
#equipment {
	margin: 0 auto;
}
#equipment td {
	font-size: 100%;
	line-height: 120%;
}
#equipment img {
	margin: 0;
}
.claw_table {
	margin: 0 auto;
	font-size: 70%;
}
.claw_table caption {
	margin: 0 auto 0.25em;
	font-size: 120%;
	text-align: left;
}
.claw_table td {
	padding: 0.25em;
}
.claw_table_hr {
	margin-top: 1em;
	border: #fff 1px solid;
}
.claw_table_p {
	margin: 0 auto;
	width: 90%;
	text-align: left;
	font-size: 70%;
	margin-top: 0.25em;
}
.event_title {
	font-size: 200%;
	color: #009999;
	font-weight: bold;
	line-height: 100%;
}
.event_session {
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
}
.event_lead {
	font-size: 140%;
	line-height: 150%;
	color: #FF0000;
}
.event_navi {
	margin: 0 auto;
	font-size: 100%;
	width: 100%;
}
.event_navi li {
	list-style: none;
}
.event_navi a {
	margin: 0.25em auto;
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-indent: 1em;
}
.event_navi_image a {
	background: url(../images/event_menu_plate.png) center center no-repeat;
}
.event_navi_image a:hover {
	background: url(../images/event_menu_plate_over.png) center center no-repeat;
}
#topics_table img {
	margin: 0;	
}
#summary_table {
	margin-top: 1em;
	border: 1px #ccc solid;
	font-size: 120%;
	background: url(../images/company_guide_image_30.jpg) bottom right no-repeat;
}
#summary_table th {
	width: 20%;
	padding: 0.5em;
	background: url(../images/ad_back.gif) top left repeat;
	text-align: right;
	line-height: 150%;
	font-weight: normal;
}
#summary_table td {
	padding: 0.5em;
	text-align: left;
	line-height: 150%;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.company_title {
	margin: 1em auto 0;
	font-size: 130%;
	color: #FF0000;
	font-weight: bold;
	line-height: 100%
	text-align: center;
}
.map_table {
	margin: 0 auto;
	border: 1px #ccc solid;
	font-size: 120%;
}
.map_table th {
	width: 20%;
	padding: 0.5em;
	background: url(../images/ad_back.gif) top left repeat;
	text-align: right;
	line-height: 120%;
	font-weight: normal;
}
.map_table td {
	padding: 0.5em;
	text-align: left;
	line-height: 120%;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#history_table {
	margin-top: 1em;
	border: 1px #ccc solid;
	font-size: 120%;
	background: url(../images/company_history_image_30.jpg) bottom right no-repeat;
}
#history_table th {
	width: 20%;
	padding: 0.5em;
	background: url(../images/ad_back.gif) top left repeat;
	text-align: right;
	line-height: 150%;
	font-weight: normal;
}
#history_table td {
	padding: 0.5em;
	text-align: left;
	line-height: 150%;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#recruit_table {
	margin-top: 1em;
	border: 1px #ccc solid;
	font-size: 120%;
	background: url(../images/recruit_info_image.jpg) bottom right no-repeat;
}
#recruit_table th {
	width: 20%;
	padding: 0.5em;
	background: url(../images/ad_back.gif) top left repeat;
	text-align: right;
	line-height: 150%;
	font-weight: normal;
}
#recruit_table td {
	padding: 0.5em;
	text-align: left;
	line-height: 150%;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#recruit {
	margin-top: 1em;
	background: #ddd url(../images/sidebar1_back_image.gif) center top repeat;
	border: #ccc 1px solid;
}
#recruit p {
	margin: 1em;
	font-size: 120%;
	line-height: 150%;
	text-align: center;
}
#recruit_division_table {
	margin-top: 0em;
	border: 1px #ccc solid;
	font-size: 120%;
	/*background: url(../images/recruit_info_image.jpg) bottom right no-repeat;*/
}
#recruit_division_table th {
	width: 40%;
	padding: 0.5em;
	background: url(../images/ad_back.gif) top left repeat;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
}
#recruit_division_table td {
	padding: 0.5em;
	text-align: left;
	line-height: 150%;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#inguiry {
	margin-top: 1em;
	background: #ddd url(../images/sidebar1_back_image.gif) center top repeat;
	border: #ccc 1px solid;
}
#inguiry p {
	margin: 1em;
	font-size: 200%;
	line-height: 150%;
	text-align: center;
}
#inguiry a {
	display: block;
	padding: 0.5em;
	border: #999 2px dotted;
}
.link_table {
	margin-top: 1em;
	font-size: 120%;
}
.link_table td {
	padding: 0.25em;
	text-align: center;
	line-height: 100%;
}
#privacy_box {
	margin-top: 2em;
}
#privacy_box h4 {
	margin-bottom: 0.25em;
	font-size: 120%;
	color: #666;
}
#privacy_box p {
	margin-bottom: 1em;
	padding: 0 3em;
	font-size: 100%;
	text-indent: 1em;
	text-align: left;	
}
#privacy_box .hr {
	margin: 1em auto;
	border: #ddd 2px dotted;
}
#privacy_box ul {
	margin: 0.5em 0;
	list-style: none;
}
#privacy_box li {
	padding: 0 3em;
	font-size: 90%;
	text-indent: 1em;	
}
#movie_table {
	margin-top: 1em;
	font-size: 110%;
}
#movie_table img {
	margin-top: 0;
	margin-bottom: 0.5em;
}
#movie_table td {
	padding: 0.5em;
	text-align: center;
	line-height: 100%;
}
#movie_table th {
	text-align: left;
}
#pdf_table {
	margin-top: 1em;
	font-size: 110%;
}
#pdf_table img {
	margin-top: 0;
	margin-bottom: 0.5em;
	border: #000 1px solid;
}
#pdf_table td {
	padding: 0.5em;
	text-align: center;
	line-height: 100%;
}
#pdf_table th {
	text-align: left;
}
#sitemap_table {
	margin-top: 1em;
	font-size: 120%;
}
#sitemap_table ul {
    list-style-type: none;
    margin: 0 8em;
    padding: 12px 0 1px 0;
    border-left: 1px solid #ccc;
}
#sitemap_table ul li {
    position: relative;
    z-index: 1;
    margin: 0 0 3px 0;
    padding: 0 0 1px 0;
    border-top: 1px solid #ccc;
    zoom: 1;
}
#sitemap_table ul li a {
    display: block;
    position: relative;
    z-index: 2;
    margin: -0.6em 0 10px 5px;
    padding: 0 0 0 5px;
    border: 1px dotted #ccc;
    background-color: #fff;
    font-size: 80%;
    line-height: 1.2;
    text-decoration: none;
    zoom: 1;
}
#sitemap_table ul li a:hover {
    background-color: #ddd;
}
#sitemap_table ul ul {
    width: auto;
    margin: -10px 0 10px 20px;
}
/* ----------------------------------- leftArea_end ----------------------------------- */
/* ----------------------------------- rightArea_start ----------------------------------- */
#adContent .rightArea {
	float: right;
	width: 244px;
	border-left: #ddd 1px solid;
	background: url(../images/ad_back.gif) top left repeat;	
}
#adTable {
	margin: 8px;
	width: 228px;
}
#adTable p {
	margin: 0.25em;
	font-size: 80%;
}
#contentsMenu td {
	font-size: 70%;
}
.download_page {
	text-align: right;
}
.right_hr {
	color: #ddd;
	margin: 0.5em auto;
}
.rightArea h4 {
	margin: 1em auto 0.5em;
	padding: 0.25em;
	font-size: 80%;
	border-top: #999 4px double;
	border-bottom: #999 4px double;
}
#blank {
	margin: 0 auto;
	width: 100%;
	height: 54px;
}
#blank_2 {
	margin: 0 auto;
	width: 100%;
	height: 66px;
}
/* ----------------------------------- rightArea_end ----------------------------------- */
#mainContent h3 {
	margin: 0.5em;
	padding: 2px;
	font-size: 80%;
	border-top: #999 4px double;
	border-bottom: #999 4px double;
	line-height: 130%;
}
#whatsNews {
	margin: 0 10px;
}
#menuContent {
	margin: 0.5em;
}
#menuContent table td {
	border: #fff 1px solid;
}
#bannerContent {
	border-top: #ddd 1px solid;
}
#bannerTable {
	border: #000 1px solid;
}
#bannerTable td {
	border: #000 1px solid;
}
/* ----------------------------------- footer_start ----------------------------------- */
#footer {
	margin-top: 0.5em;
	height: 2em;
	padding: 0 1em;
	background: #660000;
	border-top: #ddd 1px solid;
	font: 80%/1.4 Times New Roman, Times, serif;
}
#footer .copyright {
	float: left;
	margin: 0;
	padding: 0.25em 0 0 1em;
	color: #fff;
	font: 100%/1.4 Times New Roman, Times, serif;
}
#footer ul {
	float: right;
	margin: 0.25em 0.25em;
	font-size: 80%;
	list-style-type: none;
	text-align:center;
	font: 80%/1.5 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#footer li {
	float: left;
	width : 10.5em;
	margin: 0.3em 0.1em;
	border-left: 4px solid #cc0000;
}
#footer li a {
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
}
#footer .end {
	border-right: 4px solid #cc0000;
}
/* ----------------------------------- footer_end ----------------------------------- */
.clear {
	line-height: 1;
	clear: both;
}
