/* CSS Document */

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border-right: 5px solid #484848;
	border-left: 5px solid #484848;
	border-top: 5px solid #484848;
}

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

#header {
	position: relative;
	padding-bottom: 5px;
	height: 1%;
}

h1 {
	background: url(../img/dot.gif);
	padding: 10px 15px;
	margin-bottom: 15px;
	font-size: 83%;
}

#logo {
	padding-left: 15px;
}

#logo a {
	padding-left: 15px;
	background: url(../img/logo.jpg) no-repeat left center;
	width: 154px;
	height: 56px;
	display: block;
	text-indent: -9999px;
}

#hnavi {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

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

#hnavi li a {
	background: url(../img/arrow.gif) no-repeat left center;
	padding-left: 18px;
}

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

#content {
	padding-bottom: 20px;
	min-height: 1%;
}

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

#breadcrumb {
	font-size: 83%;
}

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

#main {
	padding-left: 15px;
	width: 520px;
	float: left;
}

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

#main .section_header {
	background: url(../img/border_h2.gif) no-repeat bottom left;
	padding-bottom: 10px;
	margin: 0 0 20px;
}

#main .section_header h2 {
	font-size: 133%;
	font-weight: bold;
}

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

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

#sub {
	padding-right: 15px;
	width: 220px;
	float: right;
}

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

#sub .section_header { 
	background-color: #666;
	padding: 8px 10px;
	border-bottom: 5px solid #ccc;
}

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

#sub .section_body {
	border: 1px solid #ccc;
	padding: 9px;
	background: #eee;
}

/* gnavi -------------------------------------- */

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

#sub .gnavi ul {
	border-bottom: 1px solid #ccc;
}

#sub .gnavi li {
	border: 1px solid #ccc;
	border-bottom: none;
	height: 1%;
}

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

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

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

#footer {
	background: #484848;
}

#copyright {
	color: #999;
	font-size: 83%;
	text-align: center;
	padding: 8px 0;
}

#copyright a {
	color: #999;
}

#copyright a:hover {
	color: #ccc;
	text-decoration: none;
}

#fnavi {
	background: url(../img/dot.gif);
	text-align: center;
	padding: 10px 0;
}

#fnavi li {
	display: inline;
	font-size: 83%;
	margin: 0 5px;
}

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

#fnavi li a:hover {
	color: #666;
	text-decoration: none;
}
