@charset "utf-8";

/*---------------------------------------------------------
　サイト共通
---------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
html{
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:"ＭＳ Ｐゴシック",/*"Osaka","ヒラギノ角ゴ Pro W3",*/sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
}
body
{
	text-align:center;
	margin:0px auto;
	background: url(../img/common/bg_body.jpg) 0 0 repeat;
	font-size:small;
	height:100%;
	color: #000000;
}

body > #container
{
	height: auto;
}

h1, h2, h3, h4, h5, p, li, ul, form{margin:0px;padding:0px;}
table td
{
	vertical-align: top;
	text-align: left;
}
img{border:none;}
ul, li{list-style:none;}

a,
a:link,
a:visited,
a:active{color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:underline;}


.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {min-height: 1px;}

* html .clearfix {
	height: 1px;
	/**//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear{clear:both; font-size: 1px;}


* html div#container{
height:100%;
}

div#container{
	width:100%;
	text-align:center;
	margin:0 auto;
	min-height:100%;
	height: auto !important;
	height: 100%;
	padding:0;
	position:relative;
}


.floL{float:left;}
.floR{float:right;}


/*---------------------------------------------------------
　HEADER
---------------------------------------------------------*/
div#header{
	width:100%;
	background: url(../img/common/bg_header.jpg) 0 0 repeat-x;
	padding:7px 0 0 0;
	margin-bottom:20px;
}

div#headerInner{
	width:940px;
	margin:0 auto;
	text-align:center;
	position:relative;
	padding:0;
}


ul#naviInfo{width:288px;margin-bottom:25px;float:right;}

	ul#naviInfo li{display:inline; float:left;}
	ul#naviInfo li a{
		display:block;
		height:23px;
		text-indent:-9999px;
		text-decoration: none;
	}

	ul#naviInfo li a#i01{width:75px;background: url(../img/common/navi_info.jpg) 0 0 no-repeat;}
	ul#naviInfo li a#i01:hover{background-position: 0 -23px;}

	ul#naviInfo li a#i02{width:104px;background: url(../img/common/navi_info.jpg) -75px 0 no-repeat;}
	ul#naviInfo li a#i02:hover{background-position: -75px -23px;}

	ul#naviInfo li a#i03{width:109px;background: url(../img/common/navi_info.jpg) -179px 0 no-repeat;}
	ul#naviInfo li a#i03:hover{background-position: -179px -23px;}


div#headerInner div{clear:both;}

	div#headerInner div h1{float:left;margin:5px 0 0 0;}
	div#headerInner div h1 a{
		background: url(../img/common/img_siteid.jpg) 0 0 no-repeat;
		width:277px;
		height:29px;
		display:block;
		text-indent:-9999px;
	}


ul#naviGlobal{width:620px;float:right;}

	ul#naviGlobal li{display:inline; float:left;}
	ul#naviGlobal li a{
		display:block;
		height:39px;
		text-indent:-9999px;
		text-decoration: none;
	}
	ul#naviGlobal li a#g01{width:146px;background: url(../img/common/navi_global.jpg) 0 0 no-repeat;}
	ul#naviGlobal li a#g01:hover{background-position: 0 -39px;}

	ul#naviGlobal li a#g02{width:179px;background: url(../img/common/navi_global.jpg) -146px 0 no-repeat;}
	ul#naviGlobal li a#g02:hover{background-position: -146px -39px;}

	ul#naviGlobal li a#g03{width:141px;background: url(../img/common/navi_global.jpg) -325px 0 no-repeat;}
	ul#naviGlobal li a#g03:hover{background-position: -325px -39px;}

	ul#naviGlobal li a#g04{width:154px;background: url(../img/common/navi_global.jpg) -466px 0 no-repeat;}
	ul#naviGlobal li a#g04:hover{background-position: -466px -39px;}


	/*--CLEAR--*/
	div#headerInner:after,
	div#headerInner ul:after,
	div#headerInner div:after{
		content:".";
		display:block;
		height:0px;
		clear:both;
		visibility:hidden;
	}



/*---------------------------------------------------------
　CONTENTS BODY
---------------------------------------------------------*/
div#contentsBody{
	width:100%;
	margin:0 auto;
	text-align:center;
}


/*CONTENTS TITLE*/
div#conHead{
	background: url(../img/common/bg_pttl.jpg) center 0 repeat-x;
	height:100px;
	margin-bottom:40px;
}
div#conHead-inner{
	width:940px;
	text-align:left;
	margin:0 auto;
	padding-top:38px;
}

div#conHead-inner h2{display:block;text-indent:-9999px;text-align:left;margin:0;}


div#conBody{
	width:940px;
	margin:0 auto;
	text-align:center;
	position:relative;
	min-height:600px;
}

