@charset "shift_jis";
/* CSS Document */

/*--------------------------------
　基本設定
--------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#595959;
	line-height: 2;
}

img{
	border: 0;
}

a:link{
	color:#06C;
}
a:visited{
	color:#06C;
}
a:hover{
	color:#000000;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
	line-height:0;
}

li{
	margin:0;
	margin-bottom:10px;
}

.li2{
	margin:0;
	margin-bottom:5px;
}

td{
	line-height:1.5;
	font-size:12px;
	padding:5px 10px 5px 10px;
}

.t{
	background: url(../img/common/head-bg.png);
	font-weight:600;
	text-align:center;
}

.privacyt{
	background: url(../img/common/head-bg.png);
	font-weight:600;
	text-align:left;
}


textarea {
	font-size:12px;
}

p {
	margin:0;
	margin-bottom:10px;
}

/*--------------------------------
　ページレイアウト設定
--------------------------------*/

/*ページ全体枠*/
#wrap {
	width: 1024px;
	margin: 0 auto;
}

/*背景の影*/
#shadow {
	background: url(../img/common/stage_bg.png) top repeat-y #FFF;
}

/*ヘッド*/
#head {
	width:100%;
	height:80px;
	padding:0;
	margin:10px 0px 0px 0px;
	text-align:left;
}

/*ヘッド左*/
#head-left {
	width:456px;
	height:70px;
	padding-left:20px;
	text-align:center;
	float:left;
}

/*ヘッド右*/
#head-right {
	width:285px;
	height:70px;
	margin-left:719px;
	line-height:1.8;
}

/*トップ並列メニュー*/
#basic {
	width:984px;
	background-color:#630;
	color:#FFF;
	padding:0;
	margin:0px 20px 0px 20px;
	font-size:10px;
	clear:both;
}

#basic a:link{
	color:#FFF;
	text-decoration:none;
}

#basic a:visited{
	color:#FFF;
	text-decoration:none;
}

/*コンテンツ大枠*/
#content {
	padding:20px 20px 60px 20px;
}

/*ナビゲーションボタン*/
#menu-bottom {
	width:200px;
	text-align:center;
	background: url(../img/common/head-bg.png);
	padding-top:15px;
	margin-bottom:15px;
	float:left;
}

*html #menu-bottom {
	margin-bottom:0;
}

/*スーモ表彰*/
#suumo {
	text-align:left;
	width:200px;
	background:#FFF;
	float:left;
}

.suumo {
	padding:5px 0px 5px 4px;
}

.suumo_f {
	background: #FF9;
	text-align:center;
	font-weight:600;
	font-size:16px;
	line-height:1;
}

.suumo_f2 {
	padding:8px;
	background: url(../img/common/head-bg.png);
}

/*フッターレイアウト*/
#footer1 {
	background-color: #FFC;
	text-align:left;
	padding:10px 15px;
	margin:0 40px;
	color: #F90;
}

#footer1 a:link {
	color:#F90;
	text-decoration:none;
}

#footer1 a:visited{
	color:#F90;
	text-decoration:none;
}

#footer2 {
	background-color:#FFC;
	padding-top:15px;
	padding-bottom:10px;
	margin:0 40px;
	color: #666;
}

/*宅建協会エリア*/
.takken1 {
	width:944px;
	font-size:12px;
	line-height:1.5;
	padding-top:10px;
	margin:30px 20px 0px 20px;
	border-top:dotted #CCC 1px;
	text-align:left;
	clear:both;
}

/*フッターリンク*/
.flink {
	font-size:11px;
}
/*--------------------------------
　見出し基本設定
--------------------------------*/

/*一番上の帯*/
h1 {
	text-align:left;
	font-weight:400;
	font-size:12px;
	padding-left:20px;
	margin:0;
	color:#595959;
	background:url(../img/common/head-bg.png);
}

/*インデックスオーナー様へご案内*/
#toowner {
	margin:20px 15px 0 15px;
}

.toownerimg {
	margin-right:10px;
}

.toownerleft {
	width:335px;
	padding:10px;
	background:url(../img/page/to-owner-bg.png) no-repeat;
	float:left;
}

.toownerright {
	margin:0 0 0 405px;
	padding:10px;
	background:url(../img/page/to-owner-bg.png) no-repeat;
}

/*各ページ枠*/
.top {
	background:url(../img/page/wakutop-bg.png) no-repeat;
	margin:30px 0px 0px 0px;
	padding:20px 35px 0px 30px;
}

.middle {
	background:url(../img/page/wakumiddle-bg.png);
	margin:0;
	padding:20px 35px 0px 40px;
}

.bottom {
	height:30px;
	background:url(../img/page/wakubottom-bg.png);
	margin:0;
}

.topborder {
	height:30px;
	border-bottom:#CCC dotted 1px;
	font-size:16px;
	font-weight:600;
}

/*エトス通信枠*/

#p-top {
	background:url(../img/page/wakutop-bg.png) no-repeat;
	margin:0;
}

#p-middle {
	background:url(../img/page/wakumiddle-bg.png);
	margin:0;
	padding:0px 35px 0px 35px;
}

#p-bottom {
	height:30px;
	background:url(../img/page/wakubottom-bg.png);
	margin:0px 0px 30px 0px;
}

.commu-txt {
	padding-top:30px;
	padding-bottom:30px;
}

.commu-txt td {
	line-height:2;
}

/*編集可能枠*/
#intro {
	width:764px;
	text-align:left;
	margin-bottom:30px;
	float:right;
}

/*--------------------------------
　特殊設定
--------------------------------*/

/*赤字*/
.red {
	color:#F00;
}

/*緑字*/
.green {
	color: #690;
}

/*黄色字*/
.yellow {
	color: #F90;
}

/*ボーダー*/
.border {
	border-bottom: solid #CCC 1px;
	padding-bottom:20px;
}

/*クリア*/
.clear{
	clear:both;
}
