@charset "EUC-JP";
/*-----------------------------------------------*/
/*----- 	style.css 目次					-----*/
/*-----		2007/01/24 Ver.1.0				-----*/
/*-----------------------------------------------*/
/*----- 	1.全体構造						-----*/
/*----- 	2.レイアウト					-----*/
/*----- 	3.リスト						-----*/
/*----- 	4.本文							-----*/
/*----- 	5.見出し						-----*/
/*----- 	6.リンク						-----*/
/*----- 	7.画像							-----*/
/*----- 	8.テーブル						-----*/
/*----- 	9.フォーム						-----*/
/*----- 	10.共通							----*/
/*-----------------------------------------------*/


/*===============	1.全体構造	=================*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 12px;
	line-height:1.4;
	color:#000000;
}

#wrapper {
	width: 710px;		/*-- コンテンツ領域幅:900px マージン上下10px左右50px --*/
	margin: 0 auto;	/*-- 標準ブラウザー用のボックス要素センタリング --*/
	text-align: left;	/*-- 標準ブラウザー用のテキスト左寄せ --*/
}

/*-- Windows版IE5用対策 START --*/
/*-- Mac版IE5は次の行を無視 \*/
*html.wrapper { height: 1% }
/*-- Windows版IE5用対策   END --*/

#header {
	width: 700px;
	background-color:#FFFFFF;
	margin: 30px 0 0 0;
	padding: 0;
}

#header #logo {
	margin: 6px 0 0 15px;
}

#header ul#headernavi {

	margin-top: -19px;
	/*\*/
	height: auto;
	text-align: right;
	/**/
    padding-bottom: 0px;
	display: block;
	/* \*//*/
	margin-left: 300px;
	/* */
}

#contents {
	overflow: hidden;
	background: url(img/bg.jpg) repeat-y center top;
}
#mainContents {
	width: 700px;
}

ul#gnavi {
	height: 18px;
	margin: 0 0 1px 0;
	padding: 0;
	background-color:#666666;
}

ul#navi {
	height: 40px;
	margin: 0 0 0px 0;
	padding: 0 0 0 30px;
	background: url(img/bg_navi.jpg) no-repeat center top;
}

#main_bg {
	clear: both;
	margin: 0;
	padding: 0;
	background: url(img/bg_main.jpg) repeat-y left top;
}

#main {
	margin: 0;
	padding: 0;
	background: url(img/bg_maintop.jpg) no-repeat left top;
	min-height:1%;
}

#textBox {
	padding:30px;
	min-height:1%;
}

#left {
	width: 60%;
	float: left;
}

#right {
	width: 40%;
	float: right;
}





#footer {
	clear: both;
	margin: 0 0 20px 0;
	padding: 20px 10px 0 0;
	height:40px;
	color: #666666;
	text-align: right;
	background: url(img/bg_footer.jpg) no-repeat center top;
}

/*===============	2.レイアウト	=================*/

#news {
	margin: 0 20px 0 0;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	height: 209px;
}

#news .textbox {
	padding:10px 5px 5px 10px;
	height: auto;
}

#news_retail {
	margin: 0;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	height: 209px;
}

#news_retail .textbox {
	padding:10px 5px 5px 10px;
	text-align:left;
	height: auto;
}


#pickup {
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	height: auto;
}

#pickup .textbox {
	padding:10px;
	height: auto;
}
#pickup .textbox_retail {
	background: url(img/retail/bg_02.jpg) no-repeat right top;
	padding:10px;
	height: auto;
}
#pickup .textbox_residence {
	background: url(img/residence/bg_02.jpg) no-repeat right top;
	padding:10px;
	height: auto;
}
#search {
	margin: 0 0 0 0;
	padding-top:20px;
	background-color:#FFFFFF;
}

