@charset "Shift_JIS";

/*全体構造
----------------------------------------------------------*/
* {margin:0px; padding:0px;}
html {overflow-y: scroll;}
p {line-height:190%;}
body {
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	font-size:75%;
	line-height:190%;
	color:#333333;
	background:url(../images/bg.jpg) repeat-x #f6f6dc;
	text-align:justify;/*Firefox用*/
	text-justify: inter-ideograph;/*IE用*/
}
img {border:none;}
hr {
	clear: both;
	visibility: hidden;
}
ul,
ol {list-style-position:inside;}

/*リンク
----------------------------------------------------------*/
a{outline:none;}
a:link,
a:visited {
	color:#333333;
}
a:hover {
	color:#253d8f;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*汎用
----------------------------------------------------------*/
.clear {clear:both;}
.small {font-size:90%; line-height:120%;}
.bold {font-weight:bold;}
.large {font-size:120%;}
.u-line {text-decoration:underline;}
.right {float:right;}
.left {float:left;}
.center {text-align:center;}
.t-left {text-align:left;}
.t-right {text-align:right;}
.t-top {vertical-align:top;}
.form5 {width:25px;}
.form15 {width:75px;}
.form20 {width:100px;}
.form50 {width:250px;}
.form70 {width:350px;}
.form90 {width:450px;}

/*マージン・パディング
----------------------------------------------------------*/
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pl10 {padding-left:10px;}
.pl20 {padding-left:20px;}
.pr10 {padding-right:10px;}
.pr20 {padding-right:20px;}

/*カラー
----------------------------------------------------------*/
.red {color:#990000;}
.darkgray {color:#333333;}
.gray {color:#666666;}
.lightgray {color:#eeeeee;}
.white {color:#ffffff;}
.blue {color:#253d8f;}
.lightblue {color:#cfe1e8;}
.orange {color:#FF6600;}
.yellow {color:#faf6bf;}

/*ベース
----------------------------------------------------------*/
#wrapper {
	text-align:center;
	margin:0 auto;
	width:770px;
}
#container {
	text-align:left;
	width:740px;
	padding:0px 15px;
	background:url(../images/content_bg.jpg) repeat-y;
}
#left {
	width:165px;
	background:url(../images/left_bg.jpg) repeat-y;
	float:left;
	margin-right:15px;
}
#content {
	width:560px;
	float:right;
}

/*ヘッダー
----------------------------------------------------------*/
#header {
	background:url(../images/header.jpg) no-repeat;
	height:90px;
	width:755px;
	text-align:left;
	padding-right:15px;
}
#header p,
#header-contact p {
	display:none;
}
h1 {
	width:370px;
	height:90px;
	float:left;
}
h1 a {
	display:block;
	width:370px;
	height:90px;
	background: transparent;
	text-indent:-9999px;
	text-decoration:none;
}
#header-contact {
	background:url(../images/head_contact.jpg) no-repeat;
	width:45px;
	height:44px;
	padding:28px 0px 18px 205px;
	float:right;
}
#header-contact a{
	display:block;
	width:45px;
	height:44px;
}

/*ナビ
----------------------------------------------------------*/
/*メインナビ
--------------------------*/
#navi {
	width:165px;
	height:245px;
	display:inline-block;
	margin-bottom:20px;
}
#navi ul {
	list-style:none;
}
#navi li{
	float:left;
}
#navi li a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	height:35px;
	width:165px;
}
#navi-01 a{background:url(../images/navi_01a.jpg) no-repeat;}
#navi-02 a{background:url(../images/navi_02a.jpg) no-repeat;}
#navi-03 a{background:url(../images/navi_03a.jpg) no-repeat;}
#navi-04 a{background:url(../images/navi_04a.jpg) no-repeat;}
#navi-05 a{background:url(../images/navi_05a.jpg) no-repeat;}
#navi-06 a{background:url(../images/navi_06a.jpg) no-repeat;}
#navi-07 a{background:url(../images/navi_07a.jpg) no-repeat;}

