@charset "utf-8";

/* 各ブラウザの独自解釈をリセット
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

img {
	border:none;
}

/* ページ全体
---------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #fdf4e2 url(../images/main_bg.jpg) repeat;
	text-align: center; /* IE5.5以前用中央揃え */
	color: #555555;
	font-size: 87.5%; /* 基本フォントサイズ */
	line-height: 150%;
}

/* リンクの色 */ 
a:link { 
	color: #ff6600;
	text-decoration: underline;
}
/* 訪問済みリンクの色 */
a:visited {
	color: #ff6600;
	text-decoration: underline;
}
/* マウスオーバー、アクティブリンクの色 */
a:hover, a:active {
	color: #cd0101;
	text-decoration: none;
	}

/* コンテンツ全体コンテナ
---------------------------------------------------- */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 850px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* コンテンツ内容コンテナ
---------------------------------------------------- */
#pagebody {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 820px;
	text-align: left;
}

/*ページトップ
---------------------------------------------------- */
#pagetop h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 68.75%;
		text-align: left;
	color: #FFF;
	background: #FFFFFF url(../images/bg_top.jpg) no-repeat center top;
	}
	
/*ヘッダー
---------------------------------------------------- */
#header {
	width: 820px;
	margin: 0px;
	padding: 0px;
	height: 63px;
}

/* ヘッダー左 */
#header #headleft {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	float: left;
	text-align: left;
	display: block;
	outline: none;
	}

/* ヘッダー右 */
#header #headright {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	float: right;
	text-align: right;
	display: block;
	outline: none;
	}


/* ヘッダー・ナビゲーション
---------------------------------------------------- */
#headnavi {
	height: 45px;
	width: 820px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#headnavi ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#headnavi li {
	display: block;
	float:left;
}


/* トップイメージ
---------------------------------------------------- */
#topimage {
	height: 255px;
	width: 820px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}


/* メインコンテンツ全体コンテナ */

#contents-bg {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_contents.jpg);
	background-repeat: repeat-y;
	width: 820px;
}




/*サイドナビBOX
---------------------------------------------------- */
#side-box {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	width: 220px;
	display: inline;
}

#side-box-info {
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

#side-box-btn {
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

#side-box-btn2 {
	margin: 10px 10px 0px 10px;
	padding: 0px;
}


/* メイン全体コンテナ
---------------------------------------------------- */

#main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 590px;
	text-align: left;
}

#main p {
	margin: 0px 0px 10px 0px;
}


h2 { 
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h3 {
	color: #663200;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 20px;
	font-size: 112.5%;
	border-bottom: 1px solid #bc9457;
	background: url(../images/h3_bg.jpg) no-repeat;
}

h4 {
	margin: 0px 0px 10px 0px;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
	border-bottom: 1px solid #cd6802;
	background: url(../images/h4_bg.jpg) no-repeat;
}

.txt_area {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #bc9457;
}

.txt_area2 {
	text-align: center;
	background-color: #FDFDFD;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #bc9457;
		border-bottom: 1px solid #bc9457;
}

.p1 {
	margin: 0px 10px 10px;
	text-align: left;
}
	
.p2 { 
	margin: 0px 0px 10px; 
	text-align: center; 
}

.p3 { 
	margin: 0px 20px 5px; 
	text-align: right; 
}

.star {
	color: #663200;
	margin: 0px 0px 10px 30px;
	list-style-image: url(../images/mark.jpg);
	font-weight: bold;
}

.number {
	margin: 0px 0px 10px 30px;
}

.dot_table {
	margin: 0px 0px 10px 30px;
}

.sankaku {
	margin: 0px 0px 10px 20px;
	list-style-image: url(../images/mark2.jpg);
}

.sankaku2 {
	margin: 0px 0px 10px 0px;
}

.sankaku2 a {
	font-weight: bold;
}

.sankou {
	background-color:#FFF0C8;
	padding: 5px 0px 5px 20px;
}


.txt_red { 
	color: #DE1600;
	font-weight: bold;
}


.memo { 
	margin: 0px 0px 0px 10px; 
	font-size: 10px; 
	text-align: left; 
	color: #FF9933; 
}

.p-syouhin { margin: 0px 5px 10px; text-align: left; }

.img-right {float: right; margin-left: 10px; margin-bottom: 0px;}
.img-left {float: left; margin-right: 10px; margin-bottom: 0px;}

/* インフォメーションのブロック
---------------------------------------------------- */
.info-bg {
	padding: 5px 10px;
	margin: 0px 10px 10px 10px;
	border: 1px solid #cc6600;
	background: #fffFFF;
}
.t-info {
	clear: both;
	margin: 0px auto 5px;
	font-size: 15px;
}
.t-info th {
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #999;
	width: 100px;
}
.t-info td { 
	text-align: left;
	vertical-align: top;
	padding: 4px;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #999;
}


/* フッタメニュー
---------------------------------------------------- */
#footmenu {
	clear: both;
	width: 820px;
	padding: 5px 0px;
	background: #FFFFFF;
	border-top: 1px dotted #D8D8D8;
}
#footmenu p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}
#footmenu a {
	text-decoration: none; /* NNでリンク線が出てしまうのを防ぐ為 */
}

