@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【common】*/
/*-----------------------------------------------------------------------*/
* {
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

html {
	overflow-y:scroll;
}

body, th, td {
	font-size:12px;
	color:#333333;
}

hr {
	display:none;
}
img {
	border:0px;
}

form {
	margin:0px;
	padding:0px;
	display:inline;
}

/*-----------------------------------------------------------------------*/
/*【link】*/
/*-----------------------------------------------------------------------*/
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#ff5000;
	text-decoration:underline;
}

/*-----------------------------------------------------------------------*/
/*【layout】*/
/*-----------------------------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
}
#body {
	margin:0 auto;
	width:848px;
}
#navi,#main-side-contents,#footer {
	clear:both;
}
#main-contents {
	margin-top:10px;
	margin-bottom:10px;
}
#main-contents-inner-top {
	margin-left:9px;
	margin-right:9px;
}
#main-contents-inner {
	margin-left:29px;
	margin-right:29px;
}

/*-----------------------------------------------------------------------*/
/*【body】*/
/*-----------------------------------------------------------------------*/
body {
	background:#eeeeee;
}
#body {
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	background:#ffffff;
}

/*-----------------------------------------------------------------------*/
/*【header】*/
/*-----------------------------------------------------------------------*/
#header {
	background:url("../user/header.png")  no-repeat;
	height:80px;
}
/*read*/
#header-read {
	padding-top:3px;
	padding-left:5px;
}
/*logo*/
#header h1 {
	float:left;
	width:350px;
	height:65px;
	margin:0px;
	padding:0px;
}
#header h1 a {
	display:block;
	width:350px;
	height:65px;
}
#header h1 a span {
	display:none;
}

/*header navi*/
#header-navi {
	float:right;
	margin-top:45px;
	padding-right:9px;
}
#header-navi ul {
	margin:0px;
	padding:0px;
}
#header-navi ul li {
	float:right;
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:6px;
	list-style:none;
	background:url("../image/header-navi-list.png") no-repeat;
}

/*-----------------------------------------------------------------------*/
/*【footer】*/
/*-----------------------------------------------------------------------*/
#footer {
	background:url("../image/footer.png")  no-repeat;
	background-position:bottom;
	height:40px;
}
#footer address {
	padding-top:20px;
	text-align:center;
	font-style:normal;
	font-size:10px;
}

/*-----------------------------------------------------------------------*/
/*【navi】*/
/*-----------------------------------------------------------------------*/
#navi {
	margin-bottom:0px;
	height:40px;
	background:url("../image/navi.png") no-repeat;
}
#navi ul {
	margin:0px;
	padding:0px;
	margin-left:29px;
}
#navi ul li {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
#navi ul li a {
	display:block;
	width:132px;
	height:40px;
	background:url("../image/navi.png") no-repeat;
	overflow:hidden;
}

#navi ul li#navi-home a {
	background-position:-29px 0px;
}
#navi ul li#navi-home a:hover {
	background-position:-29px -40px;
}
#navi ul li#navi-rent a {
	background-position:-161px 0px;
}
#navi ul li#navi-rent a:hover {
	background-position:-161px -40px;
}
#navi ul li#navi-buy a {
	background-position:-293px 0px;
}
#navi ul li#navi-buy a:hover {
	background-position:-293px -40px;
}
#navi ul li#navi-about a {
	background-position:-425px 0px;
}
#navi ul li#navi-about a:hover {
	background-position:-425px -40px;
}
#navi ul li#navi-link a {
	background-position:-557px 0px;
}
#navi ul li#navi-link a:hover {
	background-position:-557px -40px;
}
#navi ul li#navi-inquiry a {
	background-position:-689px 0px;
}
#navi ul li#navi-inquiry a:hover {
	background-position:-689px -40px;
}

#navi ul li a span {
	display:none;
}

/*-----------------------------------------------------------------------*/
/*【top layout】*/
/*-----------------------------------------------------------------------*/
#top-main {
	float:left;
	width:630px;
	margin-top:10px;
}
#top-main-inner {
	margin-right:10px;
}
#top-side {
	float:left;
	width:200px;
	margin-top:10px;
}

/*-----------------------------------------------------------------------*/
/*【top mainvisual】*/
/*-----------------------------------------------------------------------*/
#mainvisual {
	width:830px;
	height:300px;
	background:url("../user/mainvisual.png") no-repeat;
}

