@charset "utf-8";
/*
----------------------------------------------------------
不動産検索システム ebs3
著作権は、放棄してませんのでスクリプトの再配布を禁止します。
制作 ITS kazuyuki nakatsu
HomePage:http://infotese.com
Copyright (c) ITS All Rights Reserved.
----------------------------------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333;
}
a:hover {
	color: #999;
}
/* コンテナ */
#container {
	padding-top: 0px;
	font-family: "メイリオ";
	margin-top: 0px;
}
#container-inner {
	margin: 20px auto 0px;
	padding: 0px;
	width: 950px;
}
/* ヘッダー */
#header h1 {
	margin: 0px 0px 4px;
	font-size: large;
	float: left;
}
#header h1 span {
	font-size: small;
}
#header h1 a {
	color: rgb(51, 51, 51);
	font-weight: normal;
	text-decoration: none;
}
#header p#desc {
	margin: 18px 0px 0px;
	color: rgb(51, 51, 51);
	font-size: small;
	float: right;
}
#header {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}
#header_inner {
	margin: 0px auto;
	width: 950px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header p#image {
	width: 900px;
	height: 150px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCC;
	padding-top: 50px;
	padding-left: 50px;
	color: #666;
}
#header .kuzu {
	margin: 10px auto 0px;
	width: 950px;
	color: rgb(51, 51, 51);
	padding-right: 10px;
	padding-left: 10px;
	font-size: small;
}
#header .kuzu a {
	color: rgb(51, 51, 51);
}
/* ナビゲーションバー */
div#header {
	margin-bottom: 0px;
}
#nav {
	width: 100%;
	height: 48px;
	clear: both;
	background-image: url(../img/navi_back.jpg);
	border-top-color: #999;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#nav-inner {
	width: 948px;
	height: 48px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li a {
	width: 150px;
	height: 40px;
	text-align: center;
	background-image: url(../img/navi.jpg);
	color: rgb(255, 255, 255);
	padding-top: 8px;
	font-size: 0.75em;
	text-decoration: none;
	border-right-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
	display: block;
}
#nav li a#left {
	width: 150px;
	height: 40px;
	text-align: center;
	color: rgb(255, 255, 255);
	padding-top: 8px;
	font-size: 0.75em;
	text-decoration: none;
	border-right-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#nav li a:hover {
	background-image: url(../img/navi_hover.jpg);
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav a span {
	line-height: 15px;
	font-size: 0.72em;
}
/* コンテンツ */
#content {
	width: 705px;
	float: right;
}
#content .page {
	text-align: right;
	font-size: 0.87em;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
}
#content .current {
	font-size: x-large;
	text-decoration: underline;
	color: #666;
}
p#page_title {
	padding: 10px 0px;
	border: 1px solid rgb(204, 204, 204);
	text-align: left;
	text-indent: 30px;
	font-size: 0.87em;
	font-weight: normal;
	margin-top: 0px;
	background-image: url("../img/titlebar.jpg");
}
#content .page #line {
	text-align: left;
	float: left;
	margin-left: 5px;
	padding-top: 8px;
}
#news {
	width: 600px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#news_content {
	height: 200px;
	overflow: auto;
	padding-right: 20px;
	padding-left: 20px;
	scrollbar-base-color: rgb(246, 246, 246);
}
#news_content span {
	font-size: x-small;
}
/* コンテンツボックス */
.post {
	padding: 5px;
	border: 1px solid rgb(204, 204, 204);
	margin-bottom: 5px;
}
.post h2 {
	margin: 0px;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	text-align: left;
	text-indent: 20px;
	font-size: 0.87em;
	background-image: url("../img/post_bar.jpg");
	font-weight: normal;
}
.post #post_content {
	padding: 20px;
}
#page_h2 {
	margin: 0px;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	text-align: left;
	text-indent: 20px;
	font-size: 0.87em;
	background-image: url("../img/titlebar.jpg");
}
.post h2 a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}
.post p {
	line-height: 1.6;
	font-size: 0.87em;
	margin-top: 10px;
}
.post td {
	font-size: 0.87em;
	padding: 2px;
}
.post .bkco {
	background-color: #DFDFDF;
	color: #333;
	border: 1px solid #CCC;
}
.post .table_center {
	text-align: center;
}
.post .table_center td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.post .img_sy {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.post #td_j {
	text-align: left;
	text-indent: 40px;
}
.post li {
	line-height: 1.6;
	font-size: 0.87em;
}
p.postinfo {
	margin: 20px 0px 0px;
	text-align: right;
	color: rgb(12, 139, 205);
	clear: both;
}
.post table .pu {
	color: #666;
	font-size: x-large;
}
.post .viewlink {
	height: 25px;
	width: 50px;
	border: 1px solid #CCC;
	text-align: center;
	display: block;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 8px;
	background-color: #DFDFDF;
}
.post .viewlink:hover {
	height: 25px;
	width: 50px;
	border: 1px solid #DFDFDF;
	text-align: center;
	display: block;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 8px;
	background-color: #CCCCCC;
}
p.postinfo a {
	color: rgb(0, 51, 204);
}
/* コンテンツボックス画像 */
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.post img {
	border: currentColor;
}
.post #new {
	text-align: right;
}
.post .table_center table td {
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.wp-caption {
	border: 1px solid rgb(170, 170, 170);
	text-align: center;
	padding-top: 5px;
}
/* ページリンク */
span.oldpage {
	float: left;
}
span.newpage {
	float: right;
}
.copyright {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: xx-small;
}
p.pagelink a {
	color: rgb(12, 139, 205);
	font-size: 0.75em;
}
p.pagelink {
	width: 100%;
	overflow: hidden;
}
/* サイドバー */
#sidebar {
	width: 220px;
	float: left;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	list-style-type: none;
}
#sidebar .widget {
	border: 1px solid #999;
	margin-bottom: 10px;
	background-color: rgb(250, 250, 250);
}
#sidebar h2 {
	margin: 0px 0px 10px;
	height: 25px;
	color: rgb(255, 255, 255);
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 16px;
	font-size: 0.75em;
	font-weight: normal;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../img/navi_back.jpg);
}
#sidebar li li {
	padding-left: 16px;
	font-size: small;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
	background-image: url("../img/listmark2.gif");
	background-repeat: no-repeat;
}
#sidebar li #search {
	background-image: none;
}
#sidebar li #submit {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: none;
}
#sidebar .accordion_head {
	cursor: pointer;
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 32px;
	margin-bottom: 10px;
}
#sidebar #setubi {
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#sidebar #setubi_menu:hover {
	background-color: #CCCCCC;
}
#sidebar #setubi_koumoku {
	padding-left: 32px;
}
#sidebar li li a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
#sidebar li li a:hover {
	color: rgb(153, 153, 153);
	text-decoration: none;
}
#sidebar li li li {
	margin-top: 10px;
}
#rss {
	height: 150px;
	overflow: auto;
	scrollbar-base-color: rgb(255, 255, 255);
}
#rss_copyright {
	text-align: right;
	color: rgb(204, 204, 204);
	padding-top: 0px;
	padding-right: 10px;
	font-size: x-small;
	margin-top: 0px;
	margin-left: 4px;
}
#rss_copyright a {
	color: rgb(204, 204, 204);
}
.widgettitle a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.widget_calendar {
	padding: 16px;
}
.widget_calendar h2 {
	display: none;
}
/* フィード */
p.feed {
	margin: 25px auto;
	padding: 5px;
	width: 120px;
	height: 30px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
}
p.feed a {
	color: rgb(153, 153, 153);
	text-decoration: none;
}
p.feed img {
	margin-right: 8px;
	vertical-align: middle;
}
#sidebar p.link {
	margin: 0px 0px 25px;
	padding: 5px;
	font-size: 0.75em;
}
#sidebar p.link a {
	color: rgb(68, 68, 68);
	line-height: 20px;
	text-decoration: none;
	margin-left: 15px;
}
#kanren {
	font-size: 0.87em;
	margin-bottom: 20px;
}
#kanren a {
	color: rgb(0, 51, 204);
	text-decoration: none;
}
.pagetop {
	width: 700px;
	text-align: right;
	clear: both;
	margin-bottom: 20px;
}
.pagetop #pageup {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pagetop #pageup a {
	color: rgb(51, 51, 51);
	text-decoration: none;
	background-image: url("../img/pageup.jpg");
	background-repeat: no-repeat;
	padding-left: 25px;
}
/* フッター */
#footer {
	margin: 10px auto 0px;
	width: 100%;
	padding-top: 10px;
	clear: both;
	border-top-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}
