@charset "shift_jis";

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

body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	
	background-color: #FFFFFF;
	background-image: url(../img/bg_new.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/*トップページでの背景設定*/
body#top {
	background-color: #FFFFFF;
	background-image: url(../img/bg_new.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	padding-top: 10px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #F08800;
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック。フッターは除く。）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴなどが入っている最上段ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 117px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 31px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 52px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
}
/*TEL画像設定*/
#header #tel {
	position: absolute;
	top: 13px;		/*ヘッダーブロックに対して上から25pxの位置に配置*/
	right: 13px;	/*ヘッダーブロックに対して右から30pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 12px;
	text-align: right;		/*右寄せ*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #999999;			/*文字色*/
	position: absolute;
	right: 290px;	/*ヘッダーブロックに対して右から30pxの位置に配置*/
	top: 12px;		/*ヘッダーブロックに対して上から10pxの位置に配置*/
	width: 667px;
}
#header h1 a {
	text-decoration: none;
	color: #999999;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}











/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	clear: left;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main_out {
	float: none;	/*メインコンテンツを左(left)に回り込み*/
	width: 960px;	/*左から、上下、左右への余白*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 611px;	/*左から、上下、左右への余白*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 110%;	/*文字サイズ*/
	color: #333333;		/*文字色*/
	clear: both;
	width: 601px;
	line-height: 42px;
	height: 45px;
	overflow: hidden;
	background-image: url(../img/top_h2.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 30px;
}

#main h3 {
	text-align: right;
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	margin-right: 20px;
}
/*段落タグの余白設定*/
#main p {
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
}
/*段落タグに画像を置いた際、幅一杯使う為の設定*/
#main p.img {
	padding: 0.5em 0px 1em;
}


#mainin {
	width: 500px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 315px;	/*左から、上下、左右への余白*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sub_ {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 315px;	/*左から、上下、左右への余白*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 120%;
	color: #333333;
	background-image: url(../img/topsub_.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ内の物件用ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub .box1 {
	line-height: 1.4;
	overflow: hidden;
	width: 313px;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
/*h4見出し設定*/
#sub .box1 h4 {
	font-size: 90%;	/*文字サイズ*/
	padding-bottom: 3px;
	color: #F08800;	/*文字色*/
}
#sub .box1 h4 a {
	color: #F08800;	/*h4タグのテキストリンクの色*/
}
/*段落タグ設定*/
#sub .box1 p {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
/*写真配置の設定*/
#sub .box1 p.img img {
	float: none;
	border: 1px solid #FFFFFF;
}
#sub .box1 p.img a:hover img  {
	border: 1px solid #FEB400;	/*マウスオン時の写真の枠の幅、線種、色*/
}






#sub .box2 {
	line-height: 1.4;
	overflow: hidden;
	width: 284px;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
/*h4見出し設定*/
#sub .box2 h4 {
	font-size: 90%;	/*文字サイズ*/
	padding-bottom: 3px;
	color: #F08800;	/*文字色*/
}
#sub .box2 h4 a {
	color: #F08800;	/*h4タグのテキストリンクの色*/
}
/*段落タグ設定*/
#sub .box2 p {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
/*写真配置の設定*/
#sub .box2 p.img img {
	float: none;
	border: 1px solid #FFFFFF;
}
#sub .box2 p.img a:hover img  {
	border: 1px solid #FEB400;	/*マウスオン時の写真の枠の幅、線種、色*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニュー全体のブロック設定*/
