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

#wrapper {
	width: 950px;
	margin: 0px auto;
	background: #fff;
}

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

#header {
	height: 159px;
	background: url(../img/bg_header.gif) no-repeat left bottom;
	position: relative;
}

h1 { 
	font-size: 71%;
	color: #bd3e09;
	padding: 3px 0 0 27px;
	letter-spacing: 1px;
	text-align: left;
	height: 16px;
	background: url(../img/bg_h1.gif);
}

#logo {
	width: 250px;
	margin-left: 15px;
}

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

#hnavi {
	position: absolute;
	right: 30px;
	bottom: 10px;
}

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

#hnavi li a {
	font-size: 86%;
	font-weight: bold;
	color: #bd3e09;
	letter-spacing: 1.5px;
	background: url(../img/hnavi_icon.gif) no-repeat left center;
	padding-left: 16px;
}

/* ===============================================
mainImage
=============================================== */

#mainImage {
	padding: 0 15px;
	margin-bottom: 15px;
}

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

#content {
	padding: 15px 0;
}

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

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

#main {
	float: right;
	width: 675px;
	padding: 0 8px 0 0;
}

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

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

#main .section_header h2 {
	line-height: 45px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
}

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

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

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

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

#sub {
	float: left;
	width: 240px;
	padding: 0 0 0 15px;
}

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

#sub .section_header {
	background: url(../img/bg_gnavi.gif) no-repeat left top;
	height: 35px;
	padding-left: 30px;
}

#sub .section_header h2 {
	color: #fff;
	line-height: 29px;
	font-weight: bold;
}

#sub .section_body {
	padding: 10px;
	background: #e6e6e6;
	font-size: 86%;
}

#sub .gnavi .section_body {
	padding: 0;
	font-size: 100%;
}

#sub .gnavi a {
	letter-spacing: 0.7px;
	color: #333;
	text-decoration: none;
	background: url(../img/bg_navi.gif) no-repeat left top;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 86%;
	display: block;
	padding: 0 0 0 32px;
}

#sub .gnavi a:hover {
	background-image: url(../img/bg_navi_on.gif);
}

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

#footer {
	font-size: 86%;
	background: #f5f9f0 url(../img/bg_footer.gif) top repeat-x;
	padding: 0 15px 15px;
	margin: 0 auto;
	color: #333;
	border-top: 5px solid #afd164;
}

#fnavi {
	text-align: center;
	padding: 15px 0;
	margin: 0 auto;
}

#fnavi ul {
	line-height: 1.75;
}

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

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

#copyright {
	text-align: center;
}