/*-----------------------------------------------------------------------*/
/*【top message】*/
/*-----------------------------------------------------------------------*/
p#top-message1,
p#top-message2 {
	line-height:130%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
p#top-message1 {
	font-weight:bold;
}

/*-----------------------------------------------------------------------*/
/*【top rent buy box】*/
/*-----------------------------------------------------------------------*/
#top-rent {
	float:left;
	width:303px;
	margin-bottom:10px;
	border:1px solid #ed9016;
}
#top-buy {
	float:right;
	width:303px;
	margin-bottom:10px;
	border:1px solid #047700;
}

#top-rent h2,
#top-buy h2 {
	margin:0px;
	padding:0px;
	height:40px;
	border:none;
}
#top-rent h2 {
	background:url("../image/top-rent-title.png") no-repeat;
}
#top-buy h2 {
	background:url("../image/top-buy-title.png") no-repeat;
}
#top-rent h2 span,
#top-buy h2 span {
	display:none;
}
#top-rent ul,
#top-buy ul {
	margin:0px;
	padding:0px;
	margin-left:20px;
}
#top-rent ul li,
#top-buy ul li {
	float:left;
	font-size:14px;
	white-space:nowrap;
	list-style:none;
	background:url("../image/forward.png") no-repeat;
	background-position: left center;
}
#top-rent ul li a,
#top-buy ul li a {
	display:block;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:10px;
	margin-right:25px;
}

#top-rent-buy {zoom:1;}
#top-rent-buy:after {content:".";height:0;display:block;visibility:hidden;clear:both;}

/*-----------------------------------------------------------------------*/
/*【top link box】*/
/*-----------------------------------------------------------------------*/
#top-link {
	font-size:11px;
	margin-top:10px;
}

/*-----------------------------------------------------------------------*/
/*【top side bannar】*/
/*-----------------------------------------------------------------------*/
#top-side-bannar {
	margin-bottom:10px;
}
#top-side-bannar ul {
	margin:0px;
	padding:0px;
}
#top-side-bannar ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:10px;
}
#top-side-bannar ul li a {
	display:block;
	width:200px;
	height:90px;
}
#top-side-bannar ul li#top-side-bannar-map {
	background:url("../image/bannar-map.png") no-repeat;
}
#top-side-bannar ul li#top-side-bannar-contact {
	background:url("../image/bannar-contact.png") no-repeat;
}
#top-side-bannar ul li a span {
	display:none;
}

/*-----------------------------------------------------------------------*/
/*【top side address】*/
/*-----------------------------------------------------------------------*/
#top-side-address {
	line-height:130%;
}
#top-side-address h2 {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	border:none;
	background:none;
}

/*-----------------------------------------------------------------------*/
/*【page title】*/
/*-----------------------------------------------------------------------*/
h2#page-title {
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
	height:30px;
	overflow:hidden;
	background: url("../image/page-title.png") repeat-x;
}
h2#page-title span {
	display:block;
	padding:6px 0px 0px 15px;
}

h3 {
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:4px;
	border-bottom:1px dashed #b3b3b3;
	font-size:14px;
}

/*-----------------------------------------------------------------------*/
/*【page】*/
/*-----------------------------------------------------------------------*/
p {
	margin-left:12px;
	line-height:130%;
}
p.description {
	margin-left:0px;
}

/*-----------------------------------------------------------------------*/
/*【list】*/
/*-----------------------------------------------------------------------*/
table.list {
	border-collapse:collapse;
	empty-cells:show;
	border-left:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	width:100%;
	margin-bottom:20px;
}
table.list caption {
	padding:0px 10px 5px 0px;
	text-align:right;
}
table.list th {
	padding:5px;
	border:1px solid #b3b3b3;
	text-align:center;
	font-weight:normal;
	line-height:160%;
	background:#a8d8f0;
}

table.list th a {
	color:#0000ff;
}
table.list th a:hover {
	color:#09397B;
}
table.list th span.sort-up,
table.list th span.sort-down {
	font-size:10px;
	font-weight:normal;
	color:#ff0084;
	margin-left:3px;
	margin-right:3px;
}

table.list td {
	padding:5px;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	line-height:160%;
}
table.list tr.item1 td {
	background-color:#ffffff;
}
table.list tr.item2 td {
	background-color:#e2e2e2;
}
table.list td span.imageexist {
	display:block;
	text-align:center;
	color:#3873bb;
}
span.cyumoku {
	font-weight:bold;
	color:#cc0000;
}