ul.submenu {
	margin-bottom: 1em;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
}
/*サブメニュー１個あたりの設定*/
ul.submenu li a {
	display: block;
	width: 240px;
	text-decoration: none;	/*下の線の幅、線種、色*/
	color: #333333;
	background: url(../images/arrow1.gif) no-repeat 5px center;	/*矢印画像の読み込み＆リピートしない＆左から5pxの位置＆上下中央に配置*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-color: #c9c9c9;
	border-bottom-color: #c9c9c9;
	border-left-color: #c9c9c9;
}
ul.submenu li a:hover {
	color: #F08800;	/*マウスオン時の文字色*/
	background: #FDEDD8 url(../images/arrow1.gif) no-repeat 6px center;	/*マウスオン時の矢印画像。位置をちょっとずらす。*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 220px;
	width: 611px;
	padding-left: 10px;
}
#main .new_ {
	overflow: auto;
	height: 110px;
	width: 611px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 611px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .bukkenbox {
	clear: both;	/*ボックス内の余白*/
	overflow: hidden;
	width: 580px;		/*左の線の幅、線種、色*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#main .bukkenbox_ {
	clear: both;	/*ボックス内の余白*/
	overflow: hidden;
	width: 580px;		/*左の線の幅、線種、色*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	text-align: center;
}
/*h4見出し設定*/
#main .bukkenbox h4 {
	font-size: 12px;
	margin-right: 10px;
	line-height: 1.5;
	margin-top: 3px;
	font-weight: normal;
}
#main .bukkenbox h4 a {
	color: #F08800;	/*h4タグのテキストリンクの色*/
}
/*段落タグ設定*/
#main .bukkenbox p {
	padding: 0px;
}
/*写真配置の設定*/
#main .bukkenbox .img {
	float: left;
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
.bukkenbox table {
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #ffffff;
}
.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;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*フッターメニューブロック全体の設定*/
#footermenu {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	position: relative;
	height: 30px;
}
/*フッターメニュー１個あたりの設定*/
#footermenu ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
/*フッターブロック内にあるPAGETOPボタンの設定*/
#footermenu #pagetop {
	position: absolute;
	right: -1px;		/*フッターメニューブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*フッターメニューブロックに対して下から0pxの位置に配置*/
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*文字をセンタリング*/
	color: #FFFFFF;		/*文字色*/
	padding-top: 20px;
	padding-bottom: 20px;	/*背景色*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #0093DD;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FEB400;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 600px;
	margin-left: 20px;
}
.ta1, .ta1 td, .ta1 th{
	line-height: 2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #c9c9c9;
	border-right-color: #c9c9c9;
	border-bottom-color: #c9c9c9;
	border-left-color: #c9c9c9;
	font-size: 12px;
}
/*テーブル内の右側*/
.ta1 td{
	width: 400px;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #F0F0F0;
	border-bottom-style: solid;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 150px;
	text-align: left;
	background-color: #E5E5E5;	/*背景色*/
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: right;
	color: #FEB400;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 359px;
	width: 960px;
	margin-top: 15px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*その他
---------------------------------------------------------------------------*/
#mainobiimg {
	position: relative;
	width: 630px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 0.7em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #F08800;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	padding-left: 20px;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.osusume {
	background-image: url(../images/mark_osusume.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}
.sumi {
	background-image: url(../images/mark_sumi.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}
/*top bannar
---------------------------------------------------------------------------*/
/*top bannarブロック全体の設定*/
#topbannar {
	clear: both;
	width: 100%;	/*文字をセンタリング*/
	position: relative;
	height: 30px;
	padding-bottom: 10px;
}
#topbannar_right {
	clear: none;
	width: 640px;	/*文字をセンタリング*/
	position: relative;
	float: left;
	margin-bottom: 10px;
}
#topbannar_right_left {
	width: 320px;	/*文字をセンタリング*/
	position: relative;
	float: left;
}
#topbannar_right_right {
	clear: none;
	width: 320px;	/*文字をセンタリング*/
	position: relative;
	float: right;
}

/*top bannar
---------------------------------------------------------------------------*/
#topbannar_left {
	clear: none;
	width: 320px;	/*文字をセンタリング*/
	position: relative;
	float: right;
}
.style2 {color: #FEB400}
#main .pri {
	clear: both;	/*ボックス内の余白*/
	overflow: hidden;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 2;
}
#main .pri_ {
	clear: both;	/*ボックス内の余白*/
	overflow: hidden;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 2;
	background-color: #F0F0F0;
}
#main .pri li {
	overflow: hidden;
	list-style-type: decimal;
	list-style-position: outside;
}
#main .pri ul {
	list-style-type: square;
}
#main .pri ol {
	list-style-type: upper-alpha;
}
#main .small {

	clear: both;	/*ボックス内の余白*/
	overflow: hidden;
	width: 480px;		/*左の線の幅、線種、色*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 2;
}
#main h6 {
	font-size: 125%;	/*文字サイズ*/
	color: #333333;		/*文字色*/
	clear: both;
	width: 560px;
	overflow: hidden;
	margin-left: 30px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}


#construct {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 180px;
	margin-top: 20px;
}
#construct_text {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 250px;
}
#construct_left {
	width: 310px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#construct_right {
	width: 210px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.construct_img {
	padding: 7px;
	margin-left: 7px;
}
.construct_photo {
	margin: 3px;
}



#main .site {
	clear: both;	/*ボックス内の余白*/
	overflow: hidden;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 3;
	margin-top: 10px;
}
#main .site li {
	overflow: hidden;
}
#main .site ul {

}
#main .site ol {
	list-style-type: upper-alpha;
}
#main #site_left {
	overflow: hidden;
	width: 100px;
	float: left;
}
#main #site_right {
	overflow: hidden;
	width: 400px;
	float: right;
	text-align: left;
}
.style1 {
	font-size: large;
	font-weight: bold;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
.style5 {font-size: 9px}
.style6 {
	font-size: 12px;
}

.style7 {
	color: #FF3366;
	font-size: 15px;
	font-weight: bold;
}
.style8 {
	color: #FF3366;
	font-weight: bold;
	font-size: 15px;
}
.style9 {
	color: #333333;
	font-size: 19px;
	font-weight: bold;
}
.style10 {
	color: #0099FF;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}
#main h1 {

	font-size: 125%;	/*文字サイズ*/
	color: #333333;		/*文字色*/
	clear: both;
	width: 601px;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	background-image: url(../img/top_h1.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 30px;
}


#slide_image {
  transition: opacity 0.8s ease;
  opacity: 1;
}
.fade-out {
  opacity: 0;
}