#footer-inner {
	margin: 0px auto;
	width: 950px;
}
/* フッターナビ */
#footer_nav {
	color: rgb(255, 255, 255);
	clear: both;
	font-size: small;
	margin-bottom: 20px;
	float: left;
}
#footer_nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#footer_nav ul li ul {
	margin: 0px;
	padding: 0px;
	width: 220px;
}
#footer_nav ul li ul li {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: none;
	list-style-type: none;
	list-style-image: url("../img/listmark.gif");
}
#footer_nav a {
	color: rgb(250, 250, 250);
	text-decoration: none;
}
#footer_nav a:hover {
	color: rgb(250, 250, 250);
	text-decoration: underline;
}
#footer-inner .message {
	width: 240px;
	height: 177px;
	color: rgb(250, 250, 250);
	font-size: small;
	float: right;
}
#footer-inner .message h2 {
	margin: 40px 10px 0px;
	padding: 0px;
	width: 210px;
	font-size: medium;
	font-weight: normal;
}
#footer-inner .message span {
	font-size: x-small;
}
#footer-inner .message h3 {
	margin: 0px 10px;
	padding: 0px;
	width: 190px;
	font-size: small;
	font-weight: normal;
	border-top-color: rgb(250, 250, 250);
	border-top-width: 1px;
	border-top-style: solid;
}
#footer_copyright {
	width: 938px;
	height: 20px;
	text-align: right;
	color: rgb(250, 250, 250);
	line-height: 20px;
	padding-right: 10px;
	clear: both;
	border-top-color: rgb(250, 250, 250);
	border-top-width: 1px;
	border-top-style: solid;
}
address {
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	font-style: normal;
}
address a {
	color: rgb(0, 0, 0);
}
/* 固定ページ */
.page#content {
	width: 100%;
}
/* トップページ */
#topcontent p {
	margin: 0px 0px 20px;
	text-align: center;
	line-height: 1.5;
	font-size: 0.87em;
}
.post {
	background-color: rgb(255, 255, 255);
}
p.feed {
	background-color: rgb(255, 255, 255);
}
/* コンテンツの背景 */
#comments {
	background-color: rgb(255, 255, 255);
}
#osusumesetumei {
	margin-left: 100px;
}
.osusume table {
	text-align: center;
	font-size: small;
}
.osusume td {
	padding: 5px;
	line-height: 25px;
}
.osusume #border {
	border: 1px solid #999999;
}
.osusume h2 {
	margin: 0px;
	padding: 10px;
	font-size: 14px;
	background-image: url(../img/post_bar.jpg);
	text-align: center;
	border: 1px solid rgb(204, 204, 204);
	font-weight: normal;
	height: 22px;
}
.osusume span {
	color: #666;
	font-size: x-large;
}
.osusume .title{
	color: #666;
	font-size: 20px;
	font-weight: normal;
}
#map_canvas {
	width: 600px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
}
#formCo span {
	color: #F00;
}
input.example1 { ime-mode: auto; }/* auto･･･現在の入力モードを適用（デフォルト) */
input.example2 { ime-mode: active; }/* active･･･日本語入力モードをon */
input.example3 { ime-mode: disabled; }/* disabled･･･英数半角のみ　日本語入力システムをoff */
input.example4 { ime-mode: inactive; }/* inactive･･･英数半角入力モードをon */
