@charset "utf-8";

* {
	padding:0;
	margin:0;
}


body {
	text-align:center;
}

#main_wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(../images/bg_content_wrap.gif) left top repeat-y;
	background-color:#b8cbcd;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:left;
}

#header_wrap {
	float:left;
	background:url(../images/bg_header.jpg) left top repeat-x;
}

#logo {
	float:left;
	width:260px;
	height:74px;
	padding:20px 0px 0px 40px;
}

#top_navi {
	float:right;
	width:500px;
	height:80px;
	margin:40px 30px 0 0;
	
}

#header_img {
	float:left;
}

#topnavi_wrap {
	text-align:center;
	margin-top:10px;
	float:left;
	width:900px;
}

#content_wrap {
	float:left;
	width:820px;
	padding:40px 40px 10px 40px;
}

#left_content {
	float:left;
	width:240px;
	margin-right:40px;
	background:#f5fafe;
}

#main_content {
	width:540px;
	float:left;
}

#right_content {
	float:left;
	width:240px;
	margin-left:40px;
	background:#f5fafe;
}

#footer {
	clear:both;
	width:820px;
	background:#000;
	padding:15px 40px 15px 40px;
}	

#footer_left {
	float:left;
	color:#fff;
}

#footer_right {
	float:right;
	color:#fff;
	width:400px;
	text-align:right
}	

#content_wrap {
	float:left;
	width:840px;
	padding:40px 40px 10px 20px;
}

#left_content {
	float:left;
	width:260px;
	margin-right:40px;
	background:#f5fafe;
}

