@charset "utf-8";
/*
PHANTOM CLOUD Print CSS
*/
*{margin:0;padding:0}
a {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000000;
}

a img {
	border: none;
}

body,html {
	background: #fff;
	font-size: 12pt;
	color: #000;
	margin: 0;
	padding: 0;
}
.wp-pagenavi,button.print {
	display:none;
}
/*----------------------------------------------------*/
#home html,#home body {	height:100%;min-height:100%;}
* html {position:relative;}
#home #container {
	position: relative;
	height: 680px;
	min-height: 650px;
}
html > body#home #container {
	height:auto;
}
#home #header{
	background:url(images/header_bg.gif) repeat-x left top;
	height:57px;
	position: relative;
	z-index:100;
}
#home #main {
	min-width:750px;
	background: url(images/side_bg.gif) repeat-y right top;
}
#home #menu{ 
	position:absolute;
	right:0;
	width:223px;
	top:0;
	background: url(images/side_bg.gif) repeat-y right top;
	height:100%;
}
#home #google_maps {
	width:90% !important;
	height:500px !important;
}
#home #contents{
	margin-right:223px;
	padding:0;
	border:solid 1px #ffffff;
}
#home #footer {
	background:url(images/foot_bg.gif) repeat-x left bottom;
	text-align:center;
	height:27px;
	width:100%;
	display:block;
}
#home #footer {
	position:absolute;
	bottom:0;
}
#home #footer address {
	line-height:27px;
	font-size:10px;
	font-family:Arial, sans-serif, Verdana, "Lucida Sans";
}
/*----------------------------------------------------*/
/*ヘッダ*/
#home #header h1 {
	letter-spacing: 0.2em;
}
#home #header h1 a {
	font-size:16px;
	color:#003366;
	line-height:57px;
	padding:0 0 0 50px;
}
#home #header h1 a:hover { color:#0066CC;}
#home #header p.credit {
	width:49%;
	text-align:right;
	top:20px;
	line-height:37px;
	position:absolute;
	right:0;
	margin:0 1% 0 0;
}
#home #header p.credit strong {
	font-size:123.1%;
	margin:0 10px;
}
/*----------------------------------------------------*/
/*メニュー*/
#home #menu div#searchlist {
	margin:87px 10px 0 10px;
}
#home #menu p, #menu ul {	
	margin:0 10px;
}
#home #menu label {
	display:block;
	width:107px;
	height:22px;
	text-indent:-9999px;
	margin-bottom:3px;
}
#home #menu label.map {
	background:url(images/button_map.gif) no-repeat left top;
}
#home #menu label.list a {
	display:block;
	height:22px;
	background:url(images/button_list.gif) no-repeat left top;
	overflow:hidden;
}
#home #menu label.search {
	background:url(images/button_search.gif) no-repeat left top;
}
#home #menu form {
	margin-bottom:15px;
}
#home #menu li {
	list-style:none;
	margin-bottom:0.5em;
}
#home #menu ul#meta li a {
	display:block;
	background-color:#88ABDA;
	color:#ffffff;
	padding:0.5em 0;
	text-align:center;
}
#home #menu ul#meta li a:hover {
	background-color:#AEC6E6;
}
#home div#menu p {
	line-height:1.5;
	font-size:77%;
}
#home div#menu p#ex {
	margin-bottom:20px;
}
#home #menu p.credit a {
	display:block;
	background-color:#FFFCDB;
	border:solid 1px #898989;
	margin:1em 0;
	line-height:1.4;
	padding:0.5em;
	color:#333;
}
#home #menu p.credit a:hover {
	background-color:#fff;
	border-color:#88ABDA;
	color:#1D57AF;
}
#home #menu p.credit a strong {
	display:block;
	font-size:108%;
	letter-spacing:0.1em;
}
/*-----------------------------------------------------------*/
body#entry #header,body#entry #menu,body#entry .return {display:none;}
h2 {
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	letter-spacing: 0.2em;
	margin:0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: dotted 1px #eee;
	margin-top: 0;
}
#contents,.post {
	margin:0;padding:0;
}
.center {text-align:center;}
.meta{font-size:10pt}
/* 基本情報格納テーブル */
table {border-collapse:collapse;font-size:12px;border-color:#666;border-spacing: 0;}

#main_box {
	width: 100%;
	margin-top: 15px;
	border-color:#666;
}
#main_box th {
	background-color:#ccc;
	text-align:center;
	color:#000;
	font-weight:300;
	width:35%;
	padding:3px 0px;
	border-color:#666;
}
#main_box td {
	padding: 4px 0px 4px 10px;
	line-height: 130%;
	border-color:#666;
}
/* 詳細ボックス */
.detail_box {
	width: 100%;
	min-width:600px;
	border-top:solid 1px #666;
	border-left:solid 1px #666;
	margin-top:10px;
}
.detail_box th{
	background-color:#efefef;
	text-align:center;
	line-height: normal;
	width:auto;
	font-weight: normal;
	padding: 3px 0px;
	border-color:#666;
	border-right:dotted 1px #999;
	border-bottom:solid 1px #666;

}
.detail_box td{
	vertical-align: top;
	padding: 3px 0px 3px 5px;
	line-height: 1.5;
	text-align:left;
	border-bottom:solid 1px #666;
	border-right:solid 1px #666;
}
.detail_box th.thead {
	background-color:#cccccc;
	border-right:solid 1px;
}
.detail_box th[scope=col] {
	background-color:#cccccc;
	border-right:solid 1px #666;
}
.detail_box th[scope=row] {
	background-color:#efefef;
	border-right:dotted 1px #999;
}
.detail_box td input,#detail_box td textarea {
	margin: 3px;}
	
