body {
	color: #000000;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #2db593;
	line-height: 20px;
	background-color: #FFF;
}
.header {
	padding-top: 10px;
	height: 90px;
	background-image: url(images/obi.jpg);
}
.body-box {
	width: 100%;
}
.menu {
	float: left;
	width: 200px;
	height: auto;
	text-align: center;
	border: 1px solid #f63;
}
h1 {
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	background-color: #006600;
	height: 30px;
	padding-top: 15px;
	color: #FFF;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-weight: lighter;
	background-color: #2db593;
	padding: 10px;
	color: #FFF;
	text-align: center;
}
p {
	padding-left: 20px;
}

a {
	text-decoration: blink;
}
a:hover {
	color: #2db593;
}
/*
フッター
-------------------------------------------*/

.footer {
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #CC9933;
	clear: both;
	height: 50px;
	position: relative;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}
#foot p {
	font-size: 10px;
	color: #C9BE9C;
	line-height: 16px;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 25px;
}
#foot li a {
	color: #DCD6BE;
	font-size: 11px;
}
#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #817E72;
}

#foot #f_ul01 {
	position: absolute;
	left: 20px;
	top: 15px;
}
#foot #f_ul02 {
	position: absolute;
	left: 20px;
	top: 38px;
}
#foot #f_logo {
	font-size: 24px;
	color: #C9BE9C;
	position: absolute;
	top: 30px;
	right: 25px;
	font-family: "Times New Roman", Times, serif;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #634E34;
	background-color: #F5F5F5;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}
