@charset "Shift_JIS";

@import "reset.css";
@import "menu.css";
@import "top.css";
@import "guide.css";
@import "material.css";

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","Hiragino Maru Gothic Pro","ƒqƒ‰ƒMƒmŠÛƒS Pro W4","Osaka", "sans-serif";
	color:#555555;
	margin-top: 0px;
	margin-bottom: 10px;

	background-image:url(../images/format/body-bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
	}

form { margin:0px;}

p {
	margin:0 0 10px 0;
	font-size:80%;
	font-weight:normal;
	line-height:160%;
	}


.navi{
	padding:0 0 3px 0;
	border-bottom:1px dashed #999999;
	margin:0 0 15px 0;
	}
	
.navi p,
.category .navi p{margin:0;}

a:link {	color: #005AFF; text-decoration: none;}
a:visited {	color: #9947AA; text-decoration: none;}
a:active {	color: #005AFF; text-decoration: none;}
a:hover {	color: #F75708; text-decoration:underline;}






#container{
	width:840px;
	margin:0 auto 0 auto;
	text-align:center;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../images/format/container-bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	}


#header{
	width:840px;
	background-image:url(../images/format/header-bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:90px;
	margin:0;
	padding:0;
	text-align:left;
	}

.logo{
	padding:23px 0 0 23px;
	}
	
.logo h1 a{
	font-size:2px;
	float:left;
	text-indent:-9999px;
	display:block;
	background-image:url(../images/format/logo.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:267px;
	height:46px;
	margin:0 5px 0 0;
	}

.logo ul{
	list-style:none;
	margin:27px 0 0;
	}
.logo ul li{
	list-style:none;
	margin:0;
	padding:0;
	font-size:2px;
	line-height:100%;
	}	
		

#main{
	margin:0 20px;
	}
	
.main_inner{
	text-align:left;
	width:800px;
	}
		

#main_content{
	float:left;
	width:600px;
	}

#left{
	float:right;
	width:180px;
	}	
	
	
	
	
	
#footer{
	width:800px;
	margin:10px 20px 20px 20px;
	padding:10px 0 0 0;
	font-size:80%;
	text-align:center;
	}	
	
#footer .footer-ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	}	
#footer .footer-ul li{
	font-size:100%;
	line-height:140%;
	background-image:url(../images/format/link-footer.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	float:left;
	margin:0 10px 0 0;
	}	
	
.gototop{
	float:right;
	margin-bottom:5px;
	width:65px;
	}	
	
.footer01{
	padding:0 0 10px 0;
	background-image:url(../images/format/footer-top.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	}	
	
.footer02{
	padding:7px 0 10px 0;
	background-color:#E3E3E3;
	background-image:url(../images/format/footer-bottom.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-bottom:5px;
	}	
		
	
/* ---------- clear ----------*/
	
	

div.clear{
	clear:both;
	height:0;
	}
	
div.clear hr{
	display:none;
	}	
		
	
div.space{	
	clear:both;
	height:30px;
	}
	
div.space hr{
	display:none;
	}		
	
	
div.gray{	
	clear:both;
	margin:4px 0;
	height:1px;
	border-top:1px solid #cccccc;
	}
	
div.gray hr{
	display:none;
	}		
	
	
	
	
/* ---------- company ----------*/	


table.company_ta{
	background-color:#ffffff;
	font-size:80%;
	line-height:140%;
	width:100%;
	border-bottom:1px solid #53A4DE;
	}
table.company_ta tr{

	}
	
table.company_ta th{
	border-top:1px solid #53A4DE;
	padding:6px 5px 20px 25px;
	background-color:#ffffff;
	background-image:url(../images/guide/com_th_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	}
	
table.company_ta td{
	border-top:1px solid #53A4DE;
	padding:3px 5px 3px 5px;
	background-color:#efefef;
	padding:5px 5px 5px 10px;
	background-color:#ffffff;

	font-weight:normal;
	text-align:left;
	vertical-align:top;
	}	

			