@charset "Shift_JIS";

/*WinIEのフォントサイズ*/
table{
	line-height: 1.5em;
}
/*IE以外のブラウザフォントサイズ*/
input{
	vertical-align: bottom;
}
hr{
	display: none;
}
#wrapper{
	text-align: left;
	margin: 6px auto;
	width:810px;
}
#maincontent{
	width: 810px;
}
#maincontent #leftcolumn{
	float: left;
	width: 640px;
	margin-top: 10px;
}
#maincontent #rightcolumn{
	float: right;
	width: 130px;
	margin-top: 10px;
}
hr.divider {
	display:none;
}


/*リンクの設定*/
a:link,a:visited{
	color: #1391ce;
	text-decoration: none;
}
a:hover,a:active{
	color: #1391ce;
	text-decoration: underline;
}
a:focus{ outline:none; }/*fireFoxとかで点線を消す*/

/*ナビゲーション*/
div#menu{
	height: 94px;
}
div#menu div{
	float: left;
	padding-bottom: 15px;
}
.flowarrow{
	width: 30px;
	text-align: center;
	margin-top: 7px;
}
#menu ul{
	background: url("../image/img/bg_dotline.gif") repeat-y left;
	width:249px;
	list-style: none;
}
#menu ul li{
	background: url("../image/img/icon_linktop_glay.gif") no-repeat left center;
	padding-left: 10px;
	margin-top: 3px;
	margin-left: 10px;
	line-height: 1.2em;
}
#menu ul li.linktop{
	background: url("../image/img/icon_linktop.gif") no-repeat left center;
	padding-left: 10px;
	margin-top: 3px;
	margin-left: 10px;
	line-height: 1.2em;
}

