@charset "UTF-8";

/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ用css
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header{
	width:980px;
	margin:0 auto;
	background:url(../images/common/squarebg.jpg);
	padding:0;
	height:418px;
}
#header h1{
	color:#aaa;
	height:20px;
	font-size:70%;
}

/* -----------------------------------------------------------
	support
--------------------------------------------------------- */
.support{
	margin:0 0 0 0;
	background:url(../images/top/support_bg.png) no-repeat bottom;
	padding:30px;
	text-align:center;
}
.support ul{
	color:000;
	font-size:150%;
	margin-bottom:30px;
	overflow:hidden;
}
.support li{
	background:url(../images/top/support_bg01.jpg) no-repeat;
	text-align:center;
	width:205px;
	height:105px;
	float:left;
	padding:40px 50px 20px 40px;
}
.support h3{
	margin-bottom:10px;
}
.support .btn{
	margin:20px;
	text-align:left;
}

/* -----------------------------------------------------------
	feed
----------------------------------------------------------- */
#feed{
	margin:15px 0 50px 0;
}
#feed dd{
	margin: -2.2em 0 0.6em 0;
	border-bottom: 1px dotted #999999;
	padding: 5px 0 15px 9em;
}
#feed dt{
	color: #666666;
	margin: 0 0 0.1em 0;
	padding: 5px 0 0 0;
}


/* -----------------------------------------------------------
	profile
----------------------------------------------------------- */
.profile{
	background:url(../images/top/contact_bg.gif) no-repeat;
	padding:30px;
	overflow:hidden;
	height:219px;
}
.profile .photo{
	float:left;
	width:262px;
	margin-right:15px;
}
.profile .txt{
	float:left;
	line-height:1.6em;
	width:315px;
	font-size:90%;
}
.profile .txt p{
	margin-bottom:10px;
}
.profile .conbtn{
	float:right;
	width:290px;
}

/* -----------------------------------------------------------
	house
----------------------------------------------------------- */
.house{
	background-color:#FFF6E3;
	border:#6A3906 1px solid;
	padding:20px;
	margin:50px 0 0 0;
}
.house .ex{
	background-color:#fff;
	border:3px #532900 solid;
	padding:20px;
	margin:20px 0;
	position:relative;
}
.house .ex img{
	position: absolute;
	top: -100px;
	right: 0;
}
.house h3{
	text-align:center;
	margin-bottom:20px;
}
.house ol{
	overflow:hidden;
}
.house li{
	background-color:#fff;
	border:1px #6A3906 solid;
	width:300px;
	float:left;
	min-height:310px;
	margin-right:15px;
}
.house li:last-child{
	margin-right:0;
}
.house li dd{
	line-height:1.5em;
	text-align:left;
	margin:10px 15px 0 15px;
}
.house li dd:last-child{
	text-align:center;
	margin:0;
}