@charset "utf-8";

/*================================================================================
	要素のスタイリング
================================================================================*/
body {
	background-color: #ffffff;
	background-image: url(../images/bg_body.gif);
	text-align: center;
	font-size: 14px;
	color: #7d5c22;
	}
/* IE6用の文字サイズ指定 */
* html body {
	font-size: 88%;
	}
a {
	text-decoration: underline;
	}
a:link {
	color: #339900;
	}
a:visited {
	color: #339900;
	}
a:hover {
	color: #ff6600;
	}

/*================================================================================
	div#container
================================================================================*/
div#container {
	margin: 0px auto;
	padding: 0px 1px;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 921px;
	}
div#container h1.mainImage {
	text-align: center;
	}





/*================================================================================
	div#header
================================================================================*/
div#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	width: 919px;
	height: 153px;
	}
div#header h1 {
	padding-top: 22px;
	text-align: center;
	height: 59px;
	}
div#header h2 {
	width: 0px;
	height: 0px;
	min-height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	}
div#header ul {
	margin-left: 66px;
	list-style: none;
	width: 836px;
	}
/* Start clear fix */
div#header ul:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
div#header ul {
	zoom: 1;
	}
/* End clear fix */
div#header ul li {
	display: inline;
	margin-top: 25px;
	margin-right: 39px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	}





/*================================================================================
	div#content
================================================================================*/
div#content {
	margin: 0px 63px 0px 65px;
	position: relative;
	}
/* Start clear fix */
div#content:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
div#content {
	zoom: 1;
	}





/*================================================================================
	div#footer
================================================================================*/
div#footer {
	margin-top: 34px;
	background-image: url(../images/bg_footer.gif);
	border-bottom: solid 1px #c4d485;
	width: 919px;
	height: 107px;
	}
/* End clear fix */
div#footer ul {
	padding-top: 20px;
	list-style: none;
	text-align: center;
	}
/* Start clear fix */
div#footer ul:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
div#footer ul {
	zoom: 1;
	}
/* End clear fix */
div#footer ul li {
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/footer_separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
	}
div#footer ul li.backnumber {
	background: none;
	}
div#footer p {
	margin: 10px 68px 0px 68px;
	padding-top: 12px;
	border-top: solid 4px #FFFFFF;
	text-align: center;
	font-size: 86%;
	}
