@charset "utf-8";
/* CSS Document */


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #666;
	background: #CC0 url(images/bk-body.jpg) repeat;
	text-align: center;
	height: auto;
}


#page {
	color: #000;
	background: #FDF9D2;
	text-align: left;
	width: 800px;
	margin: 0px auto;
	height: auto;
}

#headerarea {
	background: #FFF;
	width: 800px;
}

#headerarea #headerblock {
	width: 800px;
	height: 90px;
}
#headerarea #headerblock #logo {
	float: left;
	width: 130px;
	margin-top: 25px;
	margin-left: 20px;
}

#headerarea #headerblock #utility {
	text-align: right;
	float: right;
	width: 190px;
	margin-top: 25px;
	margin-right: 10px;
}

#headerarea #gnav {
	width: 800px;
	height: 25px;
	margin: auto;
	background: #600;
}

#headerarea #gnav li {
	line-height: 0;
	margin: auto 21px;
	text-align: center;
	float: left;
}

#contentsarea {
	width: 770px;
	margin: 25px auto;
	text-align: center;
}

#contentsarea #mainvisual {
	width: 770px;
	margin: 20px auto;
}

#footerarea {
	height: 60px;
	width: 800px;
	text-align: center;
	background: #600;
	color: #FFF;
	font-size: x-small;
	margin: auto;
	clear: both;
	padding-top: 15px;
}


#footerarea #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	text-align: center;
	width: 770px;
	line-height: 1.7em;
}

#contentsarea #infobottom {
	line-height: 1.8em;
	text-align: left;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 125%;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

#contentsarea #line_01 {
	text-align: center;
	background: url(../img/bullet01.gif) repeat-x bottom;
	width: 700px;
	margin: auto auto 10px;
	padding-right: 5px;
	padding-left: 5px;
	height: 35px;
}

#contentsarea #page_title {
	text-align: left;
	font-size: 160%;
	color: #600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contentsarea .title {
	background: url(../img/bullet02.gif) repeat-x bottom;
	width: 700px;
	margin: 20px auto 5px;
	text-align: left;
	font-size: 140%;
	color: #600;
	height: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#contentsarea #infobottom p {
	margin-bottom: 10px;
}