p.nodata {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}
.addresslink {
	color:#333333;
	text-decoration:none;
}

/*rent*/
table.list td.r1 {
	width:50px;
	text-align:center;
}
table.list td.r2 {
}
table.list td.r3 {
}
table.list td.r4 {
	text-align:right;
}
table.list td.r5 {
	text-align:right;
}
table.list td.r6 {
	text-align:right;
}
table.list td.r7 {
	text-align:center;
}
table.list td.r8 {
}
table.list td.r9 {
	width:40px;
	text-align:center;
}

/*buy*/
table.list td.b1 {
	width:50px;
	text-align:center;
}
table.list td.b2 {
}
table.list td.b3 {
}
table.list td.b4 {
	text-align:right;
}
table.list td.b5 {
	text-align:center;
}
table.list td.b6 {
	text-align:right;
}
table.list td.b7 {
}
table.list td.b8 {
	width:40px;
	text-align:center;
}

/*search*/
#search {
	vertical-align:top;
	margin-bottom:20px;
}
.search-btn {
	margin:0px;
	padding:0px;
	margin-left:5px;
}

/*page*/
.page-box,
.page-box2 {
	margin-bottom:15px;
}
*html .page-box { /*IE6*/
	margin-bottom:20px;
}
*+html .page-box { /*IE7*/
	margin-bottom:20px;
}
.page-num {
	float:left;
	width:200px;
}
.page-total {
	font-weight:bold;
	font-size:18px;
	color:#ff0084;
	margin-right:3px;
}
.page-span {
	margin-left:5px;
	font-weight:bold;
}
.page-navi,
.page-navi-all {
	float:right;
	width:550px;
	margin:0;
	position:relative;
}
.page-navi-all {
	text-align:right;
}
.page-navi-all span {
	margin-left:2px;
}
.page-navi-all span.nowpage {
	font-weight:bold;
}
.page-box2 .page-navi,
.page-box2 .page-navi-all {
	width:100%;
}
.page-navi ul {
	margin:0px;
	padding:0px;
	position:absolute;
	right:0;
}

.page-navi ul li {
	float:left;
	margin:0px;
	margin-left:5px;
	padding:0px;
	list-style:none;
	background:#ffffff;
	border:1px solid #c4c4c4;
}
.page-navi ul li a {
	margin:0px;
	padding:0px;
	display:block;
	text-decoration:none;
	color:#0063dc;
}
.page-navi ul li.nowpage {
	margin:0px;
	margin-left:5px;
	padding:0px;
	color:#ff0084;
	font-weight:bold;
}
.page-navi ul li a ,
.page-navi ul li.nowpage {
	padding-left:8px;
	padding-right:8px;
	line-height:150%;
}

.page-box2 .page-navi ul li a,
.page-box2 .page-navi ul li.nowpage {
	padding-top:2px;
}
*html .page-box2 .page-navi ul li a, /*IE6*/
*html .page-box2 .page-navi ul li.nowpage {
	padding-top:0px;
}
*+html .page-box2 .page-navi ul li a, /*IE7*/
*+html .page-box2 .page-navi ul li.nowpage {
	padding-top:0px;
}

.page-navi{zoom:1;}
.page-navi:after {content:".";height:0;display:block;visibility:hidden;clear:both;}

.page-box{zoom:1;}
.page-box:after {content:".";height:0;display:block;visibility:hidden;clear:both;}
.page-box2{zoom:1;}
.page-box2:after {content:".";height:0;display:block;visibility:hidden;clear:both;}

/*-----------------------------------------------------------------------*/
/*【detail】*/
/*-----------------------------------------------------------------------*/
.detail-box1,
.detail-box2,
.detail-box12,
.detail-box3 {
	float:left;
	width:250px;
}
.detail-box12 {
	width:520px;
}
.detail-box1,
.detail-box2,
.detail-box12 {
	margin-right:20px;
}

table.detail {
	border-collapse:collapse;
	empty-cells:show;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	width:100%;
	margin-bottom:20px;
}
table.detail th,
table.detail td {
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
}
table.detail th {
	padding:10px;
	text-align:left;
	font-weight:normal;
	background-color:#e2e2e2;
	width:80px;
}

