@charset "shift_jis";
/*全体
--------------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	COLOR: #666;
	FONT-SIZE: small;
	FONT-FAMILY: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	LINE-HEIGHT: 150%;
	text-align: center;
	background:#FDCE8E url(image/bodyback.jpg) repeat-x center top;
}

#bodyback{
    width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	background:url(image/bodyback2.jpg) no-repeat left top;
}

#con{
    width:700px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img{
	border:0;
}

a:link,a:visited{
	color:#DD640B;
}

a:hover{
	color:#DD640B;
}

a:active{
	color:#DD640B;
}

/*ヘッダ
--------------------------------------------------------------------------*/
#header{
	width:700px;
	height:70px;
	margin:0;
	padding:0;
	background:url(image/header.jpg) no-repeat right top;
	text-align:right;
}

h1{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}

/*メニュー
--------------------------------------------------------------------------*/
#menu{
	clear:both;
	float:right;
	width:513px;
	height:50px;
	margin:0;
	padding:0;
}

#menu ul{
	width:513px;
	height:50px;
	margin:0;
	padding:0;
}

#menu li{
	float:left;
	display:inline;
	list-style-type:none;
}

/*メイン
--------------------------------------------------------------------------*/
#main{
	clear:both;
	float:left;
	width:700px;
	height:auto;
	background:url(image/mainback.gif) repeat-y left top;
}

#rei{
	clear:both;
	float:left;
	width:465px;
	height:auto;
	margin:0;
	padding:15px 25px 0 210px;
	background:url(image/reiback.gif) no-repeat left top;
	text-align:left;
}

#rei p{
	margin:0;
	padding:0;
}

p.pright{
	text-align:right;
}

#rei ul{
	margin:20px 0 20px 0;
	padding:0;
}

#rei li{
	margin:0 0 5px;
	padding:0 0 0 25px;
	background:url(image/reili.gif) no-repeat left top;
	list-style-type:none;
}

#comment{
	clear:both;
	float:left;
	width:700px;
	height:auto;
	margin:20px 0 0;
	padding:0;
	text-align:left;
}

#comment p{
	margin:0 25px 15px;
	line-height:170%;
	font-size:1.1em;
}

.f-green{
	color:#3E9D3E;
}

/*フッタ
--------------------------------------------------------------------------*/
#submenu{
	clear:both;
	float:left;
	width:700px;
	height:65px;
	margin:0;
	padding:0;
	background:url(image/submenu.gif) no-repeat left top;
}

#submenu ul{
	width:700px;
	height:auto;
	text-align:center;
	margin:30px 0 0;
	padding:0;
}

#submenu li{
	display:inline;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0 10px 0 0;
	border-right:1px solid #999;
}

#submenu li.bno{
	padding:0;
	border-right:none;
}

#footer{
	clear:both;
	float:left;
	width:700px;
	height:auto;
	margin:20px 0 0;
	padding:0;
	text-align:center;
	background:url(image/footer.gif) no-repeat center top;
}

#footer p{
	margin:40px 0 0;
	padding:0;
}