﻿/*----------------------------------------*/
/*   reset                              　*/
/*----------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

#map img {max-width: none;}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/*----------------------------------------*/
/*   common                             　*/
/*----------------------------------------*/
body {
	text-align: center;
	background: url(../img/bg_color.gif) repeat-x bottom;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#wrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

#header {
	height: 100px;
	padding: 10px;
	border-bottom: solid 1px #ffb32e;
	background: url(../img/bg_house.gif) no-repeat right bottom;
}

#contents {
	width: 680px;
	float: left;
}

#contents h3,
#contents h4 {margin-bottom: 0.6em;}

#contents p {}

h1 {font-size: 100%;}

h1 img {max-width: 221px;}

h2 {font-size: 90%;}

#description {
	font-size: 80%;
	color: #222222;
}

h3.title {
	background: #ff7302;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 7px 0 6px 10px;
	font-weight: bold;
	font-size: 90%;
	border-bottom: #ffb32e solid 3px;
	border-left: #ffb32e solid 1px;
}

h3.title a {
	color: #ffffff;
	font-weight: bold;
}

h3.title a:hover {text-decoration: none;}

h3.title a:visited {color: #ffffff;}

h4.title {
	background: url(../img/h3_index_bg.gif) repeat-y left;
	padding: 5px 0 5px 16px;
	border-bottom: #ffb32e solid 1px;
	font-weight: bold;
}

h4.title a {
	text-decoration: none;
}

h4.title a:hover {
	text-decoration: underline;
}

a img:hover {opacity:0.8;}

.link a {text-decoration: none;}

.link a:hover {text-decoration: underline;}

#sidebar {
	width: 280px;
	float: right;
	background: #ffb273;
}
#sidebar h4 {
	padding: 10px 8px 0px;
	clear: both;
}

#sidebar ul,
#sidebar p {padding: 0 10px;}

#sidebar p a {display: block;}

#sidebar ul li {list-style: none;}

#sidebar ul.images {}

#sidebar ul.images li {
	list-style: none;
	float: left;
	margin: 6px;
}

#sidebar ul.images li a {display: block;}

#sidebar ul.link {padding: 10px;}

#sidebar ul.link li {
	list-style: none;
	background: url(../img/bg_arrow.gif) 0 0.4em no-repeat;
	padding: 0 0 0 9px;
}

#sidebar ul.link li a {text-decoration: none;}

#sidebar ul.link li a:hover {text-decoration: underline;}

#navi {
	background: #ffb32e;
	border-top: solid 1px #ffb32e;
	border-bottom: solid 1px #ff780b;
	min-height: 46px;
	font-size: 90%;
}

#navi ul {padding: 6px;}

#navi ul li {
	list-style: none;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
}

#navi ul li a {
	display: block;
	width: 100px;
	height: 34px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#navi ul li a span {
	padding-top: 6px;
	display: block;
}

#navi ul li a:hover {
	display: block;
	color: #ffffff;
}

#navi ul li.rent a {background: url(../img/btn_rent_off.gif) no-repeat;}

#navi ul li.rent a:hover {background: url(../img/btn_rent_on.gif) no-repeat;}

#navi ul li.buy a {background: url(../img/btn_buy_off.gif) no-repeat;}

#navi ul li.buy a:hover {background: url(../img/btn_buy_on.gif) no-repeat;}

#navi ul li.corporate a {background: url(../img/btn_corporate_off.gif) no-repeat;}

#navi ul li.corporate a:hover {background: url(../img/btn_corporate_on.gif) no-repeat;}

#navi ul li.otoiawase a {background: url(../img/btn_otoiawase_off.gif) no-repeat;}

#navi ul li.otoiawase a:hover {background: url(../img/btn_otoiawase_on.gif) no-repeat;}

table {
	width: 100%;
	border-spacing: 1px;
	font-size: 90%;
	outline: 0;
	background: #333333;
}

table th {
	width: 30%;
	text-align: left;
	background: #ffb32e;
	padding: 2px 5px;
	font-weight: bold;
}

table td {
	width: 70%;
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
	background: #ffffff;
}

.post {padding: 10px;}

.post h4,
.post p {font-size: 90%;}

.post .link {
	list-style: none;
	background: url(../img/bg_arrow.gif) 0 0.4em no-repeat;
	margin-bottom: 0.3em;
	padding: 0 0 0 9px;
}

#footer {
	clear: both;
	border-top:solid 1px #ffb32e;
	text-align: center;
	padding: 10px;
	background: #ffb32e;
	font-size: 90%;
}

.bread {
	margin: 1% 10px;
	border-bottom: #ffb32e dotted 1px;
	font-size: 80%;
}

.bread a {text-decoration: none;}

.bread a:hover {text-decoration: underline;}

span {font-weight: bold;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}

.red {color: #ff0000;}

.attention {
	color: #ff0000;
	border: solid 1px #ff0000;
	background: #ffb32e;
	padding: 0 4px;
}

/*----------------------------------------*/
/*   clearfix                           　*/
/*----------------------------------------*/
.clearfix:after,
#navi:after {
	content: "";
	display: block;
	clear: both;
}