#navi-01 a:hover{background:url(../images/navi_01b.jpg) no-repeat;}
#navi-02 a:hover{background:url(../images/navi_02b.jpg) no-repeat;}
#navi-03 a:hover{background:url(../images/navi_03b.jpg) no-repeat;}
#navi-04 a:hover{background:url(../images/navi_04b.jpg) no-repeat;}
#navi-05 a:hover{background:url(../images/navi_05b.jpg) no-repeat;}
#navi-06 a:hover{background:url(../images/navi_06b.jpg) no-repeat;}
#navi-07 a:hover{background:url(../images/navi_07b.jpg) no-repeat;}

#navi-01-on a{background:url(../images/navi_01b.jpg) no-repeat;}
#navi-02-on a{background:url(../images/navi_02b.jpg) no-repeat;}
#navi-03-on a{background:url(../images/navi_03b.jpg) no-repeat;}
#navi-04-on a{background:url(../images/navi_04b.jpg) no-repeat;}
#navi-05-on a{background:url(../images/navi_05b.jpg) no-repeat;}
#navi-06-on a{background:url(../images/navi_06b.jpg) no-repeat;}
#navi-07-on a{background:url(../images/navi_07b.jpg) no-repeat;}

/*見出し
----------------------------------------------------------*/
/*h2
---------------------------*/
#p01-01 {
	display:none;
}
h2 {
	text-decoration:none;
	text-indent:-9999px;
	width:560px;
	height:90px;
	clear:both;
}
#p02-t {background:url(../images/p02_t.jpg) no-repeat;}
#p03-t {background:url(../images/p03_t.jpg) no-repeat;}
#p04-t {background:url(../images/p04_t.jpg) no-repeat;}
#p05-t {background:url(../images/p05_t.jpg) no-repeat;}
#p06-t {background:url(../images/p06_t.jpg) no-repeat;}
#p07-t {background:url(../images/p07_t.jpg) no-repeat;}

/*h3
---------------------------*/
h3 {
	text-decoration:none;
	text-indent:-9999px;
	width:560px;
	height:50px;
	clear:both;
}
#p02-01 {background:url(../images/p02_01.jpg) no-repeat;}
#p02-02 {background:url(../images/p02_02.jpg) no-repeat; margin-top:20px;}
#p02-03 {background:url(../images/p02_03.jpg) no-repeat; margin-top:20px;}
#p02-04 {background:url(../images/p02_04.jpg) no-repeat; margin-top:20px;}
#p03-01 {background:url(../images/p03_01.jpg) no-repeat;}
#p03-02 {background:url(../images/p03_02.jpg) no-repeat; margin-top:20px;}
#p03-03 {background:url(../images/p03_03.jpg) no-repeat; margin-top:20px;}
#p03-04 {background:url(../images/p03_04.jpg) no-repeat; margin-top:20px;}
#p04-01 {background:url(../images/p04_01.jpg) no-repeat;}
#p04-02 {background:url(../images/p04_02.jpg) no-repeat;}
#p04-03 {background:url(../images/p04_03.jpg) no-repeat;}
#p04-04 {background:url(../images/p04_04.jpg) no-repeat;}
#p04-05 {background:url(../images/p04_05.jpg) no-repeat;}
#p05-01 {background:url(../images/p05_01.jpg) no-repeat;}
#p05-02 {background:url(../images/p05_02.jpg) no-repeat; margin-top:20px;}
#p05-03 {background:url(../images/p05_03.jpg) no-repeat; margin-top:20px;}
#p06-01 {background:url(../images/p06_01.jpg) no-repeat;}
#p06-02 {background:url(../images/p06_02.jpg) no-repeat;}