table.detail th.t {
	width:50px;
}
table.detail th.total {
	text-align:right;
}
table.detail td {
	padding:10px;
}
table.detail td.businfo {
	width:230px;
}
table.detail td.money {
	text-align:right;
}

.subtitle {
	margin-left:-1px;
	padding:10px;
	text-align:center;
	font-weight:normal;
	background:#a8d8f0;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
}
*html .subtitle { /*IE6*/
	margin-left:0px;
}
*+html .subtitle { /*IE7*/
	margin-left:0px;
}

#detail-image {
	margin-bottom:20px;
	text-align:center;
}
#detailmap {
	width:788px;
	height:500px;
	border:1px solid #dcdcdc;
}

.detail-button {
	margin-bottom:10px;
	text-align:right;
}
.detail-button img {
	margin-left:10px;
}

.detail-contents{zoom:1;}
.detail-contents:after {content:".";height:0;display:block;visibility:hidden;clear:both;}

/*-----------------------------------------------------------------------*/
/*【link】*/
/*-----------------------------------------------------------------------*/
.link-box1,
.link-box2,
.link-box3 {
	float:left;
	width:250px;
}
.link-box1,
.link-box2 {
	margin-right:20px;
}

.link-contents ul {
	margin:0px;
	padding:0px;
}
.link-contents ul li {
	line-height:160%;
	margin-left:50px;
}
.link-contents ul li.link-title {
	list-style:none;
	margin-top:20px;
	margin-bottom:5px;
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#055A78;
}
.link-contents ul li a {
}

.link-contents{zoom:1;}
.link-contents:after {content:".";height:0;display:block;visibility:hidden;clear:both;}

/*-----------------------------------------------------------------------*/
/*【about】*/
/*-----------------------------------------------------------------------*/
table#about-table {
	border-collapse:collapse;
	width:530px;
	float:left;
}
table#about-table-only {
	border-collapse:collapse;
	width:790px;
}
table#about-table th,
table#about-table-only th {
	padding:5px 10px 5px 10px;
	border-bottom:1px dashed #b3b3b3;
	text-align:right;
	font-weight:bold;
	width:100px;
	color:#055A78;
}
table#about-table td,
table#about-table-only td {
	padding:10px 10px 10px 10px;
	border-bottom:1px dashed #b3b3b3;
}

#about-image {
	float:right;
	width:240;
}
#about-image img {
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}
#about-contents-image {zoom:1;}
#about-contents-image:after {content:".";height:0;display:block;visibility:hidden;clear:both;}


#aboutmap {
	margin-top:20px;
	border:1px solid #dcdcdc;
}
#map {
	width:788px;
	height:500px;
}

#aboutmymap {
	margin-top:20px;
}
#mymap {
	text-align:center;
}
#maplink {
	padding-top:10px;
	text-align:center;
}

/*-----------------------------------------------------------------------*/
/*【inquiry】*/
/*-----------------------------------------------------------------------*/
#inquiry_form {

	margin:0px auto;

	width:670px;
}
table#inquiry-table {
	border-collapse:collapse;
}
table#inquiry-table th {
	padding:5px 10px 5px 10px;
	border-bottom:1px dashed #b3b3b3;
	text-align:right;
	font-weight:bold;
	color:#055A78;
	width:115px;
}
table#inquiry-table td {
	width:500px;
	padding:10px 10px 10px 10px;
	border-bottom:1px dashed #b3b3b3;
}
#inquiry-button {
	text-align:center;
}
#inquiry_form em {
	font-weight:bold;
	font-style:normal;
	color:#cc0000;
}
.error {
	font-weight:bold;
	color:#ff0000;
}

#inquiry_form #name {
	width:200px;
}
#inquiry_form #mail {
	width:300px;
}
#inquiry_form #tel,
#inquiry_form #fax {
	width:100px;
}
#inquiry_form #comment {
	width:500px;
}

#inquiry_form #thanks1 {
	font-size:16px;
	font-weight:bold;
}

#inquiry-tel,
#inquiry-fax {
	margin-left:20px;
	font-weight:bold;
}
#inquiry-tel span,
#inquiry-fax span {
	font-size:16px;
	color:#3874bc;
}

.input_kanji {
	ime-mode: active;
}
.input_ank {
	ime-mode: inactive;
}
.input_ankonly {
	ime-mode: disabled;
}

/*-----------------------------------------------------------------------*/
/*【acclog】*/
/*-----------------------------------------------------------------------*/
#acclog {
	display:none;
}

