@charset "utf-8";

/*====================================================================

common.css

======================================================================

last update 00/00/00

=====================================================================*/





/*======================================================================
	format
======================================================================*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.8 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}
a{ outline:none;}

/*a
======================================================================*/
a:link,
a:visited,
a:hover,
a:active{
	color: #1a950f;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}



/*======================================================================
	body
======================================================================*/
body{
	background:url(image/common_bg.gif) repeat;
	text-align: center;
	font-size: 12px;
	color: #303030;
}




/*======================================================================
	header
======================================================================*/
#header{
	margin:0 auto;
	width: 950px;
	height: 90px;
	background:url(image/common_bg_header.gif) no-repeat;
	text-align:left;
	overflow:hidden;
	zoom:1;
}

#header h1{
	margin-top:10px;
	margin-left:105px;
	width:740px;
	height:15px;
	text-align:left;
	line-height: 1;
	font-size: 12px;
	color:#000;
}


#header_inner{
	margin-top:-25px;
	margin-left:15px;
	width:920px;
	height:90px;
	overflow:hidden;
	zoom:1;

}
a#logo{
	float:left;
	display: block;
	margin-top:10px;
	width: 420px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
}
a#logo:hover {
	background:#fff;
	opacity:0.2;
	filter: alpha(opacity=20);
}

#p_navi{
	float:right;
	width:294px;
	height:32px;
	background:url(image/common_bg_p_navi.gif) no-repeat;
	overflow:hidden;
}

#p_navi li,
#p_navi li a{
	margin-top:0px;
	height:30px;
}
#p_navi li{ float:left;}
#p_navi li a{
	display:block;
	text-indent:-9999px;
}
#p_navi li a:hover{
	background:#fff;
	opacity:0.1;
	filter: alpha(opacity=10);
}
#p_navi1,
#p_navi1 a{ width:102px;}
#p_navi2,
#p_navi2 a{ width:83px;}
#p_navi3,
#p_navi3 a{ width:109px;}




/*======================================================================
	h2
======================================================================*/

h2{
	margin:0 auto;
	width:950px;
	height:348px;
	text-indent:-9999px;
}
#level2 h2{
	position:relative;
	width:950px;
	height:150px;
	background:url(image/bg_h2.jpg) left no-repeat;
	overflow:hidden;
}
#level2 h2 span{
	position:absolute;
	right:50px;
	bottom:45px;
	color:#613c12;
	font-size:32px;
	letter-spacing:0.2em;
	text-align:left;
	text-indent:0px;
}




/*======================================================================
	global navigation 
======================================================================*/
#g_navi{
	margin:0 auto;
	width:980px;
	height:62px;
	background:url(image/common_bg_navi.gif) no-repeat;
	overflow:hidden;
	zoom:1;
}

#g_navi li,
#g_navi li a{
	display: block;
	width: 245px;
	height: 62px;
}
#g_navi li{float: left;}
#g_navi li a{
	overflow: hidden;
	text-indent: -9999px;
}
#g_navi li a:hover{
	background: #fff;
	opacity:0.1;
	filter: alpha(opacity=10);
}



/*======================================================================
	container
======================================================================*/
#container{
	margin:0 auto;
	width: 950px;
	background:url(image/common_bg_container.gif) repeat-y;
	text-align:left;
	zoom:1;
}

#contents{
	margin-left:15px;
	width:920px;
	overflow:hidden;
	zoom:1;
}

/*	pan_navi
======================================================================*/
#pan_navi{
	padding-top:5px;
	zoom:1;
}
#pan_navi:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
#pan_navi li a{
	font-size:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*======================================================================
	main
======================================================================*/
#main{
	float: right;
	margin-top:-5px;
	width: 675px;
	text-align:left;
	overflow:hidden;
	zoom:1;
}
#main h3{
	width:675px;
	height:45px;
	line-height:1em;
	overflow:hidden;
}
#main h4{
	margin-top:15px;
	width:600px;
	height:35px;
}
h5{
	font-size:15px;
	font-weight:bold;
}




