@charset "utf-8";

/*headPart*/

/*sidePart*/
@import url("/css/blocks/menuBlock.css");
/*contentPart*/
@import url("/css/blocks/lightbox.css");
/*footPart*/




/*------------------------------
カラム分け
------------------------------*/
#mainBlock{
	width:810px;
	text-align:left;
}
#menuBlock{
	float:left;
	width:200px;
	margin:20px 0 0 0;
	background:#F2F2F2 url(/img/common/bg_menu.gif) no-repeat;
}
#contentsBlock{
	float:right;
	width:590px;
	margin:20px 0 0 0;
}

/* コンテンツブロック */
#contentsBlock p{
	font-size:97%;
	margin:0 0 20px 0;
}
#contentsBlock h3{
	background:transparent url(/img/common/h_yellow.gif) no-repeat;
	width:590px;
	height:30px;
	margin:0 0 5px 0;
}
#contentsBlock h3 img{
	margin:7px 0 0 8px;
}

#contentsBlock #ttlbox{
	width:590px;
	height:360px;
	background:transparent url(/img/showroom/bg_house.jpg) no-repeat;
}
#contentsBlock #attention{
	width:590px;
	font-size:80%;
	color:#CC3300;
	margin:0 0 30px 0;
}
#contentsBlock #ttlbox h4{
	font-size:110%;
	font-weight:bold;
	margin:0 0 5px 0;
}

/* 住宅展示場内ブロック */
#contentsBlock #f1box{
	width:590px;
	height:670px;
	background:transparent url(/img/showroom/bg_1f.gif) no-repeat;
	border-bottom:1px dotted #CCCCCC;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
}
#contentsBlock #f1box p{
	visibility:hidden;
	font-size:1px;
}
#contentsBlock #f2box{
	width:590px;
	height:675px;
	background:transparent url(/img/showroom/bg_2f.gif) no-repeat;
	margin:0 0 30px 0;
}
#contentsBlock #f2box p{
	visibility:hidden;
	font-size:1px;
}
