body {
	margin: 0;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
#wrap{
}
.left_box {
	margin: 0px;
	padding: 0px;
	width: 490px;
	float: left;
}
.left_box  p{
	font-size:14px;
	padding: 0 10px;
}
.right_box {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: right;
}
h1 {
	margin: 0px auto;
	width: 700px;
	color: #FFFFFF;
	background-color: #828217;
	text-align: center;
	height: 50px;
	vertical-align: text-botom;
	float: none;
}
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 3px 3px 3px 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c27085;
	color: #828217;
}
h3 {
	font-size: 14px;
	color: #c27085;
	padding: 0;
	background-image: url(img/menu_h.gif);
	margin: 0;
	height: 34px;
	display: block;
	background-repeat: no-repeat;
}
h3 p{
	font-size:14px;
	margin: 0;
	;
	padding: 10px 0 0 15px;
}
a:link {
	color: #000;
	text-decoration:none;
	
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a.m:link {
	font-size: 14px;
	background-image: url(img/menu.gif);
	height: 27px;
	width: 200px;
	display: block;
	text-indent: 15px;
	padding: 10px 0px 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.m:visited {
	font-size: 14px;
	background-image: url(img/menu.gif);
	height: 27px;
	width: 200px;
	display: block;
	text-indent: 15px;
	padding: 10px 0px 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.m:hover {
	font-size: 14px;
	background-image: url(img/menu_h.gif);
	height: 27px;
	width: 200px;
	display: block;
	text-indent: 15px;
	padding: 10px 0px 0px;
	background-repeat: no-repeat;
	color: #828217;
	text-decoration: none;
	font-weight: bold;
}
.l_f1{

}

#box{
	margin:0 auto;
	width: 695px;
	border-left-color: #828217;
	border-left-style: solid;
	border-right-color: #828217;
	border-right-style: solid;
}
#footer{
	clear:both;
	margin:0 auto;
	width:695px;
	background-color:#828217;
	color:#FFF;
	font-size: 14px;
	height: 60px;
	text-align: center;
	padding-top: 10px;
}
#footer a{
	color:#FFF;
}
