/* -----基準設定----- */
html {
	scrollbar-face-color: #FFF;
	scrollbar-arrow-color: #FFBB00;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-base-color: #FFF;
	scrollbar-3dlight-color: #FFBB00;
	scrollbar-darkshadow-color: #FFBB00;
}
body {
	background: #FFEEBE url(../img/bg02_hk.gif) repeat-x;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック";
	font-size: 90%;
	color: #332E26;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #FFF;
	scrollbar-arrow-color: #FFBB00;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-base-color: #FFF;
	scrollbar-3dlight-color: #FFBB00;
	scrollbar-darkshadow-color: #FFBB00;

}
h1,h2,h3,h4,h5,p {
	margin: 0px;
	padding: 0px;
}
/* -----区切り線----- */
hr {
	display: none;
}
.line01 {
	clear: both;
	border-top:thin dotted #4D4639;
	margin: 10px 0px 10px 10px;
}
/* -----回り込みの解除----- */
.clear {
	clear: both;
}
/* -----テキストエリア----- */
.wrapper03 {
	margin: 10px;
	padding: 5px 10px 0px;
	border: 1px solid #666666;
	background: #FFFFFF;
}
.wrapper03 p {
	font-size: 100%;
	margin-bottom: 10px;
}
/* -----工事中----- */
.wrapperConst {
	margin: 10px;
	padding: 5px 10px 0px;
	border: 1px solid #666666;
	background: #FFFFFF;
	height: 250px; /* for ie5 5.5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 260px; /* for modern browser*/
}
.wrapperConst p {
	font-size: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}