#search .textbox {
	background: url(img/office/bg_03.jpg) no-repeat right top;
	padding:10px;
	border:solid 1px #CCCCCC;
	min-height:1%;

}
#search .textbox_retail {
	background: url(img/retail/bg_03.jpg) no-repeat right top;
	padding:10px;
	border:solid 1px #CCCCCC;
	min-height:1%;

}
#search .textbox_residence {
	background: url(img/residence/bg_03.jpg) no-repeat right top;
	padding:10px;
	border:solid 1px #CCCCCC;
	min-height:1%;

}
/*-- 検索結果ページ --*/
#textBox_kensaku {
	padding:25px 26px 30px 26px;
}
div.pankuzu { color:#FFFFFF; padding: 0 0 10px; margin:0; text-align:right; float:right;}
div.pankuzu ul li { float:left; }
div.pankuzu ul li.text { padding:3px 12px 0; }
div.pankuzu span{ color:#FF9900; padding:0 10px 0 0;}
div.pankuzu a:link, div.pankuzu a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
div.pankuzu img.back { float:right; }
div.pankuzu a:hover, div.pankuzu a:active {
	text-decoration: underline;
}
#kensaku {
	clear:both;
	margin:0;
}
#kensaku .textbox {
	background-color:#FFFFFF;
	padding:13px;
	border:solid 1px #CCCCCC;
}
#kensaku table.kensaku_box{
	width:620px;
	margin-bottom:10px;
}
#kensaku table th.kensaku_box{
	font-size:16px;
	text-align:left;
	background-color:#CCCCCC;
	padding:5px;
	border:solid 1px #999999;
}
#kensaku table th.kensaku_box span { 
	float:left;
}
#kensaku table td.kensaku_box{
	background-color:#EEEEEE;
	padding:10px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
#kensaku table.kensaku_office {
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
#kensaku table.kensaku_office th{
	width:20%;
	font-size:12px;
	color:#ffffff;
	background-color:#000;
	padding:3px;
	border-top:1px solid #999999;
	text-align:center;
}
#kensaku table.kensaku_office td{
	width:30%;
	background-color:#FFF;
	padding:3px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-top:solid 1px #999999;
}
#kensaku table.kensaku_retail {
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
#kensaku table.kensaku_retail th{
	width:20%;
	font-size:12px;
	color:#ffffff;
	background-color:#000;
	padding:3px;
	border-top:1px solid #999999;
	text-align:center;
}
#kensaku table.kensaku_retail td{
	width:30%;
	background-color:#FFF;
	padding:3px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-top:solid 1px #999999;
}
#kensaku table.kensaku_residence {
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
#kensaku table.kensaku_residence th{
	width:20%;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	padding:3px;
	border-top:solid 1px #999999;
	text-align:center;
}
#kensaku table.kensaku_residence td{
	width:30%;
	background-color:#FFF;
	padding:3px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-top:solid 1px #999999;
}
/*-- 詳細情報ページ --*/
#left_shosai {
	width: 314px;
	float: left;
}

#right_shosai {
	width: 314px;
	float: right;
}
#gaikan {
	margin-bottom: 10px;
	background-color:#FFFFFF;
}

#gaikan .textbox {
	padding:6px;
	border: 1px solid #CCCCCC;
}
#bukken {
	margin-bottom: 10px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#bukken table{
	padding:0;
	width:312px;
}
#bukken table th {
	padding:3px;
	background-color:#E4E4E4;
	font-weight:normal;
	width:23%;
	text-align:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#bukken table td {
	padding:3px;
	background-color:#FFF;
	width:80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#shozaichi {
	margin-bottom: 10px;
	background-color:#FFFFFF;
}

#shozaichi .textbox {
	padding:10px 5px 5px 10px;
	text-align:center;
	border: 1px solid #CCCCCC;
}
#shozaichi .textbox img {
	padding-bottom:5px;
}
td.contact a,td.contact a:link,td.contact a:visited, td.contact a:active { color:#0000FF; text-decoration:underline;}
td.contact a:hover { color:#0000FF; text-decoration:none;}

#point {
	margin-bottom: 10px;
	background-color:#FFFFFF;
}

#point .textbox {
	padding:5px;
	border: 1px solid #CCCCCC;
}

#point .text {height:100px; 
	border:0px; 
	overflow:auto; 
	overflow-x:hidden; 
	margin-left:0px;
	padding:5px;
	line-height:1.5;
}
#boshu {
	margin-bottom: 10px;
	background-color:#FFFFFF;
}
#boshu .textbox {height:350px; 
	border:1px solid #CCCCCC; 
	overflow:auto; 
	overflow-x:hidden; 
	margin-left:0px;
	padding:0;
	line-height:1.5;
}
#boshu table{
	padding:0;
}
#boshu table th {
	padding:3px;
	background-color:#E4E4E4;
	font-weight:normal;
	width:5%;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#boshu table td {
	padding:3px;
	background-color:#FFF;
	width:25%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}





/*===============	3.リスト	=================*/

/* 共通 */
ul {
	margin: 0 0 8px 5px;
	padding: 0;
	list-style-type: none;
}
ul li {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	list-style-type:none;
}