/*フォーム*/
table.formtable{
	border-top: solid 2px #ccc;
	border-bottom: solid 1px #ccc;
}
table.formtable th{
	font-weight: bold;
	text-align: left;
	color: #5DB751;
	padding: 10px  0;
	border-bottom: solid 1px #ccc;
}
table.formtable td{
	text-align: left;
	padding: 10px  0;
	border-bottom: solid 1px #ccc;
}
.formtxt{
	background: #ffffff;
	border: 1px solid #cccccc;
}
#formbtn{
	padding: 15px 0 0 30%;
}
/*リモデル相談フォーム*/
table.formtable_g{
	border-top: solid 2px #ccc;
	border-bottom: solid 1px #ccc;
}
table.formtable_g th{
	font-weight: bold;
	text-align: left;
	color: #5DB751;
	padding: 10px  0;
	border-bottom: solid 1px #ccc;
}
table.formtable_g td{
	text-align: left;
	padding: 10px  0;
	border-bottom: solid 1px #ccc;
}
.formtxt_g{
	background: #ffffff;
	border: 1px solid #cccccc;
}
/*入れ子テーブルのためのpadding0テーブル*/
#table_clear{
	border :none;
}
#table_clear th{
	font-weight: normal;
	padding: 0;
	border :none;
}
#table_clear td{
	font-weight: normal;
	padding: 0;
	border :none;
}
/*qa
ul#qa{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 95%;
	color: #4b4b4b;
	line-height:1.3;
}
ul#qa li.q{
	background: url(../qa/img/q.gif) left top no-repeat;
	padding: 5px 5px 15px 30px;
	color: #FF592E;

}
ul#qa li.a{
	background: url(../qa/img/a.gif) left top no-repeat;
	padding: 5px 5px 15px 30px;
}*/
/*sitemap
#sitemap_left{
	margin: 0;
	padding: 0;
	float: left;
	width: 310px;
}
#sitemap_right{
	margin: 0;
	padding: 0;
	float: right;
	width: 310px;
}
ul.sitemap{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 95%;
	border-left: 6px solid #C2E0BC;
}
ul.sitemap li.menu1{
	padding: 3px 10px 3px 5px;
}
ul.sitemap li.menu2{
	padding: 3px 10px 3px 20px;
}
ul.sitemap li.menu3{
	padding: 3px 10px 3px 35px;
}*/
/*goodremodel
.rect01_md p.condition{
	float: right;
	width: 520px;
}
.rect01_md img.condition{
	float: left;
	margin-bottom: 10px;
}*/
/*number
ul.txtnum{
	margin: 0;
	padding: 0 0 0 25px;
	list-style: decimal;
	text-align: left;
	font-size: 95%;
	color: #4b4b4b;
	line-height: 1.3;
}
ul.txtnum li{
	margin: 0;
	padding: 5px 0;
}
ul.txtpoint{
	margin: 0;
	padding: 0 0 0 25px;
	text-align: left;
	font-size: 95%;
	color: #4b4b4b;
	line-height: 1.3;
}
ul.txtpoint li{
	padding-bottom: 10px;
}*/
/*丸数字画像のリスト
ul.num{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 95%;
	color: #4b4b4b;
	line-height: 1.3;
}
ul.num li{
	padding: 3px 10px 13px 20px;
}
ul.num li.n1{
	background: url(../img/icn_num1.gif) 0px 3px no-repeat;
}
ul.num li.n2{
	background: url(../img/icn_num2.gif) 0px 3px no-repeat;
}
ul.num li.n3{
	background: url(../img/icn_num3.gif) 0px 3px no-repeat;
}
ul.num li.n4{
	background: url(../img/icn_num4.gif) 0px 3px no-repeat;
}
ul.num li.n5{
	background: url(../img/icn_num5.gif) 0px 3px no-repeat;
}
ul.num li.n6{
	background: url(../img/icn_num6.gif) 0px 3px no-repeat;
}
ul.num li.n7{
	background: url(../img/icn_num7.gif) 0px 3px no-repeat;
}
ul.num li.n8{
	background: url(../img/icn_num8.gif) 0px 3px no-repeat;
}
ul.num li.n9{
	background: url(../img/icn_num9.gif) 0px 3px no-repeat;
}
ul.num li.n10{
	background: url(../img/icn_num10.gif) 0px 3px no-repeat;
}
ul.num li.n11{
	background: url(../img/icn_num11.gif) 0px 3px no-repeat;
}
ul.num li.n12{
	background: url(../img/icn_num12.gif) 0px 3px no-repeat;
}
ul.num li.n13{
	background: url(../img/icn_num13.gif) 0px 3px no-repeat;
}
ul.num li.n14{
	background: url(../img/icn_num14.gif) 0px 3px no-repeat;
}
ul.num li.n15{
	background: url(../img/icn_num15.gif) 0px 3px no-repeat;
}
ul.num li.n16{
	background: url(../img/icn_num16.gif) 0px 3px no-repeat;
}
ul.num li.n17{
	background: url(../img/icn_num17.gif) 0px 3px no-repeat;
}
ul.num li.n18{
	background: url(../img/icn_num18.gif) 0px 3px no-repeat;
}
ul.num li.n19{
	background: url(../img/icn_num19.gif) 0px 3px no-repeat;
}
ul.num li.n20{
	background: url(../img/icn_num20.gif) 0px 3px no-repeat;
}*/
/*ページ内リンク*/
ul.underlink{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 95%;
	color: #4b4b4b;
	line-height:1.3;
}
ul.underlink li{
	background: url(../img/icn_underlink.gif) 0 2px no-repeat;
	padding: 3px 20px 10px 20px;
}
ul li.linktop,
ul li.linkblank{
	list-style: none;
	margin-bottom: 2px;
}
table.anchortable{
	background: url("../image/img/bg_dotline.gif") repeat-y right 0;
	text-align: center;
}
table.anchortable td{
	background: url("../image/img/bg_dotline.gif") repeat-y 0 0;
	line-height: 1em;
	width: 64px;
}
/*その他*/
h1{
	margin: 0;
}
h1 img{
	vertical-align: bottom;
}
h2{
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
}
h3{
	clear: both;
	margin: 0 0 15px 0;
	text-align: left;
	color: #5DB751;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
}
h4{
	padding-bottom: 10px;
	margin: 0 0 15px 0;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	line-height: 1em;
}
h5{
	margin: 0 0 10px 0;
	text-align: left;
}

img{
	border-width: 0;
}
ol.num{
	margin-left: 25px;
}
dl{
	clear: both;
	float: left;
	text-align: left;
}
/*IE以外*/
html>body dl{
	float: none;
}
dt{
	clear: both;
	float: left;
	padding: 0 15px 5px 0; 
	color: #5DB751;
	font-weight: bold;
	line-height: 1.2em;
}
dd{
	padding: 0 15px 5px 0; 
	vertical-align: middle;
	line-height: 1.2em;
}

