@charset "shift-jis";

*/*全指定*/
	{
	margin:0; padding:0;
	font-size:100%; font-weight:normal; font-style:normal; text-decoration:none;
	color:#000; background:transparent;

}



body {
	margin:0px;
	padding:0px;
	text-align: center;
	font-size:12px;
	line-height:1.5em;
	background-color:#fff;
	background-position: center;
	background-image:url(../image/back.gif);
	color: #505050;
	background-repeat: repeat;
	background-position: left top;
}

em{font-style:normal;font-weight:normal;}
a:link    { color: #1B54B2; text-decoration: none; }
a:visited { color: #6954b2; text-decoration: none; }
a:hover   { color: #b31b55; text-decoration: none; }
a:active  { color: #1B54B2; text-decoration: none; }




/*---------------------------
フロートクリア
---------------------------*/
.fClear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fClear{display:inline-table;}
/*\*/
* html .fClear{height:1%;}
.fClear{display:block;}
/**/

/*---------------------------
全体レイアウト共通指定
---------------------------*/

#container{
	margin:0px auto 0px auto;
	text-align: left;
	position: relative;
	padding:top;
	border: 1px solid #706a4c;
	border-top:1px solid #706a4c;
	border-bottom:1px solid #706a4c;
	border-left: 1px solid #706a4c;
	border-right: 1px solid #706a4c;
	background-color:#FFF;
	width:760px;
}

#header{
	margin:10px ; padding:top;
	background-color:#FFF;
	width:720px;
	font-size:10px;
	line-height:1.2em;
	color: #505050;
	}

#main{
	width:760px; height:auto;
	text-align: left;
	margin:0 ; padding:top;
	border:0;
	background-color:#fff;
}



h1{
	margin:10px;
	text-align: left;
	width:740px;
	font-size:12px;
	line-height:1.5em;
}

#honbun_color{
	padding:10px 10px;
	width:740px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#fef9db;
	font-size:12px;
	line-height:1.5em;
}

#top_botan{
	width:760px; height:auto;
	text-align: left;
	margin:0 ; padding:top;
	border:0;
	background-color:#fff;
}

#honbun{
	padding:20px 10px;
	width:740px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
#honbun2{
	padding:0px;
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	font-size:12px;
	line-height:1.5em;
}

#hon_left{
	padding:0px 10px;
	width:550px;
	text-align:left;
	float:left;
	background-color:#fff;
	font-size:12px;
	line-height:1.5em;
	color: #505050;
}

.table_1{
	padding:5px 0px;
	width:550px;
	background-color:#fff;
}
.table_1 td{
	border:1px dotted #c2c2c2;
	border-bottom:1px dotted #c2c2c2;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	font-size:12px;
	line-height:1.5em;
	color: #505050;
}
.table_2{
	padding:0px;
	width:550px;
}
.table_2 td{
	border:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	border-top:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	font-size:12px;
	line-height:1.5em;
	color: #505050;
	background-color:#fff;
}
.table_2 td.tl{
	border:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	border-top:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	font-size:12px;
	line-height:1.5em;
	color: #505050;
	background-color:#bfbba8;
	}
.table_2 td.gr{
	border:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	border-top:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	color: #505050;
	background-color:#fff;
}
#hon_right{
	padding:0px 10px 0px 0px;
	width:180px;
	text-align:left;
	float:right;
	background-color:#fff;
}
#fooder_color{
	padding:5px 10px;
	width:740px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#efefd7;
	border-top:0px;
	border-bottom:1px solid #706a4c;
	border-left: 0px;
	border-right:0px;
	font-size:12px;
	line-height:1.5em;
}


