/* CSS Document */



#rapper {
	width:800px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#header {
	height:90px;
	width:800px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#header_right {
	height:90px;
	width:auto;
	float:right;
	vertical-align:bottom;
}

#header_left {
	height:90px;
	float:left;
	width:180px;
}
	
/*レフト背景色変更*/
#left_main {
	width:150px;
	background-color:#ffffff;
	float:left;
}

#middle_top {
	width:500px;
	background-color:#ffffff;
	float:left;
}

#tokusyu1 {
	margin:10px;
	width:480px;
}
/*ライトレイアウト*/
#right_main {
	width:600px;
	padding-left:25px;
	padding-right:25px;
	float:right;
	font-size:13px;
}
/*トップページのライトレイアウト*/
#right_top {
	width:150px;
	background:#FFFFFF;
	float:right;
}


	
