@charset "utf-8";

/*-------------------------------------*/
/*メインイメージ p#mainImg */
/*-------------------------------------*/

div#mainImgBox{
	width: 100%;
	margin: 0px auto 10px; /*SWFの上下マージン*/
	text-align: center;
	width: 100%;
}

div#mainImgBox strong{
	font-weight: bold;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
}

/*-------------------------------------*/

div#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;

}

	/* 4つのトピックス */
	div#mainContents div.topicsBox{
		width: 210px;
		float: left;
		margin-left: 40px;
		margin-bottom: 40px; /*下マージン*/
	}

	div#mainContents div.firstItem{
		margin-left: 0;
	}

	div#mainContents div.topicsBox strong{
	margin-bottom: 0px;
	font-weight: bold;
	display: block;
	font-size: 14px;
	text-align: center;
	}

	div#mainContents div.topicsBox span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
		text-align: center;
	}
	
/* 新着情報
--------------------------------------------------------------------------- */

div#newTopics{
	margin-left: 10px;
	float: left;
	width: 300px;

}

	div#newTopics strong{
		background:url(../img/new_bg.jpg) no-repeat 0 0 ;
		padding-left: 20px;	/*左枠からの間隔*/
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
	}
	div#newTopics ul#feed1{
		padding-left:30px;
		}


/* ソーシャルブックマーク
---------------------------------------------------------------------------*/
div#outlineBox{
	float: left;
	margin-left: 50px;
}

	div#outlineBox strong{
		background:url(../img/new_bg.jpg) no-repeat 0 0 ;
		padding-left: 10px;	/*左枠からの間隔*/
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
	}

	div#outlineBox dl{
		width: 280px;
	}

	div#outlineBox dl dt,
	div#outlineBox dl dd{
		padding: 0px 5px 10px 5px;　/*枠からの間隔　上・右・下・左*/
	}

	div#outlineBox dl dt{
		float:left;
		width:100px;
		clear:both;
		font-weight: bold;
	}

	div#outlineBox dl dd{
		width:200px;
		margin-left:65px;
		padding-left: 20px;
		color: #666;
	}

/* バナーエリア */
div#bannerBox{
	margin-right: 20px;
	float: right;
	width: 250px;
}
	div#bannerBox strong{
		background:url(../img/kanren.jpg);
		padding-left: 20px;	/*左枠からの間隔*/
		font-weight: bold;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
	}

	div#bannerBox ul{ padding-left: 30px;}
	div#bannerBox ul li{
		margin-bottom: 8px;
	}
div#bannerBox a:hover img{
	filter: alpha( opacity=80 );
	opacity: 0.8;	/*リンク画像にカーソルがのった時の半透明設定*firefox safari*/
}

/* index以外のバナーエリア */
div#bannerBox1{
	width: 250px;
	padding-top: 1em;
}
	div#bannerBox1 ul{}
	div#bannerBox1 ul li{
		margin-bottom: 2px;
	}
div#bannerBox1 a:hover img{
	filter: alpha( opacity=80 );
	opacity: 0.8;	/*リンク画像にカーソルがのった時の半透明設定*firefox safari*/
}

/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
div#Contents{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
}
#main1 {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 960px;	/*メインコンテンツ幅*/
	padding: 4px 0px;	/*左から、上下、左右への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #ffffff;		/*文字色*/
	clear: both;
	width: 670px;
	line-height: 42px;
	height: 40px;
	background: url(../../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	border-bottom: 5px solid #960808;	/*下線の幅、線種、色*/
	padding-left: 30px;
	overflow: hidden;
}
#main1 h2 {
	text-align: center;
	font-size: 150%;	/*文字サイズ*/
	color: #ffffff;		/*文字色*/
	clear: both;
	width: 930px;
	line-height: 42px;
	height: 40px;
	background: url(../../images/midashi_bg2.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	border-bottom: 5px solid #960808;	/*下線の幅、線種、色*/
	padding-left: 30px;
	overflow: hidden;
}
#main2 h2 {
	text-align: center;
	font: 120% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #ffffff;		/*文字色*/
	clear: both;
	width: 930px;
	line-height: 35px;
	height: 35px;
	background: url(../../images/midashi_bg2.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	border-bottom: 5px solid #960808;	/*下線の幅、線種、色*/
	padding-left: 30px;
	overflow: hidden;
}
#main2 p{
	text-align: center;
	margin: 10px 0px 10px;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main1 p {
	font-size: 130%;
	padding: 0.5em 5em 0px;	/*左から、上、左右、下への余白*/
	
}
/*段落タグに画像を置いた際、幅一杯使う為の設定*/
#main p.img {
	padding: 0.5em 0px 1em;
}

#main p.img1 {
	padding: 0em 0em 1em 5em; 	/*左から、上、右、下、左への余白*/
	font-size: 120%;
	background: url(../../images/point_bg.jpg) repeat;
}