dl dt {
	color: #333333;
	font-weight:bold;
	font-size: 100%;
}

dl dd a {
	list-style-type:none;
	text-align:right;
	margin-bottom:6px;

	padding-left: 4px;
	color:#0E4F1B;
	font-weight:bold;
}
dl dd a:link, dl dd a:visited, dl dd a:hover, dl dd a:active{
	color:#0E4F1B;
	font-weight:bold;
}
dl dd a:hover, dl dd a:active{
	text-decoration:underline;
}
dl dd.residence a {
	background: url(img/arrow_black.gif) no-repeat left top;
	color:#0E4F1B;
}
dl dd.retail a {
	background: url(img/arrow_black.gif) no-repeat left top;
	color:#0E4F1B;
}


/* グローバルナビゲーション */
ul#gnavi li {
	float: left;
}

/* メインナビゲーション */
ul#navi li {
	float: left;
}




/*================	4.本文		=================*/
p {
	margin:0;
	padding:0;
}



/*===============	5.見出し	=================*/

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	clear: both;
}

h2 {
	clear: both;
}

h3 {
	clear: both;
	background: url(img/bg_subttl.gif) repeat-x 0 0;
	border-bottom:solid 1px #CCCCCC;
}
h3.residence {
	background: url(img/bg_subttl.gif) repeat-x 0 0;
}
h3.retail {
	background: url(img/bg_subttl.gif) repeat-x 0 0;
}

h3.none {
	border-top-width: 1px;
	border-bottom-width: 0;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h3.ttl { 
	font-size:18px; 
	font-weight:bold; 
	color:#FFFFFF; 
	line-height:20px; 
	background: url(img/arrow_ttl.gif) no-repeat left 2px; 
	margin:0 ;
	padding:0 0 15px 20px; 
	border-bottom:0;
	}
h3.ttl_left { 
	float:left;
	}

h4 {
	background: #FFF url(img/arrow_black.gif) no-repeat 0 50%;
	padding:0px 0 0 15px;
	font-size:12px;
	font-weight:normal;
}
h4.residence {
	background: #FFF url(img/arrow_black.gif) no-repeat 0 50%;
}
h4.retail {
	background: #FFF url(img/arrow_black.gif) no-repeat 0 50%;
}
h4.kensaku_office {
	clear: both;
	background: url(img/bg_subttl.gif) repeat-x 0 0;
	height:28px;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h4.kensaku_retail {
	clear: both;
	background: url(img/bg_subttl.gif) repeat-x 0 0;
	height:28px;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h4.kensaku_residence {
	clear: both;
	background: url(img/bg_subttl.gif) repeat-x 0 0;
	height:28px;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h4.gray {	
	background: url(img/bg_subttl_gray.gif) repeat-x 0 0;
}


/*===============	6.リンク	=================*/
/* 共通 */
a:link, a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover, a:active {
	text-decoration: underline;
}

/* ヘッダーナビゲーション */
#headernavi li {
	color: #666;
	background-color: #FFF;
	list-style: none;
	display: inline;
	margin-left: 0px;
	font-size: 85%;
	vertical-align:middle;
}

#headernavi li form, #headernavi li img {
	display: inline;
	padding-left: 5px;
	vertical-align:middle;
}
#headernavi li form input {
	padding: 0px 5px 4px 5px;
	vertical-align:middle;
}

/* グローバルナビゲーション */
ul#gnavi li a {
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	height: 19px;
	border-right:solid 1px #FFFFFF;
}
/* 01 */
ul#gnavi li#menu01 a:link, ul#gnavi li#menu01 a:visited{
	background: url(img/menu01.gif) 0 0 no-repeat;
	width: 45px;
}
ul#gnavi li#menu01 a:hover, ul#gnavi li#menu01 a:active{
	background: url(img/menu01_o.gif) 0 0 no-repeat;
	width: 45px;
}
/* 02 */
ul#gnavi li#menu02 a:link, ul#gnavi li#menu02 a:visited{
	background: url(img/menu02.gif) 0 0 no-repeat;
	width: 53px;
}
ul#gnavi li#menu02 a:hover, ul#gnavi li#menu02 a:active{
	background: url(img/menu02_o.gif) 0 0 no-repeat;
	width: 53px;
}
/* 03 */
ul#gnavi li#menu03 a:link, ul#gnavi li#menu03 a:visited{
	background: url(img/menu03.gif) 0 0 no-repeat;
	width: 53px;
}
ul#gnavi li#menu03 a:hover, ul#gnavi li#menu03 a:active{
	background: url(img/menu03_o.gif) 0 0 no-repeat;
	width: 53px;
}
/* 04 */
ul#gnavi li#menu04 a:link, ul#gnavi li#menu04 a:visited{
	background: url(img/menu04.gif) 0 0 no-repeat;
	width: 53px;
}
ul#gnavi li#menu04 a:hover, ul#gnavi li#menu04 a:active{
	background: url(img/menu04_o.gif) 0 0 no-repeat;
	width: 53px;
}
/* 05 */
ul#gnavi li#menu05 a:link, ul#gnavi li#menu05 a:visited{
	background: url(img/menu05.gif) 0 0 no-repeat;
	width: 53px;
}
ul#gnavi li#menu05 a:hover, ul#gnavi li#menu05 a:active{
	background: url(img/menu05_o.gif) 0 0 no-repeat;
	width: 53px;
}
/* 06 */
ul#gnavi li#menu06 a:link, ul#gnavi li#menu06 a:visited{
	background: url(img/menu06.gif) 0 0 no-repeat;
	width: 53px;
}
ul#gnavi li#menu06 a:hover, ul#gnavi li#menu06 a:active{
	background: url(img/menu06_o.gif) 0 0 no-repeat;
	width: 53px;
}
/* 07 */
ul#gnavi li#menu07 a:link, ul#gnavi li#menu07 a:visited{
	background: url(img/menu07.gif) 0 0 no-repeat;
	width: 53px;
}
ul#gnavi li#menu07 a:hover, ul#gnavi li#menu07 a:active{
	background: url(img/menu07_o.gif) 0 0 no-repeat;
	width: 53px;
}
/* 08 */
ul#gnavi li#menu08 a:link, ul#gnavi li#menu08 a:visited{
	background: url(img/menu08.gif) 0 0 no-repeat;
	width: 74px;
}
ul#gnavi li#menu08 a:hover, ul#gnavi li#menu08 a:active{
	background: url(img/menu08_o.gif) 0 0 no-repeat;
	width: 74px;
}

