@import url("base.css");
@import url("_font.css");

body{
	color:#646464;
}

/* 左エリア
-----------------------------------*/
#main_head{
	width:670px;
	height:220px;
	background-image:url(../img/information/photo.jpg);
	background-repeat:no-repeat;
	padding:20px 0px 0px 15px;
}

#main_head .text_area{
	padding:15px 0px 0px 4px;
}

#main .body .inner .text_area2{
	padding:10px 0px 0px 2px;
}

.box{
	width:640px;
	padding-top:10px;
	padding-bottom:20px;
	float:left;
}

.box .left{
	width:400px;
	float:left;
}

.box .right{
	width:231px;
	float: right;
}

.box .right .name_area{
	float: left;
}

.box .right .info_area{
	width:231px;
	float:left;
}

.box .right .text_area{
	color:#666666;
	width:100%;
	padding-bottom:12px;
	float: left;
}

.box .bottom{
	width:640px;
	float:left;
}

.box .bottom .floor_area{
	width:400px;
	float:left;
}

.box .bottom .comment_area{
	width:231px;
	float:right;
}


/* ボタン
-----------------------------------*/
/* 詳細を見る */
a.bt_plandetails{
	width:130px;
	height:21px;
	display: block;
	background-image:url(../img/information/bt/bt_plandetails.gif);
	margin:15px 0px 30px 0px;
}
a.bt_plandetails:hover{
	background-position:top right;
} 

/* お問い合わせ */
a.bt_house_contact{
	width:220px;
	height:35px;
	margin-top:10px;	
	display: block;
	background-image:url(../img/information/bt/bt_contact.gif);
}
a.bt_house_contact:hover{
	background-position:top right;
} 

/* 標準仕様 */
a.bt_standard{
	width:127px;
	height:20px;
	display: block;
	float:left;
	background-image:url(../img/information/bt/bt_standard.gif);
}
a.bt_standard:hover{
	background-position:top right;
} 