#main .inner{
	margin-top:20px;
	margin-bottom:10px;
	width:675px;
	zoom:1;
}


/*======================================================================
	sidebar
======================================================================*/
#sidebar{
	float:left;
	margin-top:20px;
	width: 230px;
	background:url(image/common_bg_side.gif) bottom no-repeat;
	overflow:hidden;
	zoom:1;
}
#level2 #sidebar{ margin-top:0px;}


/* sidebar box
======================================================================*/
#sidebar div.box{
	margin-left:15px;
	margin-bottom:15px;
	padding-bottom: 20px;
	width: 200px;
	background: url(./image/common_bg_side_box.gif) repeat-y;
	border-bottom: solid 1px #e8e8e8;
	overflow:hidden;
	zoom:1;
}
#sidebar div.box .inner{
	margin-top:10px;
	margin-left:15px;
	width: 170px;
	font-size: 12px;
}
#sidebar div.box .inner a:hover{
	opacity:0.1;
	filter: alpha(opacity=10);
}
#sidebar div.box .inner a:hover img{
	background:#fff;
	opacity:0.8;
	filter: alpha(opacity=80);
}



/* side banner
======================================================================*/
#side_banner{
	margin-top:-15px;
	margin-left:15px;
	width:200px;
	overflow:hidden;
}
#side_banner a{
	display:block;
	width:200px;
	overflow:hidden;
}

#side_banner img{
	margin-top:15px;
	width:200px;
}
#side_banner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}






/*======================================================================
	footer
======================================================================*/
#footer{
	clear: both;
	margin:0 auto;
	padding-bottom: 5px;
	width:950px;
	background:url(image/common_bg_footer.gif) #fff top no-repeat;
	border-bottom:1px solid #c6b9a1;
	text-align:left;
	overflow:hidden;
	zoom:1;
}

#footer_inner{
	margin-top:50px;
	margin-bottom:20px;
	margin-left:30px;
	width:890px;
	zoom:1;
}


/*	footer navigation
---------------------------------------------------------------*/
#f_navi{
	float:left;
	width:700px;
	margin-bottom:15px;
	zoom:1;
}
#f_navi ul{
	float:left;
	width:700px;
	text-align:left;
	overflow:hidden;
	zoom:1;
}
#f_navi li{
	display: block;
	float: left;
	margin-right: 15px;
	padding-top:8px;
	padding-bottom:8px;
	line-height: 1;
	font-size: 12px;
}
#f_navi li a{
	display: block;
	padding-left:15px;
	background:url(image/common_icon_f_navi.gif) left 2px no-repeat;
	text-decoration:none;
	color:#000;
}
#f_navi li a:hover{ color:#666;}



/*	return
---------------------------------------------------------------*/
#footer_inner div#return{ float:right;}
#footer_inner div#return,
#footer_inner div#return a{
	width:135px;
	height:35px;
}
#footer_inner div#return{ float:right;}
#footer_inner div#return a{
	display:block;
	background:url(image/common_bt_footer_return.gif) no-repeat;
	text-indent:-9999px;
}

#footer_inner #return a:hover{
	opacity:0.9;
	filter: alpha(opacity=90);
}


/*	copy
---------------------------------------------------------------*/

#copy{clear:both;}







/*======================================================================
	clearfix
======================================================================*/
#header:after,
#header_inner:after,
#p_navi:after,
h2:after,
#g_navi:after,
#container:after,
#contents:after,
#main:after,
#main .inner:after,
#main .pagetop:after,
#sidebar:after,
#sidebar div.box:after,
#sidebar div.box .inner:after,
#side_banner:after,
#footer:after,
#footer_inner:after,
#f_navi:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}








/*======================================================================
	other
======================================================================*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}


.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*	table
======================================================================*/

