@charset "utf-8";

@import url("common_base.css");
@import url("side.css");

/*** ページ別ボックスレイアウト ***/

/* 創る家とは */
#concept #main{
	text-align: center;
}
#concept #main-inner{
	width: 600px;
}

/* もっと楽しく家創り */
#column #main{
	background-color: #F3F4E8;
}

#column_page #main{
	background-color: #FAF9F5;
}

/* 分譲地 */
#subdivision #left-box{
	float: left;
	width: 310px;
}
#subdivision #right-box{
	float: right;
	width: 310px;
}

/***** パーツ *****/

/*** 共通のパーツ ***/

p.top a{
	font-size: 0.7em;
	text-decoration: none;
	text-align: right;
	display: block;
	color: #666;
	clear: both;
	padding-top: 10px;
}

.btn_area{
	clear: both;
	width: 620px;
	padding-top: 20px;
}
.btn_left{
	float: left;
}
.btn_right{
	float: right;
}
.btn_center{
	width: 620px;
	text-align: center;
}
.btn_center-inner{
	margin-right: auto;
	margin-left: auto;
}

.fleft{
	float: left;
}
.fright{
	float: right;
}
.fcenter{
	width: 620px;
	text-align: center;
}
.fcenter-inner{
	margin-right: auto;
	margin-left: auto;
}
.cboth{
	clear: both;
}

.ptop10{
	padding-top: 10px;
}
.pbottom10{
	padding-bottom: 10px;
}
.pleft10{
	padding-left: 10px;
}
.pright10{
	padding-right: 10px;
}
.mtop10{
	margin-top: 10px;
}
.mbottom10{
	margin-bottom: 10px;
}
.ptop20{
	padding-top: 20px;
}
.pbottom20{
	padding-bottom: 20px;
}
.mtop20{
	margin-top: 20px;
}
.mbottom20{
	margin-bottom: 20px;
}
.new{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	background: #CC0000;
	padding: 2px 5px;
	margin-left: 10px;
}

/*** ページ別パーツ ***/

/* 創る家とはのパーツ */
#concept #main #area1{
	font-size: 1.2em;
	font-weight: bold;
	background: url(../concept/img/3.gif) no-repeat right center;
	text-align: left;
	width: 526px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

/* こだわりのパーツ */
#policy #main ul{
	margin: 0;
	padding: 0 0 0 10px;
}
#policy #main ul li{
	float: left;
	height: 170px;
	width: 200px;
	text-align: center;
	list-style-type: none;
}
#policy #main ul li p{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 10px;
	color: #666;
}
a#policy0{
	height: 116px;
	width: 116px;
	background: url(../policy/img/01.gif) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
a:hover#policy0{
	background: url(../policy/img/01.png) no-repeat 0 0;
}
a#policy0{
	height: 116px;
	width: 116px;
	background: url(../policy/img/0.gif) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
}
a:hover#policy0{
	background: url(../policy/img/0.png) no-repeat 0 0;
}

/* 「創る家」お宅訪問のパーツ */
/*
#case #main #flow{
	float: right;
	width: 260px;
	background: #F7F6EF;
	padding: 15px 20px;
}
#case #main #flow h3{
	border-bottom: 1px solid #999;
}
*/

/* 分譲地のパーツ */
#subdivision #main ul{
	margin: 0;
	padding: 0;
}
#subdivision #main ul li{
	float: left;
	list-style-type: none;
}

/* もっと楽しく家創りのパーツ */
#column #main ul{
	text-align: left;
	float: left;
	padding-left: 200px;
	margin-top: 10px;
	margin-left: 0;
}
#column #main ul li{
	list-style-image: url(../column/img/column_li.gif);
	padding-top: 5px;
}

/* 会社概要のパーツ */

#company #main h2{
	font-size: 1.1em;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#company #main #area1{
	font-size: 1.1em;
	font-weight: bold;
	background: url(../company/img/1.jpg) no-repeat left top;
	width: 620px;
	padding-top: 220px;
}
#company #main #area2{
	font-size: 0.9em;
	background: url(../company/img/2.jpg) no-repeat right center;
	height: 500px;
	width: 620px;
	padding-top: 20px;
}
#company #main dl{
	font-size: 0.9em;
	float: right;
	width: 420px;
	margin: 0px 0px 50px;
}
#company #main dl dt{
	float: left;
	clear: both;
	width: 100px;
	margin-bottom: 10px;
}
#company #main dl dd{
	float: right;
	width: 310px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* お問い合わせのパーツ */
