@charset "utf-8";

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #e5e5e5 url(../images/bg.gif);
}
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;
}

input,select,option,textarea {
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	padding: 2px;
	margin: 3px;
}

/*
---------------------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/*
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	border-top: 5px solid #000000;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

/*
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 80px;
	width: 100%;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 20px;
	top: 24px;
}

#header #sub_con {
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	top: 30px;
	right: 10px;
	font-weight: bold;
	color: #000000;
}

#header #tel_con {
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	top: 55px;
	right: 10px;
	font-weight: bold;
	color: #000000;
}

#header h1 {
	font-size: 9px;
	line-height: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: normal;
	color: #999;
}
#header h1 a {
	text-decoration: none;
	color: #999;
}

/*メインメニュー
---------------------------------------------------------------------------*/

ul#menu {
	height: 60px;
	width: 100%;
	background: url(../images/menu_bg.gif) repeat-x;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

ul#menu li {
	float: left;
}
ul#menu li a {
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	width: 160px;
	display: block;
	overflow: hidden;
	padding-top: 7px;
	height: 53px;
	border-right: 1px solid #d2d2d2;
	font-weight: bold;
}

ul#menu li a span {
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}

ul#menu li a:hover {
	background: url(../images/menu_bg_on.gif) no-repeat left center;
}

ul#menu li.last a {
	border-right: none;
}

ul#menu li#current a {
	background: url(../images/menu_bg_on.gif) no-repeat left center;
}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 700px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#main h2 {
	font-size: 120%;
	color: #FFFFFF;
	clear: both;
	width: 670px;
	padding-left: 30px;
	line-height: 40px;
	height: 45px;
	overflow: hidden;
	background: url(../images/midashi_bg1.gif) no-repeat;
}
#main h2 img{
	vertical-align: middle;
}

#main h2.midashi2 {
	color: #000000;
	background: url(../images/midashi_bg2.gif) no-repeat;
}

#main p {
	padding: 0.5em 10px 1em;
	background: #FFF;
}

/*物件一覧ページ
---------------------------------------------------------------------------*/

#main .bukkenbox {
	clear: both;
	padding: 10px;
	overflow: hidden;
	width: 674px;
	margin-bottom: 1em;
	border: 3px double #d2d2d2;
}

#main .bukkenbox h4 {
	font-size: 100%;
	padding-bottom: 0.5em;
}

#main .bukkenbox p {
	padding: 0px;
}

#main .bukkenbox p.img {
	float: left;
	width: 100px;
	margin-right: 15px;
}

#main .bukkenbox p.img a img {
	border: 1px solid #cccccc;
}

#main .bukkenbox p.img a:hover img {
	border: 1px solid #000000;
}

/*一覧ページ
---------------------------------------------------------------------------*/
.bukkenbox table {
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.bukkenbox table, .bukkenbox table td, .bukkenbox table th{
	border: 1px solid #b5b5b5;
}
.bukkenbox table td, .bukkenbox table th{
	padding: 0;
	line-height: 1.6;
}
.bukkenbox table th{
	width: 90px;
	text-align: center;
	font-weight: normal;
	background: #dcdcdc;
}
.bukkenbox table td {
	width: 150px;
	padding-left: 3px;
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 220px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#sub h3 {
	font-size: 100%;
	padding: 15px 10px;
	background: #121212;
	border-bottom: 1px solid #999999;
	border-top: 5px solid #999999;
	color: #FFF;
}

#sub p {
	padding: 0.5em 5px 1em;
}

#sub .box1 {
	padding: 5px;
	border: 1px solid #000000;
	margin-bottom: 1em;
	background: #d1d1d1;
}

/*サブメニュー設定
---------------------------------------------------------------------------*/

ul.submenu li {
	border-bottom: 1px solid #d2d2d2;
}
ul.submenu li a {
	display: block;
	width: 205px;
	padding: 7px 5px 4px 10px;
	text-decoration: none;
}
ul.submenu li a:hover {
	background: #e8e8e8;
	color: #000000;
	border-left: 3px solid #000000;
	padding: 7px 5px 4px 7px;
	width: 202px;
}

/*
---------------------------------------------------------------------------*/
#sub .box1 ul.submenu li a {
	width: 193px;
	background: #FFF;
}
#sub .box1 ul.submenu li a:hover {
	background: #e8e8e8;
	width: 190px;
}

/*
---------------------------------------------------------------------------*/
#sub .box2 {
	overflow: hidden;
	width: 220px;
	line-height: 1.4;
	border-bottom: 1px solid #d2d2d2;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub .box2 h4 {
	font-size: 11px;
	padding-bottom: 3px;
	color: #FFF;
}