/*01-index
----------------------------------------------------------*/
#info-bg {
	background:url(../images/info_bg.jpg) no-repeat;
	width:148px;
	height:176px;
	padding:7px 10px 7px 7px;
	margin-bottom:15px;
}
#info-table {
	background-color:#FFFFFF;
	font-size:90%;
	line-height:130%;
	width:128px;
	scrollbar-track-color: #cfe1e8;/*ベース*/
	scrollbar-face-color: #b0cdd6;/*メイン*/
	scrollbar-arrow-color: #cfe1e8;/*矢印*/
	scrollbar-highlight-color: #b0cdd6;/*中央寄りのライン*/
	scrollbar-shadow-color: #b0cdd6;/*中央寄りのライン*/
	scrollbar-3dlight-color: #cfe1e8;/*外側のライン*/
	scrollbar-darkshadow-color: #cfe1e8;/*外側のライン*/
}
#info-table .td1{
	padding-right:3px;
}
#p01-box1 {
	background:url(../images/p01_01.jpg) no-repeat;
	width:560px;
	height:94px;
	padding:40px 0px 0px 0px;
}
#p01-02-01 {
	width:192px;
	height:228px;
	background:url(../images/p01_02_01.jpg) no-repeat;
}
#p01-02-02 {
	width:186px;
	height:228px;
	background:url(../images/p01_02_02.jpg) no-repeat;
}
#p01-02-01 a{
	width:162px;
	height:108px;
	padding:120px 10px 0px 20px;
	display:block;
	line-height:130%;
	text-decoration:none;
}
#p01-02-02 a{
	width:159px;
	height:108px;
	padding:120px 15px 0px 12px;
	display:block;
	line-height:130%;
	text-decoration:none;
}
#p01-02-01 a:hover,
#p01-02-02 a:hover{
	color:#333333;
}

/*02-forrent-buy
----------------------------------------------------------*/
.p02-box1 {
	width:390px;
	float:left;
}
.p02-box2 {
	border:1px solid #ff6600;
	background-color:#faf6bf;
	padding:5px 10px;
	width:368px;
	margin:10px 0px 5px 0px;
}
.p02-box3 {
	width:560px;
}
#p02-table1 {
	width:388px;
	background-color:#eeeeee;
	border:1px #cccccc solid;
	margin:10px 0px;
}
#p02-table1 th,
#p02-table1 td {
	padding:2px 5px;
}

/*03-lease-sells
----------------------------------------------------------*/
.p03-box1 {
	width:560px;
}
.p03-box2 {
	border:1px solid #ff6600;
	background-color:#faf6bf;
	padding:5px 10px;
	width:368px;
	margin:10px 0px 5px 0px;
}

/*05-dancing
----------------------------------------------------------*/
.p05-box1 {
	width:390px;
}
.p05-box2 {
	width:560px;
}

/*06-company
----------------------------------------------------------*/
#p06-table1 {
	width:560px;
	border-collapse:collapse;
	border:1px solid #cccccc;
}
#p06-table1 th{
	border:1px solid #cccccc;
	background-color:#cfe1e8;
}
#p06-table1 td{
	border:1px solid #cccccc;
}
#p06-table1 th,
#p06-table1 td{
	padding:2px 10px;
}
#p06-table2 {
	width:250px;
	border-collapse:collapse;
}
#p06-table2 th{
	width:25%;
	border-right:3px solid #2d6496;
}
#p06-table2 td{
	width:75%;
}
#p06-table2 th,
#p06-table2 td{
	border-bottom:1px solid #cccccc;
	padding:2px 3px;
}

/*07-contact
----------------------------------------------------------*/
#p07-table1 {
	width:560px;
	border-collapse:collapse;
	border:1px solid #cccccc;
}
#p07-table1 th{
	width:25%;
	background-color:#eeeeee;
}
#p07-table1 td{
	width:75%;
}
#p07-table1 th,
#p07-table1 td{
	padding:5px 10px;
	border:1px solid #cccccc;
}
#p07-table1 .ta {
	background-color:#cfe1e8;
	border:1px #cccccc solid;
	padding:2px 5px;
}
#p07-table1 textarea {
	background-color:#cfe1e8;
	border:1px #cccccc solid;
	padding:2px 5px;
}

/*フッター
----------------------------------------------------------*/
#footerlink {
	width:740px;
	text-align:center;
	padding:20px 0px;
	clear:both;
	font-size:90%;
}
#footerlink ul{
	list-style:none;
}
#footerlink li{
	display:inline;
	border-right:1px solid #cccccc;
}
#footerlink #end {
	border-right-style:none;
}
#footerlink a {
	margin: 0px 3px 0px 6px;
}
#footerlink a:link,
#footerlink a:visited {
	text-decoration: none;
}
#footerlink a:hover {
	text-decoration: underline;
}
#footer {
	text-align:center;
	background:url(../images/footer.jpg) no-repeat;
	width:770px;
	height:90px;
}
#footer p{
	display:none;
}