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

/* ヘッダー左側の設定*/
#head{
	width:800px;
	height:81px;
	float:left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	background-color: #FFF;
	background-image: url(../img/example/common/back.gif);
	background-repeat: repeat-x;
	clear: both;
}

/* ヘッダー左側の設定*/
#headleft{
	width:550px;
	height:81px;
	float:left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	background-color: #FFF;
	background-image: url(../img/about_estate/left_back.gif);
	background-repeat: repeat-x;
}

/* ヘッダー右側の設定*/
#headright{
	width:250px;
	height:81px;
	float:right;
	top: 0px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: right;
	background-color: #FFF;
	background-image: url(../img/about_estate/back.gif);
	background-repeat: repeat-x;
}
/* コンテナーの設定*/
#container{
	width:auto;
	margin:0px;
	text-align:left;
	height: auto;
	float: none;
	clear: none;
}


/* ナビの設定*/
#navi{
	width:600px;
	background-color:#FFFFFF;
	border-bottom-style: none;
	font-size: 12px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	height: 36px;
	margin-left: 10px;
	clear: both;
	float: right;
}




/* 左側の設定*/
#left{
	float:left;
	width: 175px;
	height: auto;
	clear: right;
	background-color: #FFF;
}

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

/* メニューの設定*/
.contents-menu{
	width:170px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 0px;
	clear: left;
	height: auto;
	clear: left;
}

/* メニューの設定*/
.contents-back{
	width:170px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 0px;
	clear: left;
	height: auto;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #FFF;
}

/* メニュー中のお問合せボタンロールオーバー設定*/
img { 
border:0;
}
.inq-b {
	width:170px;
	height:50px;
	background-image: url(../img/common/toiawase_b2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}
.inq-b a {
	display:block;
	width:170px;
	height:50px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.inq-b a:hover { 
text-indent:-9999px;
} 


/* メニュー中のセイワボタンロールオーバー設定*/
img { 
border:0;
}
.inq-b1 {
	width:170px;
	height:50px;
	background-image: url(../img/example/common/seiwa_b2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}
.inq-b1 a {
	display:block;
	width:170px;
	height:50px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.inq-b1 a:hover { 
text-indent:-9999px;
} 


/* メニュー中の博多駅東ボタンロールオーバー設定*/
img { 
border:0;
}
.inq-b2 {
	width:170px;
	height:50px;
	background-image: url(../img/example/common/toho_b2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}
.inq-b2 a {
	display:block;
	width:170px;
	height:50px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.inq-b2 a:hover { 
text-indent:-9999px;
} 






/* 右側の設定*/
#right{
	float:right;
	clear: right;
	height: auto;
	width: 610px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-left: 10px;
}


/* 中央の設定*/
#center{
	float:none;
	clear: none;
	height: auto;
	width: 610px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-left: 10px;
	text-align: center;
}


/* TOPメインの設定*/
#top_main{
	height: auto;
	width: 610px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}


/* メインの設定*/
#main{
	width:640px;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	float: left;
	clear: left;
	margin-right: 80px;
	margin-left: 80px;
	margin-bottom: 30px;
	margin-top: 10px;
}




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

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


/* フッターの設定*/
#foot{
	position:relative;
	width:800px;
	height:80px;
	clear:both;
	text-align: center;
	word-spacing: 10px;
}

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


/* 左側コンテンツ枠 下40px*/
.left-box{
	width:175px;
	height:auto;
	padding-bottom: 40px;
	text-align: center;
	padding-top: 20px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}

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


/* 左側コンテンツ枠 上20px*/
.left-box3{
	width:175px;
	height:auto;
	float:left;
	clear: left;
	padding-bottom: 15px;
	padding-top: 20px;
}


/* 左側メニュータイトル枠*/
.left-title{
	width:170px;
	height:auto;
	float:left;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: left;

}

/* メインタイトルの設定*/
.title{
	width:590px;
	height:auto;
	padding-bottom: 5px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #39F;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #333;
	clear: right;
	float: right;
}

/* メインタイトル2の設定*/
.title2 {
	width:600px;
	height:auto;
	padding-bottom: 5px;
	padding-top: 8px;
	clear: right;
	float: right;
	padding-left: 10px;
	background-color: #F90;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
} 


/* 見出しの設定*/
.box-midashi{
	width:590px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	color: #333;
	clear: right;
	margin-left: 20px;
	float: right;
}


/* コンテンツの設定*/
.box-contents{
	width:590px;
	padding-bottom: 15px;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	clear: right;
	float: right;
	margin-left: 20px;
}

/* 前に戻るの設定*/
.box-before{
	width:295px;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-style: normal;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 20px;
	float: left;
	clear: right;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

/* 次に進むの設定*/
.box-after{
	width:295px;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	float: right;
	clear: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}


/* コンテンツの終わり*/
.box-foot{
	width:590px;
	padding-bottom: 15px;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	text-align: right;
	padding-top: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-left: 20px;
	clear: both;
	float: right;
}

/* マンガを入れるボックスの設定*/
.box-comics{
	width:180px;
	height: auto;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 20px;
	text-align: left;
	float:left;
	clear: right;
	padding-top: 5px;

}

/* マンガへのリンクを入れるボックスの設定*/
.box-comics-link{
	width:180px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	text-align: center;
	float:left;
	clear: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;

}

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

/* センター揃えコンテンツの設定*/
.box-contents-center{
	width:580px;
	padding-bottom: 20px;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
}

/* 区切り線1の設定*/
.line1{
	position:relative;
	width:100%;
	height:20px;
	clear:both;
	border-bottom-width: 2px;
	border-bottom-color: #333;
	border-top-style: solid;
}

/* ドットボーダーの設定*/
.dot{
	position:relative;
	width:100%;
	height:1px;
	clear:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

/* 空白の設定*/
.speace10{
	width:100%;
	height:10px;
	clear:none;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

/* 右側に配置する画像*/
.img-right{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	clear: right;
}

/* 右側に配置する画像の回り込み解除*/
.clear-right{
	clear:right;
}

/* 左側に配置する画像*/
.img-left{
	float:left;
	margin-right:10px;
	margin-bottom:10px
}

/* 右側に配置する画像の回り込み解除*/
.clear-left{
	clear:left;
}