#contact #main{
	font-size: 0.9em;
}

#contact .title2 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	color: #CC0000;
}
#contact .title_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
#contact .font14 {
	font-size: 14px;
	line-height: 160%;
	padding-left: 10px;
}
#contact .teble_left {
	float: left;
	clear: left;
	width: 360px;
}
#contact .left {
	float: left;
}
#contact .left_img {
	float: left;
	margin-right: 20px;
	width: 300px;
	clear: left;
}
#contact .left3_img {
	float: right;
	clear: right;
	width: 270px;
}
#contact #main740 {
	width: 740px;
	margin-right: 80px;
	margin-left: 80px;
	text-align: left;
}
#contact div.readonly {
	width: 600px;
	height: 180px;
	margin: 10px auto 10px auto;
	border: 1px solid #666666;
}
#contact div.readonlynaka {
	width: 600px;
	height: 180px;
	overflow: auto;
}
#contact div.ronakapadding {
	padding: 5px;
}

/* よくある質問のパーツ */

#faq #main{
	font-size: 0.9em;
}

#question dl dt{
	font-weight: bold;
	margin-bottom: 10px;
}
#answer dl dt{
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;
}
#answer dl dd{
	margin-bottom: 30px;
	margin-left: 0px;
}

/* このサイトについてのパーツ */

#site_policy h2{
	font-size: 1.1em;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#site_policy h3{
	font-size: 1em;
	color: #CC0000;
	margin-top: 30px;
	margin-bottom: 10px;
}

/* サイトマップのパーツ */

#sitemap #main h2{
	float: left;
	width: 260px;
	clear: both;
	margin-right: 20px;
}
#sitemap #main ul{
	font-size: 0.9em;
	float: left;
	margin-left: 0;
	padding-left: 20px;
}
#sitemap #main ul.left-box{
	float: left;
	width: 130px;
}
#sitemap #main ul.right-box{
	float: left;
	width: 160px;
}
#sitemap #main ul li{
	list-style-image: url(../sitemap/img/sitemap_li.gif);
	padding-top: 5px;
}
#sitemap hr{
	clear: both;
	float: left;
	width: 620px;
}

/* プライバシーポリシーのパーツ */

#privacy_policy h2{
	font-size: 1.1em;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#privacy_policy h3{
	font-size: 1em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* お問い合わせのパーツ */
#main-inner .box p{
	font-size:0.86em;
	line-height:2em;
	text-align:left;
	}
.text200 td{
	font-size:0.86em;
	}
.red{
		color:#C00;
	}
#contact div.readonly {
	xwidth: 600px;
	height: 180px;
	margin: 10px auto 10px auto;
	border: 1px solid #666666;
}
#contact div.readonlynaka {
	xwidth: 600px;
	height: 180px;
	overflow: auto;
}
#contact div.ronakapadding {
	padding: 5px;
	font-size:0.86em;
}
#contact .title2 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	color: #CC0000;
}

/* 確認用背景色 */
/*
#container{
	background-color: #09F;
}
#container-inner{}
#header{
	background-color: #9C9;
}
#header-inner{}
#main{
	background-color: #3CC;
}
#main-inner{
	background-color: #FFC;
}
#side{
	background-color: #CC6;
}
#side-inner{
	background-color: #CCF;
}
#footer{
	background-color: #9C9;
}
#footer-inner{}



#header-logo{
	background-color: #C39;
}
#header-right{
	background-color: #3F6;
}
#header-description{
	background-color: #36C;
}
#header-link{
	background-color: #366;
}
#header-link ul{
}
#header-link ul li{
	background-color: #CF0;
}
#header-tel{
	background-color: #60F;
}
#header-menu{
	background-color: #F00;
}



#top-flash{
	background-color: #639;
}
#top-menu{
	background-color: #996;
}




#side-menu{
	background-color: #339;
}
#side-button{
	background-color: #0FF;
}