#main1 p.img1 {
	padding: 0.5em 0em 1em 5em; 	/*左から、上、右、下、左への余白*/
	background: url(../../images/point_bg.jpg) repeat;
}
	/*物件一覧ページ
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .bukkenbox {
	line-height: 1.4;	/*行間。狭くしている。*/
	clear: both;
	background: url(../../images/bg2.gif) repeat-x bottom;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 678px;
	border-right: 1px solid #c9c9c9;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左の線の幅、線種、色*/
}
/*h4見出し設定*/
#main .bukkenbox h4 {
	padding-left: 140px;
	color: #122F8D;		/*文字色*/
	font: 120% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#main .bukkenbox h4 img{
	padding-left: 10px;
	padding-bottom: 8px;
}
#main .bukkenbox h4 a {
	color: #122F8D;	/*h4タグのテキストリンクの色*/
}
/*段落タグ設定*/
#main .bukkenbox p {
	padding: 0px;
}
/*写真配置の設定*/
#main .bukkenbox .img {
	float: left;	/*左側に回り込み*/
	width: 50px;
	margin-right: 20px;
}


/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
.bukkenbox table {
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #ffffff;
	margin-left: 140px;
}
.bukkenbox table, .bukkenbox table td, .bukkenbox table th{
	border: 1px solid #bfbfbf;	/*枠線の幅、線種、色*/
}
.bukkenbox table td, .bukkenbox table th{
	padding: 0;
	line-height: 1.6;
}
.bukkenbox table th{
	background-color: #f5f5f5;	/*見出し背景色*/
	width: 90px;
	text-align: center;
	font-weight: normal;
}
.bukkenbox table td {
	width: 150px;
	padding-left: 3px;
}
.bukkenbox a img,
#new a img,
.b img {
	border: 1px solid #cccccc !important;
}
.bukkenbox a:hover img,
#new a:hover img,
.b a:hover img {
	border: 1px solid #000000 !important;
}

	/*物件一覧ページ
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .bukkenbox1 {
	position: relative;
	clear: both;
	padding: 5px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 690px;
	border-right: 1px solid #c9c9c9;	/*右の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左の線の幅、線種、色*/
}
/*h4見出し設定*/
#main .bukkenbox1 h4 {
	padding-left: 140px;
	color: #122F8D;		/*文字色*/
	font: 120%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#main .bukkenbox1 h4 img{
	padding-left: 10px;
	padding-bottom: 8px;
}
#main .bukkenbox1 h4 a {
	color: #122F8D;	/*h4タグのテキストリンクの色*/
}
/*段落タグ設定*/
#main .bukkenbox1 p {
	padding-left: 0px;
}
/*写真配置の設定*/
#main .bukkenbox1 .img {
	float: left;	/*左側に回り込み*/
	width: 50px;
	margin-left: 50px;
}
/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
.bukkenbox1 table {
	font-size: 110%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #ffffff;
	margin-left: 50px;
	margin-top: 20px;
}
.bukkenbox1 table, .bukkenbox1 table td, .bukkenbox1 table th{
	border: 1px solid #bfbfbf;	/*枠線の幅、線種、色*/
}
.bukkenbox1 table td, .bukkenbox1 table th{
	padding: 10px;
	line-height: 1.6;
}
.bukkenbox1 table th{
	background-color: #f5f5f5;	/*見出し背景色*/
	width: 90px;
	text-align: center;
	font-weight: normal;
}
.bukkenbox1 table td {
	width: 170px;
	padding-left: 3px;
}
.bukkenbox1 a img,
#new a img,
.b img {
	border: 1px solid #cccccc !important;
}
.bukkenbox1 a:hover img,
#new a:hover img,
.b a:hover img {
	border: 1px solid #000000 !important;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 250px;	/*サブコンテンツ幅*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 120%;
	color: #FFFFFF;		/*文字色*/
	background: #550000 url(../../images/bg1.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	padding: 10px 20px;	/*左から、上下、左右への余白*/
	margin-bottom: 1px;	/*h3タグの下に1pxスペースをあける設定*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 12px;	/*左から、上、左右、下への余白*/
}
/*サブコンテンツ内の物件用ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub .box1 {
	line-height: 1.4;	
	padding: 5px;
	overflow: hidden;
	width: 238px;
	border-right: 1px solid #c9c9c9;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左の線の幅、線種、色*/
	background: url(../images/bg2.gif) repeat-x bottom;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
}
/*h4見出し設定*/
#sub .box1 h4 {
	font-size: 90%;	/*文字サイズ*/
	padding-bottom: 3px;
	color: #122F8D;	/*文字色*/
}
#sub .box1 h4 a {
	color: #122F8D;	/*h4タグのテキストリンクの色*/
}
/*段落タグ設定*/
#sub .box1 p {
	font-size: 90%;	/*文字サイズ*/
	padding: 0px;
}
/*写真配置の設定*/
#sub .box1 p.img img {
	float: left;	/*写真を左側に回り込みさせる*/
	margin-right: 5px;
	border: 1px solid #cccccc;	/*写真の枠の幅、線種、色*/
}
#sub .box1 p.img a:hover img  {
	border: 1px solid #000000;	/*マウスオン時の写真の枠の幅、線種、色*/
}
/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニュー全体のブロック設定*/
ul.submenu {
	margin-bottom: 1em;
	background: url(../../images/bg3.gif) repeat-x center bottom;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
}
/*サブメニュー１個あたりの設定*/
ul.submenu li a {
	display: block;
	width: 217px;
	text-decoration: none;
	border-right: 1px solid #c9c9c9;	/*右の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下の線の幅、線種、色*/
	color: #333333;		/*文字色*/
	padding: 5px 5px 5px 25px;
　　/* 矢印画像を読み込みたい場合・・・background: url(../images/arrow1.gif) no-repeat 5px center;　リピートしない＆左から5pxの位置＆上下中央に配置*/
}
ul.submenu li a:hover {
	color: #122F8D;	/*マウスオン時の文字色*/
	background: #DDE1EE url(../../images/arrow1.gif) no-repeat 6px center;	/*マウスオン時の矢印画像を表示する。*/
}


