@charset "utf-8"; 




body {
	background: url(../images/loading.gif) no-repeat center 400px;;
}


/*=============================== container ===============================*/
#container {
	background: #F0F0F0 url(../images/bg_footer.gif) repeat-x left bottom;
	width:100%;
	margin:0 auto;
}





/*=============================== main ================================*/

#main .inner {
	width:1040px;
	margin:0 auto;
}
#main .inner ul,
#main .inner ol {
	list-style:none;
}
#main .inner li {
	line-height:18px;
	margin-bottom:7px;
	font-size:110%;
	color:#666;
}
#main .inner li img {
	display:block;
	margin:0 0 7px;
}

#main .inner li a {
	color:#666;
	font-weight:normal;
	text-decoration:none!important;
}
#main .inner li a:hover {
	text-decoration:underline!important;
}





/*=============================== Home コンテンツ ================================*/

#main .section_wrap {
	background:#6FBA2C;
	padding-bottom:10px;
}
#main .section_wrap .image_wrap {
	width:517px;
}
#main .section_wrap .image_wrap img {
}
#main .section_wrap .text_wrap {
	width:517px;
	height:605px;
	background:#D6EBD8;	
	line-height:2.3em;
	overflow:auto;
}
#main .section_wrap .text_wrap .title_group {
	margin-bottom:10px;
	padding:50px 55px 0;
	height:650px;
}
#main .section_wrap .text_wrap .title_group h2 {
	padding-bottom: 100px;
	background: url(../images/arrow_below.png) no-repeat 8px bottom;
}
#main .section_wrap .text_wrap .copy_group {
	padding:0 55px 210px;
	background:#D6EBD8 url(../images/bg_border.jpg) no-repeat 0px bottom;
}
#main .section_wrap .text_wrap .copy_group p {
	font-size:16px;
	color:#6EB92B;
}
#main .section_wrap .text_wrap .bottom_group {
	height:690px;
	padding:0 55px;
	position:relative;
}
#main .section_wrap .text_wrap .bottom_group dl {
	width:180px;
	position:absolute;
	right:22px;
	bottom:235px;
}
#main #exterior_area.section_wrap .text_wrap .bottom_group dl {
	right:0;left:22px;
	bottom:173px;
}
#main .section_wrap .text_wrap .bottom_group dt {
	font-size:20px;
	text-align:center;
	margin-bottom:15px;
	line-height:1.8em;
}
#main .section_wrap .text_wrap .bottom_group .btn_more a {
	color: #fff;
	font-size: 14px;
	display: block;
	text-decoration: none!important;
	height: 53px;
	line-height: 53px;
	background: url(../images/btn_more.png) no-repeat 0px 0px;
	padding-left: 60px;
}
#main .section_wrap .text_wrap .bottom_group .btn_more a:hover {
	text-decoration:underline!important;
}




/*
* 塗装
*/
#main #painting_area .image_wrap {float:left;}
#main #painting_area .text_wrap {float: right;}
#main #painting_area .text_wrap .scroll_inner {
	background: url(../images/home_human_painting.jpg) no-repeat 0 0;
}
#main #painting_area .text_wrap .bottom_group {
	background:#FFF url(../images/home_image_painting_after.jpg) no-repeat left bottom;
}

/*
* エクステリア
*/
#main #exterior_area .image_wrap {float:right;}
#main #exterior_area .text_wrap {float:left;}
#main #exterior_area .text_wrap .scroll_inner {
	background: url(../images/home_human_exterior.jpg) no-repeat 0 0;
}
#main #exterior_area .text_wrap .bottom_group {
	background:#FFF url(../images/home_image_exterior_after.jpg) no-repeat left bottom;
}

/*
* リフォーム
*/
#main #reform_area .image_wrap {float:left;}
#main #reform_area .text_wrap {float:right;}
#main #reform_area .text_wrap .scroll_inner {
	background: url(../images/home_human_reform.jpg) no-repeat 0 0;
}
#main #reform_area .text_wrap .bottom_group {
	background:#FFF url(../images/home_image_reform_after.jpg) no-repeat left bottom;
}





/*=============================== 新着情報 ================================*/

#news_area {
	color:#fff;
	background:#636363;
	padding:55px 0;
	line-height:1.8em;
}
#news_area dl {
	margin:0 68px;
	height:250px;
	overflow:auto;
}
#news_area dt {
}
#news_area dd {
	margin-bottom:1em;
}
#news_area dd a {
	color:#fff;
	font-weight:normal;
	text-decoration:none!important;
}
#news_area dd a:hover {
	text-decoration:underline!important;
}









