﻿@charset "utf-8";
/* CSS Document */

/*===========================================
　1=>全体設定
===========================================*/
html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#Container{
	width:730px;
	background:url(../images/Background.jpg) left top repeat-y #ffffff;
	padding-left:20px;
	padding-right:50px;
	font-size:13px;
	letter-spacing:0.05em;
}
#Wapper:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;
}
#Wapper{
	display:inline-block;
	background:url(../images/WapperBackground.gif) repeat-y;
}
.Clear{
	clear:both;
}
span.Clear{
	display:block;
	clear:both;
}
a{
	overflow:hidden;
}
/*===========================================
　2=>ヘッダー設定
===========================================*/
#Header{
	width:730px;
	height:150px;
	background:url(../images/HeaderBackground.jpg) no-repeat;
	position:relative;
}
span#ADaC{
	width:267px;
	height:24px;
	background:url(../images/ADaC.gif) no-repeat;
	position:absolute;
	top:8px;
	left:7px;
	text-indent:-9999px;
	font-size:1px;
}
span#GHS{
	width:96px;
	height:45px;
	background:url(../images/GHS.gif) no-repeat;
	position:absolute;
	top:65px;
	left:22px;
	text-indent:-9999px;
	font-size:1px;
}
h1{
	width:415px;
	height:63px;
	background:url(../images/INTEGRITY.gif) no-repeat;
	position:absolute;
	top:50px;
	left:136px;
	text-indent:-9999px;
	font-size:1px;
	margin:0;
}
/*===========================================
　3=>メインコンテンツ設定
===========================================*/
#MainContents{
	width:505px;
	float:left;
	line-height:1.8;
	display:inline-block;
	position:relative;
}
#Contents{
	min-height:300px;
	padding-bottom:50px;
}
#MainContents:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;
}
h2{
	margin:0 25px 15px 20px;
	padding-left:5px;
	padding-right:50px;
	font-size:17px;
	line-height:1.5;
	border-bottom:1px solid #004A26;
}
h3{
	margin:15px 35px 10px 30px;
	background:url(../images/h3Mark.gif) left no-repeat;
	padding:12px 0 0 10px;
	font-size:15px;
	line-height:1;
}
#MainContents p{
	margin:0 35px 10px 40px;
	padding:0;
}
hr{
	margin:15px 35px 15px 30px;
}
.Annotation{
	color:#999999;
}
#MainContents p.AnnotationDetails{
	clear:both;
	display:block;
	border:#CCCCCC 1px dashed;
	color:#999999;
	margin-top:20px;
	padding:3px 5px;
}
/*リスト関連*/
#MainContents ul{
	margin:0 35px 0 50px;
	padding:0;
}
#MainContents li{
	margin:0;
	padding:0 0 0 18px;
	margin-bottom:0.8em;
	line-height:1.1;
	list-style-type:none;
	background:url(../images/ul_Listmark.gif) no-repeat;
}
/*リンク関連*/
a.BlankWindow{
	background:url(../images/Link_BlankWindow.gif) left center no-repeat;
	padding-left:18px;
	padding-bottom:2px;
	margin-left:0.2em;
	display:_inline-block;
}
/*イメージ関連*/
.IMGL{
	float:left;
	margin:10px 10px 10px 40px;
}
.IMGR{
	float:right;
	margin:10px 35px 10px 10px;
}
.IMGBox,.IMGBoxL,.IMGBoxR{
	border:1px solid #999999;
	display:block;
	font-size:11px;
	color:#999999;
	line-height:1.2;
}
.IMGBox IMG,.IMGBoxL IMG,.IMGBoxR IMG{
	margin:7px;
}
.IMGBox{
	margin:0 35px 10px 40px;
}
.IMGBoxL{
	float:left;
	margin:0 20px 10px 40px;
}
.IMGBoxR{
	float:right;
	margin:0 35px 10px 20px;
}
.Caption{
	display:block;
	background:url(../images/CaptionBackground.gif) left top no-repeat;
	padding:3px 10px 0 18px;
	text-align:left;
}
.Zoom{
	background-color:#999999;
	display:block;
	color:#FFFFFF;
	padding:2px 3px 2px 3px;
	text-align:right;
	font-size:10px;
}
/*表関連*/
#MainContents table{
	margin:0 35px 10px 40px;
	border-collapse:collapse;
	border:2px solid #999999;
}
#MainContents td{
	padding:2px 5px;
	border-left:1px solid #999999;
}
#MainContents td.EvenNumber{
	background-color:#EEEEEE;
}
/*メイン下部サブナビ*/
ul#PageNavi li,ul#LinkNavi li{
	margin:0;/* #MainContents liのmargin回避 */
	padding:0;/* #MainContents liのpadding回避 */
	background:none;/* #MainContents liのbackground回避 */
}
#SubNavi{
	clear:both;
}
ul#PageNavi{
	margin:0 0 0 40px;
}
ul#PageNavi li{
	float:left;
	list-style-type:none;
	width:142px;
	font-size:11px;
	margin-bottom:10px;
}
ul#PageNavi li a{
	color:#666666;
	text-decoration:none;
}
ul#PageNavi li a{
	color:#666666;
	text-decoration:none;
	padding:0;
}
ul#PageNavi li a:hover{
	color:#333333;
	text-decoration:underline;
}
ul#PageNavi li#Previous a{
	display:block;
	background:url(../images/Previous.gif) left center no-repeat;
	padding-left:12px;
}
ul#PageNavi li#ToPageTop a{
	display:block;
	text-align:center;
}
ul#PageNavi li#Next a{
	display:block;
	text-align:right;
	background:url(../images/Next.gif) right center no-repeat;
	padding-right:12px;
}
ul#LinkNavi{
	margin:0 20px 0 40px;
	clear:both;
}
ul#LinkNavi li{
	float:right;
	list-style-type:none;
	margin-bottom:20px;
}
#ToProductsInquiry a,#ToADaCWEB a{
	display:block;
	background: url(../images/LinkListmark.gif) left center no-repeat #F5F5F5;
	color:#666666;
	border:1px solid #999999;
	padding:5px 10px 5px 20px;
	font-size:11px;
	text-decoration:none;
	margin-left:10px;
	line-height:1;
}
#ToProductsInquiry a:hover,#ToADaCWEB a:hover{
	background: url(../images/LinkListmark.gif) left center no-repeat #EFEFEF;
	text-decoration:underline;
}
/*===========================================
　4=>メニュー設定
===========================================*/
#Menu{
	width:225px;
	float:right;
	background-color:#F5F5F5;
	font-size:11px;
}
#Menu ul{
	margin:0;
	padding:0;
}
#Menu li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#Menu li a{
	background:url(../images/Listmark_off.gif) 15px 4px no-repeat;
	text-decoration:underline;
	color:#666666;
	display:block;
	width:170px;
	padding:4px 20px 4px 35px;
}
#Menu li a:hover{
	background:url(../images/Listmark_off.gif) 12px 4px no-repeat #EFEFEF;
	text-decoration:underline;
	color:#000000;
	display:block;
	width:173px;
	padding:4px 20px 4px 32px;
}
#Menu li a.ThisPage,#Menu li a:hover.ThisPage{
	background:url(../images/Listmark_on.gif) 5px 4px no-repeat #E3E3E3;
	text-decoration:none;
	color:#000000;
	display:block;
	width:175px;
	border-left:5px solid #F5B100;
	padding:4px 20px 4px 25px;
}

/*===========================================
　5=>フッター設定
===========================================*/
#Footer{
	clear:both;
	text-align:center;
	font-size:10px;
	line-height:1.2;
	background:url(../images/FooterBackground.jpg) left top no-repeat;
	width:800px;
	height:80px;
	padding-top:20px;
}