#read{
	clear: both;
	margin-bottom: 10px;
}
#footpath{
	clear: both;
	margin: 0;
	padding: 10px 15px;
	font-size: 75%;
	color: #666666;
	text-align: left;
}
form{
	margin: 0;
	padding: 0;
}
.dotline{
	clear: both;
	border-top: 2px dotted #F8D4C3;
	height: 15px;
	overflow:hidden;
}
.pagetop{
	padding: 5px 0 15px 0px;
	text-align: right;
}
.pagetop a{
	font-size: 0.8em;
	color: #5DB751;
	background: url("../image/images/icon_linkptop.gif") no-repeat left center;
	padding-left: 14px;
	padding-bottom: 3px;
	line-height: 1.5em;
}
.pagetop a:visited{
	color: #5DB751;
}
.right{
	float:right;
	margin: 5px 0 5px 10px;
}
.left{
	float: left;
}
.icn_link{
	background: url(../img/icn_link.gif) left top no-repeat;
	margin-top: 10px;
	padding: 2px 10px 2px 18px;
}
.back{
	clear: both;
	text-align: right;
}
.back_dot{
	clear: both;
	text-align: right;
	border-bottom: 2px dotted #F8D4C3;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.icn{
	margin: 2px;
}
.icn_mail{
	margin: 0px 5px;
}
.pht{
	margin: 10px;
}
.voicenavi{
	display: none;
}
.clear{
	clear: both;
	height: 1px;
	overflow: hidden; 
}
.rect{
	margin-bottom: 20px;
	padding: 14px;
	border: 1px solid #C4C4C4;
	background: #FFF7DE;
}
.rect p{
	margin: 0;
}
/*枠付き角丸
.rect01_tp{
	height: 10px;
	overflow: hidden;
	background: url(../img/bg_rect01_tp.gif) no-repeat;
}
.rect01_md{
	margin: 0;
	padding: 8px 10px;
	background: #FFFAE6;
	border: 3px solid #C2E0BC;
	border-width: 0 3px;
	text-align: left;
}
.rect01_bt{
	margin-bottom: 20px;
	height: 10px;
	overflow: hidden;
	background: url(../img/bg_rect01_bt.gif) no-repeat;
}
.rect01_md .txt{
	margin-bottom: 10px;
}
.rect01_md p{
	width: 620px;
}
.rect01y_tp{
	height: 10px;
	overflow: hidden;
	background: url(../img/bg_rect01y_tp.gif) no-repeat;
}
.rect01y_md{
	margin: 0;
	padding: 8px 13px;
	background: #FFFBF3;
	border: 3px solid #FFE399;
	border-width: 0 3px;
	text-align: left;
}
.rect01y_bt{
	margin-bottom: 20px;
	height: 10px;
	overflow: hidden;
	background: url(../img/bg_rect01y_bt.gif) no-repeat;
}
.rect01y_md .txt{
	margin-bottom: 10px;
}
.rect01y_md .left{
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
}
.rect01y_md .right{
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
	
}
.rect01y_md .subtitle{
	text-align: right;
	padding-bottom: 5px;
	font-size: 75%;
	color: #4b4b4b;
}
.rect01y_md h3{
	clear: both;
	margin: 30px 0 2px 0;
	padding: 3px;
	border-bottom: 2px dotted #FFE9AE;
	text-align: left;
	font-size: 95%;
	color: #4b4b4b;
}*/

/*会員規約*/
#kiyaku{
	text-align: left;
	margin: 10px;
}
#kiyaku p{
	margin-bottom: 1em;
}
/*フォント*/
.l{
	line-height: 1.8em;
	font-size: 1.2em;
}
.m{
}
.s{
}
.orange{
	color: #f60;
}
.pink{
	color: #5DB751;
}
.attention{
	font-weight: bold;
	color: #ff0000;
}
div.mgn10 {
	margin-bottom: 10px;
}
div.mgn30 {
	clear: both;
	height: 30px;
 }
div.mgnTop10 {
	clear: both;
	margin-top: 10px;
 }
div.mgnTop20 {
	clear: both;
	margin-top: 20px;
 }
div.mgnTop30 {
	clear: both;
	margin-top: 30px;
 }
div.mgnBtm5 {
	clear: both;
	margin-bottom: 5px;
 }
div.mgnBtm10 {
	clear: both;
	margin-bottom: 10px;
 }
div.mgnBtm20 {
	clear: both;
	margin-bottom: 20px;
 }
div.mgnBtm30 {
	clear: both;
	margin-bottom: 30px;
 }
.linktop{
	background: url("../images/icon_linktop.gif") no-repeat left center;
	padding-left: 10px;
	line-height: 1.2em;
	font-size: 110%;
}
.linkblank{
	background: url("../images/icon_linkblank.gif") no-repeat left center;
	padding-left: 11px;
	line-height: 1.2em;
	font-size: 110%;
}
ul.membernavi{
	list-style: none;
	border: 1px solid #DCD9D1;
}
ul.membernavi li{
	margin: 0;
	padding: 0;
}
table.areatable strong{
	color: #5DB751;
}

table.areatable th{
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	color: #5DB751;
	vertical-align: top;
}
table.areatable tb{
	vertical-align: top;
	padding-bottom: 5px;
}

