/*******************************************
トップの設定を行うCSSです
--------------------------------------------
　・設定
********************************************/
.top_rinen_box{
	width:480px;
	float:left;
	margin-top:10px;
	margin-bottom:30px;
	background:#F0F0F0;
}
.top_rinen_inside_box{
	width:480px;
	float:left;
	background:#F0F0F0;
	background:url("../img/top_rinen_center.gif") repeat-y;
}
.top_rinen_left{
	width:234px;
	float:left;
	margin-left:10px;
}
.top_rinen_right{
	width:190px;
	float:right;
	margin-right:3px;
}
.top_column_left{
	width:100px;
	float:left;
	margin-left:7px;
}
.top_column_right{
	width:350px;
	float:right;
}
.rinen_box{
	background:url(../img/rinen_bg.jpg) no-repeat;
}
.rinen_box p{
	margin-bottom:30px;
}
.top_pv_box{
	width:480px;
	float:left;
	margin-bottom:30px;
	background:#F0F0F0;
}
.top_pv_inside_box{
	width:480px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background:#F0F0F0;
	background:url("../img/top_rinen_center.gif") repeat-y;
}
/*=======================================*/