/* table1 */
.table1{
	width:672px;
	border-top: solid 1px #ede7e0;
	border-collapse:collapse;
}
.table1 th,
.table1 td{
	padding:8px 15px;
	border-bottom: solid 1px #ede7e0;
	text-align: left;
	line-height: 1.8;
}
.table1 th{
	border-left: solid 1px #ede7e0;
	border-right: solid 2px #65ac2d;
	white-space: nowrap;
	color: #103c5a;
	vertical-align:top;
}
.table1 td{border-right: solid 1px #ede7e0;}
.table1 td strong{font-weight: bold;}
.table1 td span{font-size: 10px;}


/* btn */
.btnt{margin: 12px 0 0 0;}
.btnt td{
	padding-right: 35px;
}
.stick{height: 600px;}


.tb_mail th{ width:150px;}







/* color deco
----------------------------------------------------------------*/
.att1{ color:#ca3333;}
.att2{ color:#1a950f;}/*緑*/
.att3{ color:#2c85b4;}/*水色*/
.att4{ color:#d6403c;}/*赤色*/


/*text
----------------------------------------------------------------*/
.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}


/*size
----------------------------------------------------------------*/
.fs_s{ font-size:80%;line-height:100%; }
.fs_m{ font-size:100%;line-height:120%; }
.fs_l{ font-size:120%;line-height:140%; }
.fs_ll{ font-size:140%;line-height:160%; }

.ls_s{ letter-spacing:-1pt; }
.ls_m{ letter-spacing:0pt; }
.ls_l{ letter-spacing:1em; }

.ps{ padding:5px; }
.ps_t{ padding-top:5px; }
.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }
.ps_w{ padding:0px 5px; }

.pm{ padding:10px; }
.pm_t{ padding-top:10px; }
.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }
.pm_w{ padding:0px 10px; }

.ms{ margin:5px; }
.ms_t{ margin-top:5px; }
.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }
.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }
.ms_w{ margin:0px 5px; }

.mm{ margin:10px; }
.mm_t{ margin-top:10px; }
.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }
.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }
.mm_w{ margin:0px 10px; }

.ml{ margin:10px; }
.ml_t{ margin-top:20px; }
.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }
.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }
.ml_w{ margin:0px 20px; }

.m_a{ 0px auto; }



/*====================================================================
	pagetop
=====================================================================*/
.pagetop{
	clear:both;
	margin-top:30px;
	width:675px;
	zoom:1;
}
.pagetop a{
	float:right;
	display:block;
	background:url(image/common_bt_return.gif) no-repeat;
	width:100px;
	height:25px;
	text-indent:-9999px;
}
.pagetop a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}
















/*====================================================================

index.css

======================================================================

====================================================================*/


/*======================================================================
	para1
====================================================================*/
#para1{
	margin-top:5px;
	width:675px;
	height:390px;
	background:url(image/top_bg_para1.gif) no-repeat;
	overflow:hidden;
}
#para1_inner{
	margin-top:120px;
	margin-left:30px;
	width:615px;
}
#para1_inner #para1_txt{
	float:left;
	width:340px;
}

/*======================================================================
	para2
====================================================================*/
#para2{
	margin-top:10px;
	margin-bottom:20px;
}




/*======================================================================
	news
======================================================================*/
#main #news{
	width:675px;
	height:150px;
	overflow:auto;
}

#main #news div,
#main #news div table{
	border:none;
	width: 655px;
}
#main #news table th,
#main #news table td{
	padding:10px 8px;
	background:url(./image/common_line_01.gif) bottom repeat-x;
	text-align: left;
	line-height: 1.5;
	vertical-align: top;
	border:none;
}
#main #news table th{
	width:130px;
	text-align:left;
	color: #618f00;
}









/*====================================================================

level2.css

======================================================================

====================================================================*/


.link01{
	padding-left:25px;
	background:url(image/common_arrow_01.gif) left no-repeat;
	text-decoration:none;
	font-size:14px;
}

.box01{
	margin-top:15px;
	margin-bottom:15px;
	padding:0;
	width:675px;
	background:url(image/common_bg_box_01.gif)top left repeat-y;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	overflow:hidden;
}
.box01_inner{
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
	width:645px;
	overflow:hidden;
}



