@charset "Shift_JIS";

body {
	background: #E6E6E6;
	margin: 0;
	text-align: center;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #7CB1E9;
	text-decoration: underline;
}
/********************************************************************************************/
.red {
	color: #FF0000;
}
.orange {
	color: #FF6600;
}
.bluegreen {
	color: #1DB2BB;
}
/********************************************************************************************/
.komidashi {
	font-weight: bold;
	color: #000000;
	margin-top: 8px;
}
/********************************************************************************************/
#shadow {
	background: url(_img/bg_shadow.gif) repeat-y center;
	width: 786px;
	margin: 0px auto;
}
#main {
	text-align: left;
	margin: 0px auto;
	width: 760px;
}
#bottom {
	background: url(_img/bg_bottom.gif) no-repeat center top;
	width: 786px;
	margin: 0px auto;
	height: 13px;
	font-size: 1px;
	line-height: 1px;
}
/********************************************************************************************/
.navi_btn {
	margin-right: 10px;
}
.clear_both {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.banner {
	text-align: right;
	margin-bottom: 4px;
}
#sidebar.right .banner {
	text-align: left;
}
/********************************************************************************************/
#footer {
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
}
.copyright {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding-right: 10px;
}
/********************************************************************************************/
#navi_shadow {
	font-size: 1px;
	line-height: 1px;
	height: 10px;
	background: url(_img/bg_navi_shadow.jpg) repeat-x top;
}
/********************************************************************************************/
#category_title {
	border-bottom: 2px solid #0a50a1;
	background: url(_img/category_name/category_icon.gif) no-repeat right center;
}
#housing #category_title { border-bottom-color: #FDB519; background-image: url(_img/category_name/housing_icon.gif); }
#mansion #category_title { border-bottom-color: #7CBBDE; background-image: url(_img/category_name/mansion_icon.gif); }
#private #category_title { border-bottom-color: #FB80AA; background-image: url(_img/category_name/private_icon.gif); }
#public #category_title { border-bottom-color: #7CCC84; background-image: url(_img/category_name/public_icon.gif); }
.oe #category_title { border-bottom-color: #A2DCEC; }
.property #category_title { border-bottom-color: #FC816F; }
.orenchi #category_title { border-bottom-color: #FDB519; }
#recruit #category_title { border-bottom-color: #FDB519; background-image: url(_img/category_name/recruit_icon.gif); }
#category_title td {
	height: 60px;
	vertical-align: middle;
}
#category_name {
	border-right: 1px dotted #0a50a1;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	white-space: nowrap;
	color: #666666;
	padding-right: 15px;
	padding-left: 30px;
}
#housing #category_name { border-right-color: #FDB519; }
#mansion #category_name { border-right-color: #7CBBDE; }
#private #category_name { border-right-color: #FB80AA; }
#public #category_name { border-right-color: #7CCC84; }
.oe #category_name { border-right-color: #A2DCEC; }
.property #category_name { border-right-color: #FC816F; }
.orenchi #category_name { border-right-color: #FDB519; }
#recruit #category_name { border-right-color: #FDB519; }
#category_subname {
	color: #333333;
	font-size: 20px;
	line-height: 1em;
	width: 100%;
	text-align: left;
	padding-right: 30px;
	padding-left: 15px;
}
/********************************************************************************************/
#container {
	margin-top: 12px;
}
#sidebar {
	width: 185px;
	vertical-align: top;
}
#content {
	vertical-align: top;
	width: 575px;
}
/********************************************************************************************/
#sidemenu {
	background: #EEEEEE;
	margin: 0px 0px 40px;
}
#sidemenu_top {
	font-size: 1px;
	line-height: 1px;
	height: 12px;
	background: url(_img/sidemenu_r_top.gif) no-repeat right top;
}
#sidemenu_middle {
}
#sidemenu_buttom {
	font-size: 1px;
	line-height: 1px;
	background: url(_img/sidemenu_r_buttom.gif) no-repeat right bottom;
	height: 12px;
	border-top: 1px solid #FFFFFF;
}
#sidemenu a:link {
	color: #333333;
}
#sidemenu a:visited {
	color: #333333;
}
#sidemenu a:hover {
	color: #7CB1E9;
}
#sidemenu .menu_item {
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 10px 7px 15px;
	border-top: 1px solid #FFFFFF;
}
#sidemenu .menu_item_active {
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 10px 7px 15px;
	color: #FFFFFF;
	background-color: #0a50a1;
	border-top: 1px solid #FFFFFF;
}
#sidemenu .submenu_item {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 32px;
	background: #D9D9D9 url(_img/bg_submenu.gif) no-repeat 20px center;
}
#sidemenu .submenu_item_active {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 32px;
	background: #999999 url(_img/bg_submenu_active.gif) no-repeat 20px center;
	color: #FFFFFF;
}
#housing #sidemenu .menu_item_active { background-color: #FDB519; }
#mansion #sidemenu .menu_item_active { background-color: #7CBBDE; }
#private #sidemenu .menu_item_active { background-color: #FB80AA; }
#public #sidemenu .menu_item_active { background-color: #7CCC84; }
.oe #sidemenu .menu_item_active { background-color: #A2DCEC; }
.property #sidemenu .menu_item_active { background-color: #FC816F; }
.orenchi #sidemenu .menu_item_active { background-color: #FDB519; }
#recruit #sidemenu .menu_item_active { background-color: #FDB519; }
/********************************************************************************************/
div#banner_slowlife, div#banner_orenchi {
	display: none;
}
/********************************************************************************************/
#content .content_title {
	margin: 8px 15px;
	font-size: 16px;
	line-height: 1em;
	padding-bottom: 3px;
	border-bottom: 1px dotted #0a50a1;
	font-weight: bold;
	color: #000000;
	padding-left: 7px;
	border-left: 7px solid #0a50a1;
	padding-top: 3px;
}
#housing #content .content_title { border-bottom-color: #FDB519; border-left-color: #FDB519; }
#mansion #content .content_title { border-bottom-color: #7CBBDE; border-left-color: #7CBBDE; }
#private #content .content_title { border-bottom-color: #FB80AA; border-left-color: #FB80AA; }
#public #content .content_title { border-bottom-color: #7CCC84; border-left-color: #7CCC84; }
#recruit #content .content_title { border-bottom-color: #FDB519; border-left-color: #FDB519; }
#content .content_top {
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	margin: 0px 20px 20px;
}
#content .content_top a:link {
	color: #3B7ECC;
	text-decoration: none;
}
#content .content_top a:visited {
	color: #3B7ECC;
	text-decoration: none;
}
#content .content_top a:hover {
	color: #7CB1E9;
	text-decoration: underline;
}
#content .content_text {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0px 20px 40px 32px;
}
#content .content_text strong {
	list-style: decimal;
	color: #000000;
	font-weight: bold;
}
#content .content_text a:link {
	color: #3B7ECC;
	text-decoration: none;
}
#content .content_text a:visited {
	color: #3B7ECC;
	text-decoration: none;
}
#content .content_text a:hover {
	color: #7CB1E9;
	text-decoration: underline;
}
#content .content_caption {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 8px 20px 8px 32px;
}
#content .content_kakomi {
	margin: 15px;
	border: 1px solid #0a50a1;
}
#housing #content .content_kakomi { border-color: #FDB519; }
#recruit #content .content_kakomi { border-color: #FDB519; }
#content .content_kakomi .content_title {
	border-bottom-style: none;
	margin: 0px 0px 4px;
}
#content .content_kakomi .content_text {
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}
#content .content_kakomi .kakomi_bottom {
	background: #F5F5F5;
	padding: 12px 15px 12px 30px;
	margin-top: 15px;
	border-top: 1px dotted #0a50a1;
}
#content .kakomi {
	border: 1px dotted #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
#recruit .content_kakomi .kakomi_bottom { border-color: #FDB519; }

#content .dotline {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
	border-top: 1px dotted #0a50a1;
}