/* メインナビゲーション */

ul#navi li a {
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	height: 39px;
}

/* 01 */
ul#navi li#navi01 a:link, ul#navi li#navi01 a:visited{
	background: url(img/navi01.jpg) no-repeat;
	width: 212px;
}
ul#navi li#navi01 a:hover, ul#navi li#navi01 a:active{
	background: url(img/navi01_o.jpg) no-repeat;
	width: 212px;
}
/* 02 */
ul#navi li#navi02 a:link, ul#navi li#navi02 a:visited{
	background: url(img/navi02.jpg) no-repeat;
	width: 212px;
}
ul#navi li#navi02 a:hover, ul#navi li#navi02 a:active{
	background: url(img/navi02_o.jpg) no-repeat;
	width: 212px;
}
/* 03 */
ul#navi li#navi03 a:link, ul#navi li#navi03 a:visited{
	background: url(img/navi03.jpg) no-repeat;
	width: 212px;
}
ul#navi li#navi03 a:hover, ul#navi li#navi03 a:active{
	background: url(img/navi03_o.jpg) no-repeat;
	width: 212px;
}
/* 04 */
a.ore:link, a.ore:visited {
	text-decoration: underline;
	color: #FF6600;
}
a .ore :hover, a.ore:active{
	text-decoration: none;
	color: #FF6600;
}


/*===============	7.画像		=================*/
img {
	vertical-align: bottom;		/*-- remove space by default baseline  --*/
	border-style: none;
}

img.left  {
	margin: 0 5px 10px 0;
	border: solid 1px #000000;
}
img.left_grey  {
	margin: 0 15px 10px 0;
	border: solid 1px #999999;
}
img.right  {
	float:right;
}

/*===============	8.テーブル	=================*/
table {
	margin: 0;
	padding: 0;
}

table.border {
	border-bottom: dotted 1px #CCCCCC ;
	width:100%;
}

/*===============	9.フォーム	=================*/
form { margin:0; padding:0;}
form input.btn {
	float:right;
	margin-top:10px;
}
form input.btn_shosai {
	float:right;
	margin-top:0;
}

/* -----2007/08/05 added-----  */
form img.btn_shosai {
	float:right;
	margin-top:0;
}

/*=============	13.共通 ==============*/
.clear {
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline;
	}

/* \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* */
