/* レイアウトの設定*/
body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url(../img/common/back.gif);
	background-repeat: repeat-x;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:800px;
    margin:0px auto;
    text-align:left;
}

/* ヘッダー左側の設定*/
#headleft{
	width:210px;
	height:65px;
	float:left;
}

/* ヘッダー右側の設定*/
#headright{
	width:560px;
	height:65px;
	float:right;
	top: 0px;
	text-align: right;
}



/* ナビの設定*/
#navi{
	width:560px;
	background-color:#FFFFFF;
	clear:right;
	border-bottom-style: none;
	font-size: 12px;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	float: right;
	height: 40px;
}








/* 左側の設定*/
#left{
	width:210px;
	float:left;
	height: 100%;
	clear: left;
}

/* コンテンツ左側の設定*/
#contents-left{
	width:210px;
	float:left;
	height: 100%;
	clear: left;
	background-color: #F5F5F5;
}


/* 会員情報入口の設定*/
#member{
	width:210px;
	height:75px;
	float:left;
}

/* メニューの設定*/
#menu{
	position:relative;
	width:190px;
	height:300px;
	float:left;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;

}


/* 右側の設定*/
#right{
	width:560px;
	height:auto;
	float:right;
	clear: right;
}

/* メインイメージの設定*/
#mainimg{
	width:560px;
	height:250px;
	background-color:#FFFFFF;
	float: right;
	padding-top: 10px;
	padding-bottom: 5px;
}


/* カウンターの設定*/
#counter{
	width:560px;
	height:70px;
	float:right;
}

/* カウンター下コンテンツの設定*/
#counterdown{
	width:560px;
	height:auto;
	float:right;
	clear: right;
	padding-bottom: 15px;
}


/* モノから人へのコンテンツ設定*/

.monohito{
	width:560px;
	height:auto;
	float:right;
	clear: right;
	padding-top: 10px;
}

/* 縦2×横3のボックス*/
#box1{
	width:527px;
	height:auto;
	float:right;
	padding: 5px;
	clear: right;
	border: 1px solid #999;
}


/* こだわり見出しの設定*/
#kodawari{
	width:560px;
	height:auto;
	float:right;
	padding-bottom: 15px;
}


/* 実例見出しの設定*/
#top-jitsurei{
	width:544px;
	height:60px;
	float:right;
	background-image: url(../img/top/example_back.jpg);
	background-repeat: no-repeat;
	clear: right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	padding: 6px;
}

/* 実例枠の設定*/
#waku-jitsurei{
	width:556px;
	height:auto;
	float:right;
	clear: right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
}

/* こだわりテーブル枠の設定*/
.table_02 {
	width:560px;
	padding:0px;
	border-collapse:collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;

}
.table_02 th {
	width:267px;
	text-align:left;
	border:1px solid #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding: 4px;
}
.table_02 td {
	background-color:#FFF;
	border:1px solid #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-align: center;
	padding: 4px;
	width: 172px;
}

/* サービスメニューテーブル枠の設定*/
.table_03 {
	width:560px;
	padding:0px;
	border-collapse:collapse;
	margin: 0px;
	height: auto;

}
.table_03 th {
	width:266px;
	text-align:left;
	vertical-align:top;
	background-color:#FC0;
	border:1px solid #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding: 4px;
}
.table_03 td {
	background-color:#FFF;
	border:1px solid #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-align: left;
	padding: 4px;
	width: 266px;
}

/* サービス案内アイコン用*/
.s_icon{
	margin-right:10px;
	clear: both;
	float: left;
}



/* コンテンツパンくずリストの設定*/
#navi{
	width:560px;
	float:right;
}

/* コンテンツ右側の設定*/
#contents-right{
	width:560px;
	height: auto;
	float:right;
	clear: right;
}




/* フッターの設定*/
#foot{
	position:relative;
	width:100%;
	height:80px;
	clear:both;
	text-align: center;
	float: none;
}

/* フッターメニューの設定*/
#foot li{
	margin-left:10px;
}	

/* 左側コンテンツ枠 下15px*/
.left-box{
	width:210px;
	height:auto;
	float:left;
	clear: left;
	padding-bottom: 15px;
}

/* 左側コンテンツ枠 下10px*/
.left-box2{
	width:210px;
	height:auto;
	float:left;
	clear: left;
	padding-bottom: 10px;
	padding-top: 0px;
}


/* 左側コンテンツ枠 下10px*/
.left-box3{
	width:210px;
	height:auto;
	float:left;
	clear: left;
	padding-bottom: 10px;
	padding-top: 5px;
}



/* 左側コンテンツ枠 下20px*/
.left-box4{
	width:210px;
	height:auto;
	float:left;
	clear: left;
	padding-bottom: 20px;
	padding-top: 5px;
}

/* 左側メニュータイトル枠*/
.left-title{
	width:200px;
	height:auto;
	background-color: #000;
	float:left;
	clear: left;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	text-align: left;

}

/* メインタイトルの設定*/
.title{
	width:542px;
	height:auto;
	background-color:#FFF;
	clear:right;
	padding-bottom: 5px;
	float: right;
	padding-top: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #69F;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #69F;
}



/* コンテンツの設定*/
.box-contents{
	width:560px;
	height:100%;
	float:right;
	clear: right;
	padding-bottom: 20px;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	padding-top: 20px;
}


/* 見出しタイトル*/
.selector02 {
	border-left: 7px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:0.6em 0.8em;
}


/* 右側コンテンツ枠*/
.right-box{
	width:560px;
	height:auto;
	float:right;
	clear: right;
	padding-bottom: 15px;
}


/* -- TOP見出し用-- */

/* フラット35枠*/
.flat35-box{
	width:355px;
	height:auto;
	float:left;
	padding-bottom: 10px;
	clear: left;
}

/* 紅葉ヶ丘東土地枠*/
.momiji-box{
	width:190px;
	height:auto;
	float:right;
	padding-bottom: 10px;
	clear: right;
}


/* 新築枠*/
.shintiku1-box{
	width:420px;
	height:auto;
	float:left;
}

/* 新築枠*/
.shintiku2-box{
	width:136px;
	height:75px;
	float:right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	line-height: 18px;
	padding-top: 15px;
	clear: right;
	font-weight: bold;
}

/* 新築枠*/
.shintiku3-box{
	width:560px;
	height:auto;
	float:left;
}

/* 新築枠*/
.shintiku4-box{
	width:558px;
	height:auto;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-style: none;
}


/* 東北支援枠*/
.tohoku-box{
	width:114px;
	height:140px;
	float:right;
	border: 3px solid #F00;
	margin-bottom: 10px;
}

/* 購入売却枠*/
.urikai-box{
	width:560px;
	height:auto;
	float:left;
}

/* 購入売却キャッチ枠*/
.urikai2-box{
	width:200px;
	height:auto;
	float:left;
}

/* TV紹介枠*/
.right-box_tv{
	width:558px;
	height:120px;
	float:right;
	clear: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #999;
	margin-bottom: 15px;
}