.each_map {
	clear:both;
}
/*----------------------------------------------------*/
div.price {
	float:left;
	width:100%;
	margin:10px 0;
	padding:0;
}
div.price img {
	width:440px;
	float:right;
}
/* 価格変動テーブル */
#kakaku_box {
	line-height:1.8;
	width: 200px;
	float:left;
	border-left:solid 1px #666;
	border-right:solid 1px #666;
	font-size:10px
}
#kakaku_box caption {
	background-color:#cccccc;
	text-align:center;
	padding:3px;
	width: 200px;
	border-top:solid 1px #666;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
	border-left:solid 1px #666;

}
#kakaku_box  th ,#kakaku_box td {
	padding:3px;
}
#kakaku_box  th {
	font-weight:normal;
	border-right:dotted 1px #999;
	border-bottom:solid 1px #666;

}
#kakaku_box thead th {background-color:#efefef;}
#kakaku_box td {
	white-space:nowrap;
	border-right:dotted 1px #999;
	border-bottom:solid 1px #666;
	text-align:center;
}
#kakaku_box tbody th {
	width:31%;
	border-right:dotted 1px #999;
	border-bottom:solid 1px #666;
}
#footer {
	background:none;
	text-align:center;
	width:100%;
	display:block;
	margin-top:1em;
}
#footer address {
	font-family:Arial, sans-serif, Verdana, "Lucida Sans";
	line-height:1;
	font-size:10px;
}
/*----------------------------------------------------*/
/*カテゴリー*/
#category {
	padding:0 0 0 3px;
}
div#category h2 { 
font-size:14px;border-bottom:none;margin:0;padding:0;}

#category table {margin-top:5px;}
#category thead th,#category tfoot th{
	background-color:#ececec;
	text-align:center;
	line-height: normal;
	font-weight: normal;
	border-color:#666;
	padding:3px;
	font-size:85%;
}
#category table tbody th {
	font-weight:normal;
	padding:3px;border-color:#666;
}
#category table td {padding:3px;text-align:left;border-color:#666;}
#category table tbody th a {
	display:block;
	text-align:center;
	font-size:77%;
}
#navlink{display:none;}