/***************************************

	1.Page
	2.Header & Menu
	3.Mainarea
	4.Footer
	5.Common
	6.Construction

***************************************/

/***************************************
	1.Page
***************************************/
*{
	padding:0;
	margin:0;
	}
html{
	font-size: 90%;
	}
img{
	border:0;
	}
h1{
	font-size:70%;
	font-weight:normal;
	color:#b3751c;
	}
h1.toppan{
	margin-top:10px;
	margin-bottom:5px;
	}
a:link{
	color:#666666;
	text-decoration:none;
	}
a:visited{
	color:#666666;
	text-decoration:none;
	}
a:hover{
	color:#000000;
	text-decoration:none;
	}
.pan{
	width: 800px;
	height: 50px;
	clear: both;
	}
.pan th{
	text-align: right;
	width: 100%;
	border-top: 1px solid #FF9752;
	height: 5px;
	}
body {
	background:url(../img/bg.gif) repeat-y center top;
}
div#container{
	width:840px;
	margin:auto;
	}
div#main_container {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:0;
	height:300px;
	float:left;    /*←Floatを指定する事で、背景画像が伸びます。over-flow:autoでも伸びます。*/
}
/***************************************
	2.Header & Menu
***************************************/
#header{
	margin: 0 0 0 20px;
	padding-top: 10px;
	width: 800px;
	border-top:5px solid #ffbf75;
	}
#container .menu_top{
	width:604px;
	height:19px;
	font-size:9pt;
	float:right;
	display:inline;
	text-align:right;
	border-left:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;

	}
#container .menu_top li{
	float:left;
	display:inline;
	text-align:left;
	list-style:none;
	padding-left:15px;
	}
.link_saiyo{
	background:url(../img/bg_saiyo.gif);
	background-repeat:no-repeat;
	margin-left: 200px;
	}
.link_sitemap{
	background:url(../img/bg_sitemap.gif);
	background-repeat:no-repeat;
	margin-left: 10px;
	}
.link_privacy{
	background:url(../img/bg_privacy.gif);
	background-repeat:no-repeat;
	margin-left: 10px;
	}
.link_inquiry{
	background:url(../img/bg_inquiry.gif);
	background-repeat:no-repeat;
	margin-left: 10px;
	}
#container .menu_bottom{
	width:604px;
	height:35px;
	float:right;
	border-left:1px dotted #CCCCCC;
	margin-bottom:15px;
	}

/***************************************
	3.Mainarea
***************************************/
div#top_left{
	width:595px;
	margin: 0 30px 0 20px;
	float:left;
	display:inline;
}
div#top_right{
	width:175px;
	float: left;
	display:inline;
	}
div#left{
	width: 195px;
	margin: 10px 0 0 20px;
	float: left;
	display:inline;
	}
div#right{
	width: 605px;
	float: left;
	margin: 10px 0 30px 0;
	}
div#max{
	width:800px;
	margin: 10px 0 30px 20px;
	}
p.read{
	line-height: 1.3em;
	margin: 0 0 20px 0;
	}
h2{
	background: url(../img/s_title.gif) no-repeat;
	color: #663333;
	font-weight: 700;
	font-size: 80%;
	margin: 20px 0 10px 0;
	padding: 8px 0 0 0;
	height: 30px;
	width: 605px;
	}
h3{
	color: #ff3300;
	background: url(../img/h3.gif) no-repeat bottom left;
	margin: 20px 0 10px 0;
	}
h4{
	margin: 20px 0 10px 0;
	color: #274201;
	}
/***************************************
	4.Footer
***************************************/

#footer{
	text-align:center;
	width: 800px;
	clear:both;
	margin: 0px 0 30px 20px;
	}
	
/***************************************
	5.Common
***************************************/
.clear{clear: both;}
.fl{float:left;}
.fr{float:right;}
.tc{text-align: center;}
.m0{margin:0;}
.mt10{margin-top: 10px;}
.mt5{margin-top:5px;}
.mb5{margin-bottom:5px;}
.mr5{margin-right: 5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.mr25{margin-right: 25px;}
.ml25{margin-left: 25px;}
.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.mr17{margin-right:17px;}
.brs{border-right: 1px solid #CCCCCC;}
.bls{border-left: 1px solid #CCCCCC;}
.bbs{border-bottom: 1px solid #CCCCCC;}
.bts{border-top: 1px solid #CCCCCC;}
.brd{border-right: 1px dotted #CCCCCC;}
.bld{border-left: 1px dotted #CCCCCC;}
.bbd{border-bottom: 1px dotted #CCCCCC;}

/***************************************
	6.Construction
***************************************/
.construction{
	width:400px;
	margin:20px auto 50px auto;
	border:1px solid #FF6600;
	font-size:90%;
	line-height:1.3em;
	}
.construction td{
	text-align:center;
	padding:10px;
	}
.construction th{
	text-align: left;
	font-weight: normal;
	padding:10px;
	}