@charset "utf-8";

/************ header ************/
#header {
	width: 990px;
	margin: 0 auto 30px auto;
}
#header_inner {
	width: 980px;
	height:70px;
	margin: 0 0 0 10px;
	overflow: hidden;
}
#header h1 {
	width: 300px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}
#header #header_inner #search {
	width: 450px;
	height:60px;
	float: right;
	margin: 38px 0 0 0;
	padding-right: 10px;
	text-align: right;
}
#header_main {
	margin: 0 0 0 10px;
}

/************ content ************/
#contents{
	width: 970px;
	margin: 0 auto 30px auto;
	padding: 0;
	overflow: hidden;
	text-align:left;
}
#contents {
	overflow: hidden;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #contents {
	height: 1em;
	overflow: visible;
}
/**/


/************ content inner layout ************/
#contents #leftarea {
	width: 295px;
	margin: 0;
	padding: 0;
	float: left;
	/*border-right:#e2e2e2 solid 1px;*/
	overflow: hidden;
}

#contents #rightarea {
	width: 660px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}


/************ footer layout ************/
#footer {
	color: #FFFFFF;
	text-align: center;
	height: 24px;
}


#footer_inner {
	height: 24px;
	width: 990px;
	margin: 0 auto 0 auto;
	position: relative;
	background-color: #ed008c;
}
#footer #footer_menu {
	height: 17px;
	width: 400px;
	margin: 5px 0 0 6px;
	padding: 0px;
	float: left;
	position: relative;
	overflow: visible;
}
#footer #copyright {
	width: 420px;
	margin: 4px 6px 0 0;
	padding: 0;
	float: right;
	overflow: hidden;
	text-align: right;
}




