@charset "utf-8";

html,body {
	height: 100%;
}

#footerWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	width:100%;
	position: relative; 
}

#wrapper {
	padding: 0;
	margin: 0 auto;
	width:870px;
}




/**************************************************************

	Header

***************************************************************/


#header {
	margin:0;
	padding: 0;
	width: 870px;
}
#header:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
#header h1 {
	width:448px;
	float:left;
}
#header h2 {
	width:422px;
	float:right;
}
#header h3:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
/****************************************************************

	Navigation

*****************************************************************/
#gnavi { 
	width:870px;
	height:45px;
	margin:0;
	padding:0;
}
#gnavi li {
	height:45px;
	float: left;
	position: relative; 
}
#gnavi li a { 
	display: block;
	width: 145px;
	height:45px;
}

/****************************************************************

	contents

*****************************************************************/
#contentsCtn {
	width:870px;
	margin:10px 0 20px 0;
}
#contentsCtnSec {
	width:870px;
}

/**************************************************************

	Footer

***************************************************************/
#footer {
	position: absolute;
	width: 100%;
	height: 32px;
	margin:  0 auto;
	padding: 10px 0;
	text-align:center;
	background:url(../images/footer_bg.jpg) repeat-x left top;
	bottom: -60px;
	clear:both;
}