#sub .box2 p {
	font-size: 10px;
	padding: 0px;
}

#sub .box2 p.img {
	float: left;
	margin-right: 5px;
}
#sub .box2 p.img a img {
	border: 1px solid #cccccc;
}
#sub .box2 p.img a:hover img  {
	border: 1px solid #000000;
}

/*
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 290px;
	width: 966px;
	clear: left;
}
#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;
}

/*
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 690px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 150px;
	margin-bottom: 5px;
}
#main .new dd {
	float: left;
	width: 520px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*
---------------------------------------------------------------------------*/
#footer {
    overflow: hidden;
    height: 18px;
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #FFF;
	background: #000000;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #d2d2d2;
	line-height: 2;
}

.ta1 td{
	width: 457px;
	padding: 10px;
	vertical-align: top;
}

.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #e5e5e5;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #d1d1d1;
}

.ta1 td .specialbox {
	float: left;
	width: 75px;
	height: 40px;
}
.ta1 td img{
	vertical-align: middle;
}

/*
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #000000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.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;
}
.sortbox {
	background-color: #f5f5f5;
	text-align: right;
	margin-bottom: 1em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

.f_w {
	font-weight: bold;
}

.f_w_h3 {
	font-weight: bold;
	font-size: 18px;
}

.color_2 {
	color: #0066cc;
	font-size: 14px;
}

.lay_table {
	border-spacing: 1px;
	border-color: gray;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.lay_table .th_150 {
	width: 150px;
}

.lay_table th {
	background-color: #e7edf9;
	color: #000000;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #cccccc;
}

.lay_table td {
	border: 1px solid #cccccc;
	color: #000000;
	padding-left: 20px;
}

.fs_9 {
	font-size: 9px;
}

.sub_table {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.sub_table .th_b {
	background-color: #4a6dcb;
	color: #ffffff;
	font-size: 18px;
	width: 320px;
	text-align: center;
}

.sub_table .th_o {
	background-color: #f96f16;
	color: #ffffff;
	font-size: 18px;
	width: 320px;
	padding-left: 30px;
}

.sub_table td {
	border-bottom: 1px solid #cccccc;
	color: #000000;
	padding-left: 30px;
}

.sub_table .no_p {
	padding: 0;
	text-align: center;
}

#cont_img a:hover img {
	opacity: 0.8;
}

.estate_table {
	border-spacing: 0;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.estate_table td {
	color: #000000;
	width: 25%;
	text-align: left;
}

.estate_table caption {
	color: #000000;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

#main li {
	color: #000000;
}

.sub_list_dl {
	padding: 0.5em 10px 1em;
}

.sub_list_dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #4a6dcb;
	border-bottom: 1px dotted #cccccc;
}

#sub_box .herf_box {
	width: 320px;
	float: left;
}

#sub_box h2 {
	width: 300px;
}

#sub_box .margin_r {
	margin-right: 50px;
}

.contact_text {
	width: 400px;
	height: 150px;
}

.submit-button {
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	border: 1px solid #ababab;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		to(#ffffff));
	background: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: -ms-linear-gradient(top, #ffffff, #ffffff);
	background: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
		rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
		rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
		rgba(255, 255, 255, 0.4) 0 1px 0;
	text-shadow: #ffffff 0 1px 0;
	color: #000000;
	font-family: helvetica, serif;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}

.submit-button:hover {
	border: 1px solid #336699;
	text-shadow: #31540c 0 1px 0;
	background: #3399cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#3399cc),
		to(#6aa436));
	background: -webkit-linear-gradient(top, #3399cc, #336699);
	background: -moz-linear-gradient(top, #3399cc, #336699);
	background: -ms-linear-gradient(top, #3399cc, #336699);
	background: -o-linear-gradient(top, #3399cc, #336699);
	background-image: -ms-linear-gradient(top, #3399cc 0%, #336699 100%);
	color: #fff;
}

.submit-button:active {
	text-shadow: #31540c 0 1px 0;
	border: 1px solid #336699;
	background: #3399cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#3399cc),
		to(#6aa436));
	background: -webkit-linear-gradient(top, #3399cc, #336699);
	background: -moz-linear-gradient(top, #3399cc, #336699);
	background: -ms-linear-gradient(top, #3399cc, #336699);
	background: -o-linear-gradient(top, #3399cc, #336699);
	background-image: -ms-linear-gradient(top, #3399cc 0%, #336699 100%);
	color: #fff;
}

.ce_b {
	text-align: center;
}