div#bukkenbox2 {
	width: 960px;
	margin: 0 auto;
	text-align:center;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
		text-align: left;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2em;
}
/*テーブル内の右側*/
.ta1 td{
	width: 180px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 90px;
	padding: 10px;
	text-align: center;
	background-color: #FFF5EE;
}
/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 960px;
	margin-bottom: 10px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.3em;
	letter-spacing: 0.2em;　/* テキスト間隔　*/
}
/*テーブル内の下側*/
.ta2 td{
	width: auto;
	padding: 10px;
	text-align: center; /* vertical-align: top; テキスト垂直方向位置*/
}
/*テーブル内の上側の見出し部分*/
.ta2 th{
	width: auto;
	padding: 5px;
	text-align: center;
	background-color: #FFF5EE;	/*背景色*/
}
/*テーブル3
---------------------------------------------------------------------------*/
.ta3 {
	width: 800px;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2em;
}
/*テーブル内の右側*/
.ta3 td{
	width: 100px;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 50px;
	padding: 10px;
	text-align: center;
	background-color: #FFF5EE;	/*背景色*/
}

/* ▼(A)表示領域全体 タブ haitsu_one1.html
--------------------------------------------------------------------------- */
.tabrow {
		    text-align: center;
		    list-style: none;
		    margin: 20px 0 1px;
		    padding: 0;
		    line-height: 24px;
		    height: 26px;
		    overflow: hidden;
		    font-size: 12px;
		    font-family: verdana;
		    position: relative;
		}
		.tabrow li {
		    border: 1px solid #AAA;
		    background: #D1D1D1;
		    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    display: inline-block;
		    position: relative;
		    z-index: 0;
		    border-top-left-radius: 6px;
		    border-top-right-radius: 6px;
		    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
		    text-shadow: 0 1px #FFF;
		    margin: 0 -5px;
		    padding: 0 30px;
		}
		.tabrow a {
			  color: #555;
			  text-decoration: none;
		}
		.tabrow li.selected {
		    background: #FFF;
		    color: #333;
		    z-index: 2;
		    border-bottom-color: #FFF;
		}
		.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
		}
		.tabrow li:before,
		.tabrow li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
		}
		.tabrow li:before {
		    left: -6px;
		    border-bottom-right-radius: 6px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow li:after {
		    right: -6px;
		    border-bottom-left-radius: 6px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow li.selected:after {
		    box-shadow: -2px 2px 0 #FFF;
		}
		
/* ▼点滅空img
--------------------------------------------------------------------------- */
#main .bukkenbox1 p.img .akiimg {
	position: relative;
	top:-100px;
	left: 38px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg1kai {
	position: relative;
	top:-275px;
	right: -320px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg2kai {
	position: relative;
	top:-150px;
	right: -58px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg3kai {
	position: relative;
	top:-285px;
	right: -390px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg1miya {
	position: relative;
	top:-125px;
	right: -205px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg2miya {
	position: relative;
	top:-120px;
	right: -205px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg3miya {
	position: relative;
	top:-120px;
	right: -290px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg1haitsu {
	position: relative;
	top:-100px;
	right: -223px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg2haitsu {
	position: relative;
	top:-100px;
	right: -40px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg1sora {
	position: relative;
	top:-119px;
	right: -415px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg2sora {
	position: relative;
	top:-119px;
	right: -48px;
	border: 0px solid #cccccc !important;
}
#main .bukkenbox1 p.img .akiimg3sora {
	position: relative;
	top:-120px;
	right: -415px;
	border: 0px solid #cccccc !important;
}

/* --------------------------------------------------------------------------- */
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	text-align:center;
}
	
	
.sumi {
	background-image: url(../../images/mark_sumi.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}
.aki {
	background-image: url(../../images/mark_aki.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}
.yotei {
	background-image: url(../../images/mark_yotei.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}

.syou {
	background-image: url(../../images/mark_syou.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}

/* --------------------------------------------------------------------------- */
h3.mb1em {
	margin-bottom: 1em;
}
