@charset "UTF-8";
/* layout */


/* wrapper
------------------- */
#wrapper{
}

/* header
------------------- */
#header{
	border-bottom:1px solid #13144F;
	height:80px;
	position:relative;
}

#header #gnav{
	width:830px;
	margin:0 auto;
	}
#header #gnav ul{
	height:80px;
	line-height:80px;
	}
#header #gnav ul li{
	float:left;
	margin:0 55px 0 0;
	}
#header #gnav ul li:last-child{
	margin:0;
	}
#header  #header_bg{
	position:absolute;
	width:100%;
	text-align:center;
	top:74px;
	}
	

/* content
------------------- */
#content{
	width:830px;
	margin:90px auto;
	}
	
/* side
------------------- */
#side{
	width:220px;
	float:left;
	margin:0 150px 0 0;
	}
#side h1{
	margin:0 0 50px 0;
	}
	
#main{
	float:left;
	width:460px;
	}
#main_1colmn{
	width:830px;
	margin:0 auto;
	}

/* footer
------------------- */
#footer{
	border-top:1px solid #13144F;
	text-align:center;
	padding:10px 0 40px 0;
	color:#13144f;
	font-size:90%;
	font-family: serif;
}



/* footer_fixed
------------------- */