#footmenu address {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	background: url(../images/bg_foot.jpg) no-repeat;
	width: 820px;
	text-align: center;	
	color: #FFF;
	background-color: #89621d;
}

#footer p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 68.75%;
}

#gotopfooter {
	clear: both;
	background: url(../images/foot.jpg) no-repeat;
	height: 28px;
	width: 820px;
	text-align: center;	
	color: #FFF;
	background-color: #FFFFFF;
}

.gotopfoot {
	margin: 0px;
	padding: 0px;
	float:right;
	display:block;
	text-decoration:none;
}

address { 
	margin: 0px; 
	font-weight: normal; 
	font-style: normal; 
	padding: 0px;
}

/* トップページ　コンテンツナビボタン　2列
---------------------------------------------------- */

#topnavi2 { 
	height: 225px; 
	width: 590px; 
	margin: 0px; 
	padding: 0px; 
	}
#topnavi2 ul { 
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	}
#topnavi2 li { 
	display: block; 
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	float:left; 
	}


/* テーブル01のブロック
---------------------------------------------------- */
.table01 {
	clear: both;
	margin: 0px auto 10px;
	background: #bc9457;
}
.table01 th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background: #fcf5e2;
	padding: 2px 4px 2px 4px;
}
.table01 td {
	text-align: left;
	background: #FFFFFF;
	padding: 4px 7px 4px 7px;
}


/* CONTACT - 送信フォーム
---------------------------------------------------- */
.formbox {
	clear: both;
	margin-bottom: 10px;
}

.formbox table {
	background: #C1C1C1;
	margin: 0px auto 0px;
}

.formbox th {
	font-weight: normal;
	text-align: center;
	padding: 4px 0px;
	vertical-align: middle; 
}

.formbox td {
	text-align: left;
	padding: 4px;
	background: #FFFFFF;
}

