﻿@charset "utf-8";

/* comment
--------------------------------------------------*/
.comment {
	width: 460px;
	margin: 0 0 0 10px;
	display: block;
	float: left;
	background-image: url(../top_img/comment_back.jpg);
	background-repeat: repeat-y;
}
.comment_text {
	width: 420px;
	padding: 0 0 0 20px;
	overflow: hidden;
}




/* 2カラム
--------------------------------------------------*/
/*wood*/
.wood {
	width: 205px;
	background: url(../top_img/wood_back.jpg) no-repeat;
	margin: 0 0 0 5px;
	display: block;
	float: left;
}
.facilities {
	width: 205px;
	background: url(../top_img/facilities_back.jpg) repeat-y;
	margin: 0 0 0 5px;
	display: block;
	float: left;
}
.wf_text {
	width: 165px;
	margin: 0 0 0 20px;
}
.dash_button {
	width: 280px;
	margin: 0 10px 0;
	text-align: right;
}









