@charset "utf-8";
@import url("../common/default.css");
@import url("../common/layout.css");
@import url("../common/header.css");
@import url("../common/footer.css");
@import url("../navi/navi.css");

/*TOPページのh1箇所のスタイル*/
h1#header_logo{
	font-size:small;
	line-height:1.4em;
	font-weight: normal;
}
h1#header_logo img{
	vertical-align: middle;
	/vertical-align: middle;
}

/*コンテンツレイアウト*/
#top_contents_l {
	float: left;
	width: 560px;
	margin-right: 20px;
}
#top_contents_r {
	float: right;
	width: 220px;
	padding-top: 10px;
}

/*左コンテンツスタイル*/
#top_contents_l h2{
	padding-top: 10px;
}

/*新築・リフォーム施工例*/
#new_building {
	width: 275px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#new_reform {
	width: 275px;
	float: right;
	margin-bottom: 10px;
}
.detail_box {
	border: 1px solid #666666;
	margin-top: 10px;
	padding:5px;
	width: 265px;
}
.detail_img {
	float: right;
	width:116px;
}
.detail_text {
	line-height: 1.6em;
	float: left;
	width:140px;
	padding-left: 3px;
	font-size:0.9em;
}
.detail_link {
	text-align: right;
	margin-top: 15px;
	display:block;
}
#top_contents_l .detail_box .detail_link img {
	vertical-align:middle;
}

/*フェアバナー部分*/
#fair_banner {
	width: 560px;
	height: 101px;
	clear:both;
	}

#fair_banner a {
	background-image: url(all_denkafair_bana.gif);
	background-repeat: no-repeat;
	display:block;
	width: 530px;
	height: 31px;
	padding-top: 70px;
	padding-right: 30px;
	text-align: right;
}

/*新着情報*/
#topics_box{
	border:#999 1px solid ;
	width:558px;
	height:150px;
	overflow:auto;
	margin:10px 0 ;
}
#topics_box ul{
	margin:20px;
	width:501px;
	list-style:none;
}
#topics_box ul li{
	padding:0 10px 0 15px ;
	border-bottom:dotted #ccc 1px;
	margin:10px;
	background:url(topics_list_mark.gif) no-repeat left 3px ;
}
#topics_box ul li span{
	font-weight:bold;
}

/*右コンテンツスタイル*/
#contetnts_r_hat{
	background:url(top_rcontents_hat.gif) no-repeat ;
	height:3px;
	overflow:hidden;
}
/*ブログ*/
#blog_box{
	background: url(blog_bg.gif) no-repeat bottom ;
	margin-bottom:15px;
}
#blog_inbox{
	width:110px;
	padding:8px 0 10px 15px ;
	float:left;
	font-size:0.8em;
	line-height:1.3em;
}
#blog_inbox h3{
	margin-bottom:3px;
}
#blog_inbox p#blog_link{
	width:110px;
	padding:3px 0 0 0 ;
	text-align:right;
	line-height:1px;
	margin:5px 0 0 0 ;
}
#blog_link img{
	vertical-align: middle;
}
#blog_img{
	width:71px;
	padding:8px 15px 10px 0 ;
	float:right;
}
/*アーデンホームエリア*/
#arden_area{
	background:url(arden_bg.gif) no-repeat bottom ;
	padding-bottom:15px;
	margin-bottom:20px;
}
#arden_area p{
	margin:10px 17px ;
	font-size:0.8em;
	line-height:1.4em;
}
#arden_area dl dt{
	margin:10px 17px 2px 17px ;
	border-top: #CCCCCC solid 1px;
	padding:10px 0 0 0 ;
}
#arden_area dl dd{
	margin:0 17px ;
	font-size:0.8em;
	line-height:1.4em;
}