/* フォーム・ラジオボタンのテキスト部分 */
.tradio { vertical-align: 3px; margin-right: 20px; }
/* フォーム・必須マーク（※） */
.asta { font-size: 7pt; margin-left: 3px; color: #FF0000; vertical-align: 1px; }
/* フォーム・入力例 */
.rei { font-size: 10px; vertical-align: 3px; color: #FF9933; }
/* フォーム・テキスト */
.pcontact { padding: 0px; font-weight: bold; margin-left: 10px; color: #FFFFFF;	}

.bgcol1 {background: #FFFFFF;}
.bgcol2 {background: #FFFFEC;}
.bgcol3 {background: #E1EEFF;}




/* テーブル流れのブロック
---------------------------------------------------- */
.table-flow {
	clear: both;
	margin: 0px;
	border: 1px solid #BFBFBF;
	background: #FFFFFF;
}
.table-flow th {
	text-align: center;
	margin: 0px;
	padding: 2px;
}
.table-flow td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

/* テーブル料金のブロック
---------------------------------------------------- */
.table-ryoukin {
	clear: both;
	margin: 0px auto 10px;
	background: #CCCCCC;
}
.table-ryoukin th { 
	font-weight: normal; 
	text-align: center; 
	vertical-align: middle; 
	padding: 4px;
}
.table-ryoukin td {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}

/* テーブルを入れ子にしてリストっぽく表示する時に使用
---------------------------------------------------- */
.table-boxin {
	clear: both;
	margin: 0px;
}
.table-boxin td {
	margin: 0px;
	padding: 0px;
}

/* 背景のあるBOX
---------------------------------------------------- */
.sotowaku-box { padding: 5px 15px 5px 15px; text-align: left; }
.utiwaku-box {border: 1px #CCC solid; padding: 5px; margin: 0px 0px 10px 0px; background: url(../images/bg_table.gif) repeat;}
.psyoukai { margin: 0px 5px 5px 5px; text-align: left; }
.name {
	padding: 4px 4px 4px 7px;
	font-size: 1.2em;
	color: #555;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	font-weight: bold;
	background: #FFFFEC;
}
/* 追加のブロック */
.table-syoukai {
	clear: both;
	margin: 0px;
	border: 1px solid #BFBFBF;
}
.table-syoukai td {
	text-align: center;
	vertical-align: top;
	padding: 2px;
	background: #FFF;
}

/* Q＆Aページ
---------------------------------------------------- */
#faq-box { padding: 5px 15px; text-align: left; }
.qa-box {
	border:1px #CDC0B0 dotted;
	padding:5px;
	margin-bottom:10px;
	margin-top:5px;
	background: #FFF;
}
.pq {
	padding: 6px 4px 6px 50px;
	margin: 0px 0px 3px;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/bg_faq_q.jpg) no-repeat left top;
	border-bottom: 1px dotted #CCC;
}
.pa {
	padding: 6px 4px 6px 50px;
	margin: 0px 0px 2px;
	font-size: 14px;
	background: url(../images/bg_faq_a.jpg) no-repeat left top;
}

/*個人情報ページ
---------------------------------------------------- */
#kojin-txtbox { margin: 0px 15px 0px 15px; }
.kojin-txt1 { margin: 0px 0px 3px; text-align: left; }
.kojin-txt2 { margin: 0px 0px 20px; text-align: left; }

/* テーブルお問い合わせ（個人情報）ブロック */
.table-list { clear: both; margin: 0px 0px 20px;}
.table-list th { text-align: left; padding: 0px; vertical-align: top; font-weight: normal; }
.table-list td { text-align: left; padding: 0px; }

/* 不動産リスト用
---------------------------------------------------- */
.table-bukken {
	clear: both;
	margin: 10px auto 10px;
	background: #C1C1C1;
}
.table-bukken th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background: #FFFFEC;
	padding: 2px 4px 2px 4px;
}
.table-bukken td {
	text-align: left;
	background: #FFFFFF;
	padding: 4px 7px 4px 7px;
}
.stoiawase { margin-top: 3px; margin-bottom: 3px; font-size: 1.4em; font-weight: bold; color: #FF6600;}
.sykakaku { margin-top: 3px; margin-bottom: 3px; font-size: 1.4em; font-weight: bold; color: #FF0000;}

/* クリアフィックス（回り込みの解除）
---------------------------------------------------- */
.clearfix:after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	/* overflow: hidden;  この指定でDWでレイアウトが崩れない \*/
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*テキスト非表示*/
em { visibility: hidden; }
/*回り込み初期化*/
#clearboth {clear: both;}
.clearboth {clear: both;}


/* ライトボックス用のスタイル（lightbox.cssより）
---------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

