body {
	text-align: center;
	background-color: #FEF9CB;
}
body div {
	text-align: left;
	margin: 0 auto;
}
/*----　コンテンツのレイアウト枠ここから　------*/
/*ヘッター*/
#title {
	width: 740px;
}
/*コンテンツ外枠*/
#container {
	width: 740px;
	background-color: #CC0000;
}
#menu {
	width: 170px;
	float: left;
	margin-right: 5px;
	margin-left: 7px;
	padding-top: 5px;
}
/*メイン外枠*/
#main {
	width: 540px;
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 5px;
}
.waku01 {
	width: 520px;
	background-color: #ffffff;
	padding-right: 8px;
	padding-left: 8px;
}
.waku02 {
	width: 536px;
	text-align: center;
}
.waku03 {
	width: 520px;
	background-color: #FFCC00;
	padding-right: 8px;
	padding-left: 8px;
}
/*フッター*/
#footer {
	width: 740px;
	clear: both;
	background-color: #CC0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
	font-size: 12px;
	color: #F5D8D3;
	padding-top: 5px;
	margin-top: 8px;
}
/*----　コンテンツの枠レイアウトここまで　　------*/
/*フォントの指定*/
.style1 {
	font-size: 10px;
	color: #463624;
	line-height: 1.2em;
	letter-spacing:0.2ex;
}
.style2 {
	font-size: 12px;
	color: #463624;
	line-height: 1.2em;
	letter-spacing:0.1em;
}
.style3 {
	font-size: 14px;
	color: #463624;
}
.style4 {
	font-size: 14px;
	color:#CC0000;
	line-height: 1.2em;
}
.style5 {
	font-size: 14px;
	color:#ffffff;
	line-height: 1.2em;
}
.style5-s {
	font-size: 12px;
	color:#ffffff;
	line-height: 1.2em;
}
.style6 {
	font-size: 14px;
	color:#000099;
	line-height: 1.2em;
	letter-spacing:0.1em;
}
.style7 {
	font-size: 14px;
	color:#000000;
	line-height: 1.2em;
}

/*ボックス枠・ラインのスタイル*/

.box01 {
	border: 1px solid #CC0000;
	padding: 3px;
}

.box02 {
	border: 1px solid #333333;
	padding: 3px;
}
.box03 {
	border: 1px solid #A99889;
	padding: 3px;
}
.line01{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB9F7A;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
}
.line02{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 3px;
	padding-top: 3px;
}

/*hrの指定*/
.HR-line1 {
	border-style: dotted none none none;
	border-top-width: 3px;
	border-top-color: #FF0000;
	height: 1px;
	text-align: center;
} 

.HR-line2 {
	border-top-width: 3px;
	border-top-color: #594739;
	height: 1px;
	text-align: center;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