.list1 li{
	padding-left:20px;
	background:url(image/common_icon_01.gif) left no-repeat;
}

.list2 li{
	text-indent:-2em;
	margin-left:2em;
}

.list3 li{
	padding-left:20px;
	background:url(image/common_icon_02.gif) left no-repeat;
}



#link_banner1_1,
#link_banner1_2{
	margin-top:20px;
	width:675px;
	height:70px;
}
#link_banner1_1{ background:url(image/common_banner01_01.gif) no-repeat;}
#link_banner1_2{ background:url(image/common_banner01_02.gif) no-repeat;}
#link_banner1_1 a,
#link_banner1_2 a{
	display:block;
	width:337px;
	height:70px;
	text-indent:-9999px;
}
#link_banner1_1 a:hover,
#link_banner1_2 a:hover{
	background:#5fad22;
	opacity:0.2;
	filter: alpha(opacity=20);
}

#link_banner2,
#link_banner3{
	margin-top:20px;
	margin-bottom:20px;
	width:675px;
	height:60px;
}
#link_banner2{background:url(image/common_banner02.gif) no-repeat;}
#link_banner3{background:url(image/common_banner03.gif) no-repeat;}

#link_banner2 a,
#link_banner3 a{
	display:block;
	width:225px;
	height:60px;
	text-indent:-9999px;
}
#link_banner2 a:hover,
#link_banner3 a:hover{
	background:#5fad22;
	opacity:0.2;
	filter: alpha(opacity=20);
}






/*	cotact_banner
---------------------*/
#contact_banner{
	clear:both;
	position:relative;
	margin-top:30px;
	margin-bottom:20px;
	width:675px;
	height:185px;
	background:url(image/common_bg_contact_banner.gif) no-repeat;
	overflow:hidden;
}
#contact_banner p{
	margin-left:15px;
	margin-top:80px;
	width:395px;
	font-size:14px;
	line-height:1.6em;
}
#contact_banner a{
	display:block;
	position:absolute;
	right:15px;
	bottom:16px;
	width:230px;
	height:40px;
	text-indent:-9999px;
}
#contact_banner a:hover{
	background:#fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}

 



/*--======================================================================
	feature
======================================================================--*/


#tb_feature{
	margin-top:15px;
	width:672px;
	border-left: solid 1px #ede7e0;
	border-top: solid 1px #ede7e0;
	border-collapse:collapse;
}
#tb_feature td{
	padding:8px 10px;
	border-bottom: solid 1px #ede7e0;
	text-align: left;
	line-height: 1.8;
}
#tb_feature th{
	border-left: solid 2px #ede7e0;
	border-right: solid 2px #9dca93;
	white-space: nowrap;
	color: #103c5a;
	vertical-align:top;
}
#tb_feature td{border-right: solid 1px #ede7e0;}

#tb_feature tr.even td{ background:#f8f4f1;}


/*	voice
====================================================*/
#voice dl{
	margin-top:15px;
	margin-bottom:15px;
	padding:0;
	width:675px;
	background:url(image/common_bg_box_01.gif) top left repeat-y;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	overflow:hidden;
}
#voice dt,
#voice dd{
	margin-left:15px;
	width:645px;
	overflow:hidden;
}
#voice dt{
	margin-top:15px;
	font-weight:bold;
	font-size:16px;
	color:#1a950f;
}
#voice dd{
	margin-bottom:15px;
}




/*--======================================================================
	interior	&	exterior
======================================================================--*/
.interior1,
.exterior1{
	margin-top:5px;
	margin-bottom:20px;
	width:675px;
	zoom:1;
}
#main .interior1 img.left,
#main .exterior1 img.left{ margin-right:15px;}
#main .interior1 h4,
#main .exterior1 h4{
	margin-top:0px;
	overflow:hidden;
}
#main .interior1 h4,
#main .interior1 .inner,
#main .exterior1 h4,
#main .exterior1 .inner{
	float:right;
	width:360px;
}
#main .interior1 .inner ul,
#main .exterior1 .inner ul{ margin-top:10px;}