/*ideal*/
h3.idea{
	background: url("../ideal/img/bg_h3.gif") no-repeat 0 31px;
	font-size:1em;
	height: 33px;
	width: 640px;
	_width: 638px;
	padding: 10px 0 0 12px;
	margin: 0;
	line-height: 1em;
}
.pinkbox{
	background: url("../ideal/img/bg_pinkbox.gif") no-repeat 0 0;
	margin: 0;
	text-align: left;
	margin-bottom: 30px;
}
.pinkbox_inner:after,
.pkg:after{
	content: " "; 
	display: block; 
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0;
	line-height: 0;
	
}
* html .pinkbox_inner,
* html .pkg{display: inline-block;}
/* Hides from IE-mac \*/
* html .pinkbox_inner,
* html .pkg{height: 1%;}
.pinkbox_inner,
.pkg{display: block;}
/* End hide from IE-mac */
.pinkbox_inner{
	background: url("../ideal/img/bg_pinkbox.gif") no-repeat left bottom;
	width: 640px;
}
.pkg{
	/*width:640px;*/
}

.pinkbox_l{
	float: left;
	width: 70px;
	padding: 10px 0 10px 10px;
}
.pinkbox_r{
	float: left;
	width: 530px;
	padding: 10px;
}
.pinkbox2{
	background: url("../search/doing/img/bg_pinkbox_top.gif") no-repeat 0 0;
	padding: 10px 10px 10px 10px;
	margin-bottom: -1px;
	color: #fff;
	text-align: left;
}
.halfbox{
	margin: 0;
	background: url("../ideal/img/bg_halfbox_top.gif") no-repeat 0 0;
	padding: 10px 10px 5px 10px;
	color: #fff;
	text-align: left;
}
.halfbox_left{
	float: left;
	width: 300px;
}
.halfbox_right{
	float: right;
	width: 300px;
}
table.flowtable{
	width: 640px;
	border-bottom: 1px solid #a7a7a7;
}
table.flowtable h3{
	margin: 10px 0;
	padding: 0;
	line-height: 1em;
}
table.flowtable img {
	border-style: none;
	vertical-align: top;
}
table.flowtable tr.solid td{
	background: url(../ideal/img/bg_flow_grayline.gif) repeat-x 0 0;
}
table.flowtable tr.dotted td{
	background: url(../ideal/img/bg_flow_dotline.gif) repeat-x 0 0;
}
table.flowtable tr.dotted td.arrow1{
	background: url(../ideal/img/bg_flow1.gif) repeat-x left bottom;
}
table.flowtable tr.solid td.arrow2{
	background: url(../ideal/img/bg_flow2.gif) repeat-y 0 0;
}
table.flowtable tr.dotted td.arrow2{
	background: url(../ideal/img/bg_flow2.gif) repeat-y 0 0;
}
table.flowtable tr.dotted td.arrow3{
	background: url(../ideal/img/bg_flow3.gif) repeat-y left bottom;
}
.flowtxt{
	padding: 15px 0;
}
.flowtxt2{
	padding-right: 20px;
}
.flowleft{
	float: left;
	width: 70px;
}
.flowright{
	float: right;
	margin-right: 10px;
	width: 395px;
	_width: 390px;
}
.flowul{
	width: 390px;
}
	
/*Q&A*/
ul.qa1{
	padding: 0 10px 10px 10px;
	list-style: none;
	font-size: 110%;
	line-height: 1.5em;
}
ul.qa2{
	list-style: none;
	font-size: 110%;
	line-height: 1.5em;
}
.graybox{
	border: 1px solid #ccc;
	padding: 10px;
}
.toqalist{
	padding: 5px 0 15px 0px;
	text-align: right;
}
.toqalist a{
	font-size: 0.8em;
	background: url("../images/icon_linktolist.gif") no-repeat left center;
	padding-left: 12px;
}

/*news*/
#newsbody{
	width: 430px;
}
#newsbody dl{
	/*padding:10px 10px 5px 10px;*/
	/*clear: both;*/
	float: none;
	text-align: left;
	padding:0 0 10px 0;
}
/*IE以外*/
html>body #newsbody dl{
	float: none;
}
#newsbody dt{
	clear: both;
	float: left;
	margin:0;
	padding: 0 15px 5px 0; 
	color: #333;
	font-weight: bold;
	line-height: 1.2em;
}
#newsbody dd{
	display: block;
	float: left;
	padding: 0 5px 5px 0; 
	vertical-align: middle;
	line-height: 1.2em;
}
#newsbody strong{
	clear: both;
	display: block;
}


/*sitemap*/
.sitemap1{
	padding: 0 10px 5px 10px;
}
.sitemap2{
	padding: 0 10px 10px 10px;
}
.sitemap3{
	padding-top: 5px;
	_padding-top: 10px;
}

