@charset "utf-8";
@import url(reset.css);
/* CSS Document */

body {
	background-color:#f0f0f0;
}

.wrapper {
	width:1020px;
	background:#fff;
	margin:0 auto;
}

.clear {
	clear:both;	
}

.wrapper_inner {
	padding:0 20px;	
}

.left_column {
	width:232px;
	float:left;
}

.right_column {
	width:748px;
	float:right;
}

.logo_region {
	width:232px;
	padding-top: 30px;
}

.left_region {
	width:232px; 
	margin-top:20px;
}

.header_region {
	width:748px;
	margin-top:20px;
}

.prefooter_region {
	width:980px;
	padding-bottom:30px;
}	

.footer_region {
	width:980px;
}

.content_box {
	width:516px;
	float:left;
}

.content_top_region {
	width:516px;
	margin-top:20px;
}

.content_center_region {
	width:516px;
	margin-top:20px;
}

.content_bottom_region {
	width:516px;
}

.right_region {
	width:232px;
	float:right;
	padding-top:20px;
}

.middle_region {
	width:748px;
	padding-top: 15px;
}

.front .middle_region {
	padding-top:0;
}

.middle_region .block {
	margin-bottom:18px;
}

.right_region .block {
	margin-bottom:18px;
}

.content_top_inner .block {
	margin-bottom:18px;
}