#main .interior1:after,
#main .exterior1:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}

/*--======================================================================
	diagnosis
======================================================================--*/

#diagnosis_exterior,
#diagnosis_interior{
	position:relative;
	width:675px;
	height:500px;
	overflow:hidden;
}
#diagnosis_exterior{ background:url(image/diagnosis_exterior_image_01.jpg) no-repeat;}
#diagnosis_interior{ background:url(image/diagnosis_interior_image_01.jpg) no-repeat;}

#diagnosis_exterior a,
#diagnosis_interior a{
	display:block;
	position:absolute;
	width:180px;
	height:80px;
	text-indent:-9999px;
}
#diagnosis_exterior a:hover,
#diagnosis_interior a:hover{
	background:#fff;
	opacity:0.4;
	filter: alpha(opacity=40);
}
a#link_interior1{ right:20px; top:22px;}/*キッチン*/
a#link_interior2{ top:120px; left:8px;}/*お風呂*/
a#link_interior3{ right:10px; bottom:170px;}/*トイレ*/
a#link_interior4{ left:6px; bottom:145px;}/*クロス*/
a#link_interior5{ left:42px; top:10px;}/*フローリング*/
a#link_interior6{ left:75px; bottom:15px;}/*間取り変更*/
a#link_interior7{ right:18px; bottom:20px;}/*和室から洋室へ*/


a#link_exterior1{ left:8px; top:158px;}/*天井裏*/
a#link_exterior2{ right:20px; top:12px;}/*屋根*/
a#link_exterior3{ left:15px; bottom:67px;}/*木部*/
a#link_exterior4{ top:29px; left:90px;}/*鉄部*/
a#link_exterior5{ right:9px; top:117px;}/*外壁*/
a#link_exterior6{ bottom:52px; right:22px;}/*エクステリア*/




/*--======================================================================
	health
======================================================================--*/
#main .health1,
#main .health2{
	margin-top:20px;
	margin-bottom:20px;
	width:675px;
	zoom:1;
}
#main .health1{background:url(image/common_bg_box_02.gif) bottom no-repeat;}
#main .health1:after,
#main .health2:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}



#main .health1 div.left,
#main .health1 div.right,
#main .health2 div.health2_box{width:330px;}
#main .health2 div.left,
#main .health2 div.health2_box{ background:url(image/common_bg_box02_half.gif) bottom no-repeat;}


#main .health1 div.left h4,
#main .health1 div.right h4,
#main .health2 div.health2_box h4{
	margin-top:0px;
	width:330px;
	height:40px;
	background:url(image/health_bg_h4.gif) no-repeat;
	text-align:center;
	line-height:3em;
	font-size:16px;
	color:#fff;
	overflow:hidden;
}
#main .health1 div.left .inner,
#main .health1 div.right .inner,
#main .health2 div.health2_box .inner{
	margin-top:15px;
	margin-left:15px;
	padding-bottom:10px;
	width:300px;
}




#main .health2 div.health2_box{ height:200px;}








/*--======================================================================
	results
======================================================================--*/
h5#ecopoint{
	padding-left:30px;
	border-bottom:2px dotted #ed6e6b;
	background:url(image/common_icon_01.gif) 10px 8px no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#460d0d;
	overflow:hidden;
}



/*--======================================================================
	knowledge
======================================================================--*/
#main .knowledge1{
	margin-bottom:20px;
	width:675px;
	background:url(image/common_bg_box_02.gif) bottom no-repeat;
	zoom:1;
}
#main .knowledge1:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}

#main .knowledge1 dl{
	width:330px;
	border-top:1px solid #d8d8d8;
}
#main .knowledge1 dt{
	float:left;
	margin-top:15px;
	margin-right:15px;
	overflow:hidden;
}
#main .knowledge1 dt img{ margin-left:15px;}
#main .knowledge1 dd{
	margin:15px;
}








