@charset "utf-8";
/*-----------------------------------------------------------
 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 ------------------------------------------------------------*/

a:link		{ color: #06C; }
a:visited	{ color: #06C; }
a:hover		{ color: #06C; text-decoration: none; }
a:active		{ color: #06C; }

#gnav img{ vertical-align:bottom; }

.wrapper {
	width:970px;
	margin:0 auto;
}

/*--header--*/
#header {
	background:url(../images/bg_header.gif) 0 0 repeat-x;
	height:100px;
	min-width:970px;
}
#header #logo {
	padding:10px 0;
	float:left;
}
#header #homeBtn {
	float:right;
}



/*--contents--*/

#innerContainer {
	background:url(../images/bg_inner_bottom.png) center bottom no-repeat;
	padding-top:10px;
	padding-bottom:50px;
	margin-bottom:10px;
}
#gnav {
	width:960px;
	margin:0 auto;
}
#gnav #gnav01 {
	float:left;
}
#gnav #gnav02 {
	float:right;
}
#innerContents {
	background:url(../images/bg_inner.png) center top repeat-y;
	padding:30px 35px 0;
}
#innerContents #leftColumn {
	float:left;
	width:200px;	
}
#innerContents #leftColumn #subnav {
	border-top:#77AE02 1px dashed;
}
#innerContents #leftColumn #subnav li {
	border-bottom:#77AE02 1px dashed;
}
#innerContents #leftColumn #subnav li a {
	background:url(../images/icon_subnav.gif) 10px 15px no-repeat;
	padding:15px 15px 15px 30px;
	display:block;
	color:#333;
	text-decoration:none;
}
#innerContents #leftColumn #subnav li a:hover {
	font-weight:bold;
	color:#006F35;
}
#innerContents #rightColumn {
	width:670px;
	float:right;
}

/*--footer--*/
#footer {
	padding-bottom:20px;
}
#footer p {
	color:#FFF;
	text-align:center;
}




/* ================================================================

		clearfix

================================================================ */
.wrapper,
#gnav,
#innerContents,
.clearfix { /zoom : 1; }
.wrapper:after,
#gnav:after,
#innerContents:after,
.clearfix:after { content : ''; display : block; clear : both; }