@charset "utf-8";
/* 全て */
* {
	margin: 0px;
	padding: 0px;
}
html, h1, h2, ul, li, div, form, img {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
	float: none;	
}
/* TAG */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
img {
	border-width: 0px;
	border-style: none;
}
hr{
	display: none;
}

#body{
	width : 750px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3366CC;
	background-image: url(img/back_bar.gif);
	background-repeat: repeat-y;
}
#header_box {
	width: 740px;
	height: 70px;
	background-image:url(img/header.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
h1{
	font-size:14px;
	line-height: 16px;
	color: #336600;
	padding: 5px;
}
#center_box{
	width: 740px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#contents_box{
	width: 540px;
	float: right;
	padding: 5px;
}
#link_navi{
	text-align: right;
	height: 16px;	
	margin-bottom: 10px;
}
#link_navi form{
	display: inline;
}
/*サイドメニューBOX*/
#sidemenu_box{
	width: 173px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top:5px;
}
#sidemenu_box a{
	display: block;
	text-decoration: none;
	color: #666666;
}
#sidemenu_box .a_deco{
	display: inline;
	text-decoration: underline;
	color: #0000FF;
}
#sidemenu_box p{
	padding: 3px 8px;
}

/*特優賃サイドメニュー*/
.side_title1{
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	background-image: url(img/sidetitle1.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-color: #999999;
}
.side_title1 strong{
	font-size: 14px;
}
.side_title1 a{
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 5px;
}
.side_title1 img{
	float: left;
}
.submenu1{
	width: 153px;
	font-size: 12px;
	margin: 5px 10px;
	padding-top: 2px;
}
.submenu1 li{
	background-image: url(img/title1_bt.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 20px;
	margin: 2px 0px;
}
.submenu1 a{
	padding-left: 18px;
}
/*UR賃貸サイドメニュー*/
.side_title2{
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	background-image: url(img/sidetitle2.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-color: #999999;
}
.side_title2 strong{
	font-size: 14px;
}
.side_title2 a{
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 5px;
}
.side_title2 img{
	float: left;
}
.submenu2{
	width: 153px;
	font-size: 12px;
	margin: 5px 10px;
	padding-top: 2px;
}
.submenu2 li{
	background-image: url(img/title2_bt.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 20px;
	margin: 2px 0px;
}
.submenu2 a{
	padding-left: 18px;
}
/*店舗お問い合わせ（サイドメニュー）*/
.shop_contact {
	background-image: url(img/shop_c_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 160px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #999999;
}
.shop_contact strong {
}
.shop_contact ul {
	text-align: left;
}
.shop_contact li {
	background-image: url(img/shop_c_bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	padding-top: 3px;
	padding-left: 8px;
	list-style-type: none;
}
/*フッターメニュー*/
#footer_link {
	width: 740px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	clear: both;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_link ul {
	padding: 5px 10px;
}
#footer_link li{
	display: inline;
	white-space: nowrap;
}
#footer_link a{
	margin-right: 15px;
}

/*お問い合わせ（フッターメニュー）*/
#footer_contact {
	background-image:url(img/footer.jpg);
	background-color: #3366CC;
	color: #FFFFFF;
	text-align: right;
	width: 740px;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer_contact li{
	display: inline;
	margin-left: 3px;
	padding-right: 2px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#footer_contact .li_end{
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	margin-right: 5px;
	padding-right: 2px;
}
#footer_contact a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer_contact a:hover{
	color: #FF9900;
	text-decoration: underline;
}
/*コピーライト*/
#copyright {
	width : 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 10px;
	line-height: 14px;
}
#copyright p{
	float: left;
}
#copyright {
	text-align: right;
}

