@charset "utf-8";
/* CSS Document */

/*================================
 BASIC
================================*/
body {
margin:0;
border:0;
padding:0;
font-size:100%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
} 
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address {
list-style-type:none; 
margin:0;
border:0;
padding:0;
font-style:normal; 
font-weight:normal; 
font-size:100%; 
}
p, li, dl, dt, dd {
list-style-type:none; 
margin:0;
border:0;
padding:0;
font-style:normal; 
font-weight:normal; 
font-size:12px; 
}

img { border:none;}
body { font-size: 75%; /* IE */}
html>/**/body { font-size: 12px; /* Except IE */}
sub{ font-size: 8px !important; vertical-align:baseline !important;}
sup{ font-size: 8px !important; vertical-align:top !important;}
sup.r{ font-size: 11px !important; vertical-align: top !important; font-weight: normal; position:relative; top:-4px;}
sup.r2{ font-size: 14px !important; vertical-align: top !important; font-weight: normal; position:relative; top:-5px;}

/*================================
 LINK
================================*/
a { color:#15aad5; text-decoration: none;}
a:link{ color:#15aad5; text-decoration: none;}
a:visited{ color:#15aad5; text-decoration: none;}
a:hover{ color:#ff8100; text-decoration: underline;}
a:active{ color:#ff8100; text-decoration: underline;}

/*================================
 ALL
================================*/
body{ background-color: #ffffff; color: #525252;}
#wrapper{
	width: 100%;
	background: #ffffff;
	margin: 0 auto 0;
}

/*================================
 HEADER
================================*/
#header{
	background: url(../img/bg_header.gif) repeat-x left top;
	width: 100%;
	height: 85px;
	min-width:950px;	
}
#headertop{ width: 900px; margin: 0 auto 0;}
#header h1{ text-indent: -9999px;}
#logo{
	width: 357px;
	height: 32px;
	margin-top: 18px;
	margin-left: 50px;
	float: left;
}
#inquiry{
	width: 89px;
	height: 18px;
	float: right;
	margin: 20px 50px 13px 0;
}
#sMenu{
	font-size: 10px;
	float:right;
	width:400px;
	margin-right: 50px;
	text-align:right;
}
#sMenu ul{
list-style-type:none; 
margin:0;
border:0;
padding:0;
font-style:normal; 
font-weight:normal; 
font-size:100%; 
}

#sMenu li{
list-style-type:none; 
margin:0;
border:0;
padding:0;
font-style:normal; 
font-weight:normal; 
font-size:100%; 
}

*html #sMenu{ padding-right: 18px;}

*:first-child+html #sMenu{ padding-right: 18px;}


#sMenu ul li{ display: inline; background: url(../img/btn_icon_1.gif) no-repeat 3px 1px; font-size:10px;}
#sMenu ul li.map{ width: 62px;}
#sMenu ul li.site{ width: 70px;}
#sMenu ul li.policy{ width: 99px;}
#sMenu ul li.iso{ width: 28px;}
#sMenu ul li a{ margin-left:15px;}
*:first-child+html #sMenu{/* for IE7 */
	font-size: 9px;
	float:right;
	width:400px;
	margin-right: 35px;
}
* html #sMenu{/* for IE6 */
	font-size: 9px;
	float:right;
	width:400px;
	margin-right: 18px;
}
* html #logo{/* for IE6 */
	width: 357px;
	height: 32px;
	margin-top: 18px;
	margin-left: 25px;
	float: left;
}
* html #inquiry{/* for IE6 */
	width: 89px;
	height: 18px;
	float: right;
	margin: 20px 25px 13px 0;
}

/*================================
 NAVI
================================*/
#gNavi{
	clear: both;
	height: 43px;
	background: url(../img/bg_navi.gif) repeat-x left top;
	margin:0;
	padding:0;
	width: 100%;
	min-width:950px;	
}
#naviBtn{
	min-width:950px;
	height: 34px;
	margin:0 auto;
}
#naviBtn ul{
	padding:9px 0 0 0;
	margin:0 auto;
	display:block;
	width:802px;
}
#naviBtn ul li{
	line-height: 0% !important;
	float: left;
	margin:0 0 0 0;
	display:block;
}

*html #naviBtn ul li{ margin:0 0 -4px 0;}

/*================================
 NAVI - english -
================================*/
#gNavi_ft{
	clear: both;
	height: 43px;
	margin:0;
	padding:0;
	width: 100%;
}
#naviBtn_ft{
	height: 34px;
	margin:0 auto;
}

#naviBtn_ft ul{
	margin:0 auto;
	display:block;
	width:802px;
	padding:2px 0 0 0;
}
#naviBtn_ft ul li{
	float: left;
	margin:0 5px 0 0;
	display:block;
}

#naviBtn_ft ul li.mg_right{
	float: left;
	margin:0;
	display:block;
}

*html #naviBtn ul li{ margin:0 0 -4px 0;}


/*================================
 LEAD
================================*/
#leadBack{
	clear: left;
	width: 100%;
	min-width:950px;
	height: 100px;
	background: url(../img/bg_lead.gif) repeat-x left top;
	padding:0;
	margin:0;
}

#lead h2{ text-indent: -9999px;}

/*================================
 crumb
================================*/
#crumb ul li{
	display: inline;
	margin:0;
	padding:0;
	font-size: 9px;
}
#crumb{
	width:600px;
	padding-top: 5px;
	padding-left: 50px;
	float: left;
}

#crumb_news{
	width:700px;
	padding-top: 5px;
	font-size: 9px;
	padding-left: 50px;
	float: left;
}

#crumb_news ul li{
	display: inline;
	margin:0;
	padding:0;
}
/*================================
 CONTENT
================================*/
#mainTop{
	width: 100%;
	min-width:950px;
	margin: 0 auto 0;
	height: 23px;
	background: url(../img/bg_main.gif) no-repeat top;
}
#pageTop{
	width: 100%;
	min-width:950px;
	margin: 0 auto 0;
	background: url(../img/bg_main_bottom.gif) repeat-y top;
}
#mainContents{
	width: 100%;
	min-width:900px;
	width: 900px;
	margin: 0 auto 0;
}

/*================================
 MAIN_AREA
================================*/
#main{ padding-left:15px;}
#main h4{ margin-top:21px; margin-bottom: 20px;}
#pageRight{
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 554px;
}
#mainTxt{ width: 554px;}

/*================================
 FOOTER
================================*/
#footer{
	clear: both;
	width: 100%;
	min-width:950px;
	height: 37px;
	background: #000000;
	font-size:11px;
}
#footer2{ width: 900px; margin: 0 auto 0;}
#footer address{
	color: #c1c1c1;
	margin-top: 15px;
	margin-right: 35px;
	float: right;
}

/*================================
CLEAR
================================*/
p.clear{
	font-size:0% !important;
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	line-height:0% !important;
	height:0px !important;
	width:0px !important;
	float:none;
}

span.topft {
    color:#000000;
	padding-left:3px;
}
