@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 641px){
#top_V{
	width : 1120px;
	margin: 0px auto;
	min-height: 360px;
	}
	
/*#top_V{display: none;
	width : 1120px;
	margin: 0px auto;
	background: url(../img/top_image.png) no-repeat right top;
	background-size: 640px 348px;
	height: 360px;
	}*/
	
/*#top_V p{
	font-size: 125%;
	color: #754c24;
	padding-top: 30px;
	padding-left: 30px;
	}*/
#contents {
	float: left;
	width: 885px;
}	

#main{
	float:right;
	width: 640px;
	margin-bottom: 30px;
}
#main p{
	margin-bottom: 30px;
}
#left_column {
	float: left;
	margin-bottom: 30px;
}
#right_column {
	float: right;
	width: 200px;
}
}

