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

#wrapper {
	width: 800px;
	margin: 0px auto;
}

/* ===============================================
header
=============================================== */

#header {
	position: relative;
	padding: 0 0 25px;
	background: url(../img/contact.gif) no-repeat right 41px;
}

h1 { 
	font-size: 83%;
	color: #fff;
	line-height: 20px;
	height: 35px;
}

#logo {
	padding-top: 1px;
}

#logo a {
	display: block;
	background: url(../img/logo.gif);
	width: 224px;
	height: 60px;
	text-indent: -9999px;
}

#hnavi {
	position: absolute;
	bottom: 25px;
	right: 0;
}

#hnavi li {
	float: left;
	margin-left: 15px;
}

#hnavi a {
	color: #fff;
}

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

/* ===============================================
content
=============================================== */

#content {
	background: url(../img/bg_content.jpg) repeat-y;
	border-bottom: 3px solid #9F671E;
}

#content .section:first-child {
	margin-top: 0 !important;
}

/* -----------------------------------------------
main
----------------------------------------------- */

#main {
	float: left;
	width: 560px;
	padding: 10px;
}

#main .section {
	margin-top: 20px;
}

#main .section_header {
	background: url(../img/bg_h2_left.gif) no-repeat left top;
	height: 40px;
	padding: 0 10px;
	margin-bottom: 15px;
}

#main .section_header h2 {
	font-size: 117%;
	line-height: 34px;
	color: #65520e;
	font-weight: bold;
}

#main .section_body {
	padding: 0 10px;
}

#breadcrumb {
	font-size: 86%;
	padding: 0 5px;
}

#main .pageTop {
	text-align: right;
}

/* -----------------------------------------------
sub
----------------------------------------------- */

#sub {
	float: left;
	width: 200px;
	padding: 10px;
}

#sub .section {
	margin-top: 20px;
}

#sub .section_header {
	background: url(../img/bg_h2_right.gif) no-repeat;
	padding: 0 10px;
	height: 30px;
	border-bottom: 3px solid #dad9bb;
}

#sub .section_header h2 {
	font-size: 100%;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}

#sub .section_body {
	border: 1px solid #ccc;
	border-top: none;
	background-color: #FDFBEF;
	padding: 10px 9px;
}

#sub .gnavi .section_body {
	padding: 0;
	border: none;
}

#sub .gnavi a {
	display: block;
	background: url(../img/bg_menu.gif) no-repeat top;
	line-height: 30px;
	padding-left: 10px;
	color: #843701;
	height: 30px;
	text-decoration: none;
}

#sub .gnavi a:hover {
	background-position: bottom;
	text-decoration: underline;
}

/* ===============================================
footer
=============================================== */

#footer {
	color: #999;
	font-size: 83%;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

#fnavi {
	background: #421400;
	text-align: center;
	padding: 10px 0;
}

#fnavi ul {
	line-height: 1.83;
}

#fnavi li {
	display: inline;
	padding: 0 5px;
}

#fnavi li a {
	color: #fff;
	white-space: nowrap;
}

#copyright {
	text-align: center;
	padding: 15px 0;
}
