@charset "utf-8";

@import url("init.css");
@import url("base.css");

/*/////////////////////////////////
//global navi////////////////////*/
div#columnL ul#globalBtn li#gL1 a {
	background-position:-221px 0;
}
/*/////////////////////////////////
//H1/////////////////////////////*/
h1 {
	width:630px;
	height:350px;
	text-indent:-9999px;
	background:url(../home/main.jpg) no-repeat;
	margin:20px 0 30px;
}
/*/////////////////////////////////
//contents///////////////////////*/
div#wrap1 {
	background:url(../home/img1.jpg) no-repeat top right;
	padding:10px 320px 0 0;
	height:190px;
}
div#wrap1 h2 {
	width:255px;
	height:22px;
	background:url(../home/txt1.gif) no-repeat;
	text-indent:-9999px;
	padding-bottom:20px;
}
div#wrap1 p {
	line-height:180%;
}


div#roof, div#wall, div#floor {
	width:196px;
	height:auto;
	float:left;
	padding-top:113px;
	margin-bottom:20px;
}
div#roof {
	background:url(../home/roof_img.jpg) no-repeat;
}
div#wall {
	margin:0 21px;
	background:url(../home/wall_img.jpg) no-repeat;
}
div#floor {
	background:url(../home/floor_img.jpg) no-repeat;
}
h3 {
	font-size:14px;
	font-weight:bold;
}

/*/////////////////////////////////
//説明会　トピックス/////////////*/
div#event, div#topic {
	width:600px;
	background-color:#F6F6F6;
	border:1px solid #CCC;
	clear:both;
	padding:15px;
}
div#event {
	border-bottom:none;
}
div#event h4, div#topic h4 {
	width:150px;
	height:14px;
	text-indent:-9999px;
	margin-bottom:15px;
}
div#event h4 {
	background:url(../home/event.gif) no-repeat;
}
div#topic h4 {
	background:url(../home/topic.gif) no-repeat;
}

div#event dl {
	width:280px;
	height:auto;
	display:block;
	padding:5px 10px 5px 0;
	border-right:1px solid #CCC;
	float:left;
}
div#event dl dt {
	font-weight:bold;
}
div#event dl, div#event ul#data {
	margin-bottom:15px;
}
div#event ul#data {

}
div#event ul {
	width:270px;
	height:auto;
	display:block;
	float:right;
	padding:5px 0;
}
div#event ul li {
	font-size:10px;
}
div#event ul li a {
	width:auto;
	height:12px;
	display:block;
	font-weight:bold;
	color:#005447;
	text-align:center;
	padding:7px 15px;
	background-color:#B3D775;
	border:1px solid #333333;
	text-decoration:none;
	line-height:normal;
}
div#event ul li a:hover {
	background-color:#FF9900;
}

div#topic div {
	width:600px;
	height:150px;
	display:block;
	overflow:auto;
}
div#topic dl {
	width:580px;
	height:auto;
	display:block;
	border-bottom:1px dotted #CCCCCC;
	clear:both;
	overflow:auto;
}

div#topic dt, div#topic dd {
	float:left;
	display:block;
	padding:10px 0 5px 0;
}
div#topic dt {
	width:120px;
	line-height:n;
}
div#topic dd {
	width:450px;
}
div#topic dt img {
	margin-left:5px;
}