div#columnSide{width:201px;float:left;}
div#columnMain{width:701px;float:right;padding-bottom:2em;position:relative;}

div.conBox{width:100%;margin:0 0 10px 0;}

div.dot{
	background: url(../img/products/z_dot.jpg) 0 0 repeat-x;
	height: 20px;
	padding:1;
	border: 0px none;
	clear:both;
}
div.dot hr{display:none;}






	/*--CLEAR--*/
	div#conBody:after,
	div.footBox ul:after,
	div.conBox:after{
		content:".";
		display:block;
		height:0px;
		clear:both;
		visibility:hidden;
	}




/*---------------------------------------------------------
　CONTENTS BODY ＞ SIDE
---------------------------------------------------------*/
div#columnSide h3{
	display:block;
	text-indent:-9999px;
	margin:0;
	padding:0;
	width:200px;
	height:44px;
}


div#menu{width:200px;margin:0 0 20px 0;}

div#menu div{
	text-align:left;
	border-bottom:1px solid #ccc;
	margin:0;
	font-size:0.9em;
}

div#menu div a{
	display:block;
	padding:8px 0 8px 30px;
	background: url(../img/common/z_arrow_kon.gif) 10px 7px no-repeat;
}
div#menu div a:hover,
div#menu div.activ{
	display:block;
	padding:8px 0 8px 30px;
	background:#efefed url(../img/common/z_arrow_kon.gif) 10px 7px no-repeat;
	text-decoration:none;
}

div#menu div ul{width:auto;margin:6px 0 0 35px;}
div#menu div ul li{margin-bottom:6px;font-size:0.95em;}
div#menu div ul li.activ{background: url(../img/common/z_arrow_kon_s2.gif) 0 3px no-repeat;padding:0 0 0 7px;}


div#menu div ul li a,
div#menu div ul li a:hover{padding:0 0 0 7px;background: url(../img/common/z_arrow_kon_s.gif) 0 3px no-repeat;}
div#menu div ul li a:hover{text-decoration:underline;}

div#menu div ul.li2nd{margin:5px 0;}
div#menu div ul.li2nd li.activ{
	font-weight:bold;
	padding:0 0 0 7px;background: url(../img/common/z_arrow_kon_s.gif) 0 3px no-repeat;
}








/*バナー*/
div.bnrArea{width:100%;margin:0;}
div.bnrArea img{margin-bottom:5px;}
div.bnrArea a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/*---------------------------------------------------------
　CONTENTS BODY ＞ MAIN
---------------------------------------------------------*/
div#columnMain h3{
	display:block;
	text-indent:-9999px;
	margin:0;
	padding:0;
	width:701px;
	height:34px;
}



p.pagetop{float:right;margin:0 0 1em 0}
p.pagetop a{
	display:block;
	text-indent:-9999px;
	background:url(../img/common/z_pagetop.jpg) 0 0 no-repeat;
	width:79px;
	height:10px;
}






/*---------------------------------------------------------
　FOOTER
---------------------------------------------------------*/
div#footer{
	width:100%;
	background:url(../img/common/bg_footer.jpg) 0 0 repeat-x;
	height:210px;
	padding:20px 0 0 0;
}


div#footerInner{
	width:940px;
	margin:0 auto;
	text-align:left;
	color:#535353;
}

div.footBox{width:100%;}
div.bgDot{
	margin:30px 0 0 0;
	background:url(../img/common/z_dot.gif) 0 0 repeat-x;
	padding:15px 0 0 0;
	font-size:0.9em;
}

div.fBox{
	width:145px;
	float:left;
	font-size:0.9em;
	margin:0 0 0 10px;
}
div.fBox p{margin-bottom:10px;line-height:1.4;}
div.fBox p a{background:url(../img/common/z_arrow_gy.gif) 0 3px no-repeat;padding:0 0 0 7px;}


div.fBox ul{width:100%;margin:0 0 0 2px;}
div.fBox ul li, div.bgDot ul li{
	background:url(../img/common/z_arrow_gy.gif) 0 3px no-repeat;
	padding:0 0 0 7px;
	font-size:0.9em;
	margin-bottom:2px;
}
div.fBox ul li.li2nd{margin:0 0 0 8px;}

div.bgDot ul{width:300px;margin:0 0 0 0;}
div.bgDot ul li{float:left;margin:0 30px 0 0;}


div#footerInner a,
div#footerInner a:link,
div#footerInner a:visited,
div#footerInner a:active{color:#535353;text-decoration:none;}
div#footerInner a:hover{color:#535353;text-decoration:underline;}


address{
	font-style: normal;
	font-size:0.9em;
	float:right;
	margin:0 10px 0 0;
}



	/*--CLEAR--*/
	div.footBox:after,
	div.footBox ul:after{
		content:".";
		display:block;
		height:0px;
		clear:both;
		visibility:hidden;
	}





