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


/* -----------------------------------------------
 *  	         base style setting
 * ----------------------------------------------- */



/* =========== base =========== */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #5F3E2C;
	background: #E7EDCF;
}

img {
	border: none;
}

a {
	color: #D89230;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



/* =========== pageBase =========== */
#pageBase {
	width: 1050px;
	margin: 0 auto;
	background: url(../img/bg_001.png) repeat-x left top #FFFFFF;
}



/* =========== headerArea =========== */
#headerArea {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

#headerArea:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}


/* = headerSiteLogoBox = */
#headerSiteLogoBox {
	float: left;
	width: 500px;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

#headerSiteLogoBox:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

#headerSiteLogoBox #logoMark {
	float: left;
	margin: 0;
	padding: 0;
}

#headerSiteLogoBox h1#h1-txt {
	color: #769234;
	margin: 5px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}

#headerSiteLogoBox h1#h1-logo {
	margin: 0;
	padding: 0;
}


/* = headerSiteInfoBox = */
#headerSiteInfoBox {
	float: right;
	width: 218px;
}

#headerSiteInfoBox figure {
	margin: 0;
	padding: 0;
}



/* =========== mainArea =========== */
#mainArea {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg_003.png) repeat-y left top;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

#mainArea:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}



/* =========== contentArea =========== */
#contentArea {
	float: left;
	width: 740px;
	margin: 0;
	padding: 0 0 30px 0;
}



/* =========== sideArea =========== */
#sideArea {
	float: right;
	width: 190px;
}


/* = globalNav = */
#globalNav {
	width: 190px;
	margin: 0 0 10px 0;
	text-align: center;
	background: url(../img/info_img001.png) no-repeat center top;
	background-color: #F5EAD9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#globalNav ul {
	width: 170px;
	margin: 0 auto;
	padding: 16px 0 15px 0;
	list-style: none;
}

#globalNav ul li {
	font-size: 0;
	line-height: 0;
}


/* = asideArea = */
#asideArea {
	width: 190px;
	margin: 0 0 30px 0;
	padding: 30px 0;
	text-align: center;
	background-color: #F5EAD9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#asideArea dl {
	width: 160px;
	text-align: left;
	margin: 0 auto 20px auto;
	padding: 0;
	font-size: 14px;
}

#asideArea dl dt {
	width: 160px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#asideArea dl dd {
	width: 160px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#asideArea p {
	margin: 0;
	padding: 0;
}


/* =========== footerArea =========== */
#footerArea {
	background: url(../img/bg_002.jpg) no-repeat left top #9DB854;
	margin: 0;
	padding: 90px 45px 40px 45px;
	position: relative;
}

#pageTop {
	position: absolute;
	top: 47px;
	right: 97px;
}

#footerArea a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerArea a:hover {
	text-decoration: none;
}

#footerArea ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

#footerArea ul:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

#footerArea ul li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 12px;
	background: url(../img/bg_004.png) no-repeat left 3px;
	font-size: 12px;
}

#footerArea ul li:first-child {
	padding: 0 10px 0 0;
	background: none;
}

#footerArea p {
	margin: 0;
	padding: 0;
	color: #678C15;
	font-size: 12px;
}