@charset "utf-8";
/*/////////////////////////////////////////////////////////
(1)：初期設定
(2)：フォント
(3)：リンク
(4)：高さ・線の設定
(5)：フォーム
(6)：テーブル
(7)：サイト全体で共通の設定
 L7-1:ヘッダーのSEO設定（h1,h2）
 L7-2:ヘッダー設定
 L7-3:グローバルナビゲーション設定
 L7-4：パンくずリスト(2階層目から設定）
 L7-5:コンテンツ設定
 L7-6:フッター設定
(8)：各ページの設定
 Lサイトマップ
 Lリンクの貼り方
 L利用例
 L利点と注意点
 Lトランクルーム・レンタル倉庫とは
 LTOPページのコンテンツ部分
 L物件一覧ページ（動的ページ）
 L共通仕様セレクタ

/////////////////////////////////////////////////////////*/

/* -----------------------------------------------------
▼(1)：初期設定▼
----------------------------------------------------- */
body{
	margin:0px;
	padding:0px;
	background:#ffffff;
	text-align:center;
	line-height:1.4;
	font-size:13px;
	color:#666666;
}
*{
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
h1,h2,h3,h4,h5,h6,div,ul,ol,li,dl,dt,dd,form,address{
	margin:0px;
	padding:0px;
}
ul{
	list-style:none;
}
address{
	margin:0px 0px 20px 0px;
}
hr{
	display:none;
}
/*======================================================
 画像指定
======================================================*/
img{
     border:0px;
}
img.border{
	border:1px solid #E0E0E0;
	vertical-align:bottom; /* FireFoxで表示される画像下部分の余白を取る設定 */
}
/*======================================================
クリア指定
======================================================*/
br.clear {
	margin:0px;
	padding:0px;
	clear:both;
	font-size:0px;
	line-height:0px;
}
/* -----------------------------------------------------
▼(2):フォント▼
----------------------------------------------------- */
.small{
	font-size:11px;
}
.normal{
	font-size:13px;
}
.large{
	font-size:15px;
}
strong{
	font-weight:normal;
}
/* -----------------------------------------------------
▼(3):リンク(基本)▼
----------------------------------------------------- */
a{
	text-decoration:none;
}
a:link{
	color:#666666;
}
a:visited{
	color:#666666;
}
a:hover{
	color:#F39403;
}
a:active{
	color:#F39403;
}
/* -----------------------------------------------------
▼(4):高さ・線の設定▼
----------------------------------------------------- */
.mBottom10{
	margin:0px 0px 10px;
}
.mBottom15{
	margin:0px 0px 15px;
}
.mBottom40{
	margin:0px 0px 40px;
}
.boxBorder{
	border:1px solid #E0E0E0;
}
.line{
	border-bottom:1px dotted #E0E0E0;
}
.lineLeft{
	border-left:1px dotted #E0E0E0;
}
/* -----------------------------------------------------
▼(5):フォーム▼
----------------------------------------------------- */
.form01{
	width:100%;
}
/* -----------------------------------------------------
▼(6):テーブル設定▼
----------------------------------------------------- */
table.tbl01{
	width:100%;
	border-collapse:collapse;
	font-size:13px;
	line-height:1.4;
}
/* -----------------------------------------------------
▼(7):サイト全体で共通の設定▼
----------------------------------------------------- */
/*======================================================
 7-1:SEOの設定
======================================================*/
div#seoArea {
	width:100%;
	background:url(/images/common/bg_seo.gif) repeat-x bottom;
	padding:5px 0px;
	font-size:11px;
}
div#seo{
	font-size:11px;
	width:760px;
	margin:0px auto;
	text-align:left;
}
div#seo h1{
	font-weight:normal;
	font-size:11px;
	display:inline;
}
div#seo h2{
	font-weight:normal;
	font-size:11px;
	display:inline;
}
div#seo p{
	font-weight:normal;
	margin:0px;
	padding:0px;
}
/*======================================================
 7-2：ヘッダーの設定
======================================================*/
div#headerArea{
	background:url(/images/common/header_line.gif) repeat-x top;
	width:100%;
	overflow: hidden;
}
div#headerArea:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#headerArea{
	height: 1em;
	overflow: visible;
}
/**/
div#headerArea #header{
	width:760px;
	margin:0px auto;
	text-align:left;
}
/* ヘッダーの各リンク設定 */
div#headerArea #header ul{
	width:282px;
	padding:2px 0px 0px;
	float:right;
}
div#headerArea #header ul li{
	float:left;
	display:block;
}
div#headerArea #header ul li a{
	display:block;
}
/* サイトロゴ */
h1#logo{
	float:left;
	width:340px;
	height:50px;
	padding:0px;
	margin:0px;
	background:url(/images/common/logo.gif) no-repeat;
	text-indent:-999999px;
	display:block;
}
h1#logo a{
	display:block;
	width:340px;
	height:50px;
}
div#headerRight{
	width:280px;
	float:right;
	text-align:right;
}
div#headerRight p{
	margin:0px;
	padding:0px;
	position:relative;
	left:10px;
}
/* テキスト、タグが任意で入力できるのでその措置 */
div#Explanation{
	display:none;
}
/*======================================================
 7-3：グローバルナビゲーションの設定
======================================================*/
div#glovalNavi{
	width:760px;
	margin:0px auto;
	margin-bottom:15px;
	text-align:left;
}
div#glovalNavi ul{
	width:760px;
	background: url(/images/common/bg_glovalnavi.gif) no-repeat center top;
	margin:0;
	padding:0;
	overflow: hidden;
}
div#glovalNavi ul:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
/*\*/
* html div#glovalNavi ul{
	height:1em;
	overflow:visible;
}
/**/
div#glovalNavi ul li{
	float:left;
	display:block;
}
div#glovalNavi ul li a{
	display:block;
}
/*----2009/08/18追加-----*/
.google_search {
	padding:4px 0 0 15px;
}
/*======================================================
 7-5：パンくずリスト（2階層目から設定）
======================================================*/
div#topicPath{
	width:760px;
	margin:0px auto;
	text-align:left;
	font-size:11px;
}
div#topicPath ol{
	margin:0px 0px 15px;
}
div#topicPath ol li{
	display:inline;
	margin:0px 5px 0px 0px;
}
#topicPath ol li a{
	text-decoration:underline;
}
/*======================================================
 7-5：コンテンツの設定（共通）
======================================================*/
#mainContents{
	width:760px;
	margin:0px auto;
	padding:0px 0px 20px;
	text-align:left;
}
#mainContents:after{
	height:0px;
	visibility:hidden;
	content:"";
	display:block;
	clear:both;
}
/*======================================================
 右列設定（共通）
======================================================*/
#rightCol{
	float:right;
	width:200px;
	font-size:11px;
}
/* 外側のライン（右側共通） */
div.rightOutline{
	border:1px solid #E0E0E0; /* モダンブラウザ */
	width:188px;
	margin:0px 0px 10px;
	padding:5px;
}
* html div.rightOutline{ /* IE */
	width:200px;
}
/* 内側のライン（右側共通） */
div.rightInline{ /* モダンブラウザ */
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#E0E0E0;
	width:176px;
	padding:5px;
}
* html div.rightInline{ /* IE */
	width:188px;
}
/* 都道府県テキストリンク（070322/Ajax用）*/
ul#areaSearchlink li{
	border-bottom:1px dotted #E0E0E0;
}
ul#areaSearchlink li#link03{
	border:none;
}
li#link01 a,
li#link02 a,
li#link04 a,
li#link05 a,
li#link06 a,
li#link07 a,
li#link08 a{
	display:block;
	padding:5px 5px 5px 15px;
	background:url(/images/common/arrow_green.gif) no-repeat left center;
}
/* テキストから検索する（Ajaxの設定）首都圏・各要素名はサンプルのものをデフォルトで使用 */
#ygtv1 table{
	font-size:11px;
	line-height:1.5;
	width:100%;
	border-bottom:1px dotted #E0E0E0;
}
a.ygtvlabel{
	display:block;
	padding:5px 0px;
	width:100%;
}
/* 子要素（最初と中間の入れ子の矢印「東京」「神奈川」「埼玉」） */
.ygtvtn {
	width:16px;
	height:22px;
	background:url(/images/common/arrow_green.gif) no-repeat left center;
}
/* 子要素（最後の入れ子の矢印設定「千葉」） */
.ygtvln {
	width:16px;
	height:22px;
	background:url(/images/common/arrow_green.gif) no-repeat left center;
}
/* 親要素（タブが開いた状態の矢印設定「首都圏」） */
.ygtvlm {
	width:16px; height:22px;
	background:url(/images/common/arrow_green_02.gif) no-repeat left center;
}
/* 親要素（タブが閉じている状態の矢印設定「首都圏」） */
.ygtvlp {
	width:16px;
	height:22px;
	cursor:pointer ;
	background:url(/images/common/arrow_green.gif) no-repeat left center;
}
/* 親要素（タブが閉じている状態でHOVER状態の矢印設定「首都圏」） */
.ygtvlph {
	width:16px;
	height:22px;
	cursor:pointer ;
	background:url(/images/common/arrow_green.gif) no-repeat left center;
}
/* 親要素（タブが開いた状態でHOVER状態の矢印設定「首都圏」）*/
.ygtvlmh {
	width:16px;
	height:22px;
	background:url(/images/common/arrow_green_02.gif) no-repeat left center;
}
/* 親要素と子要素の間隔設定*/
.ygtvblankdepthcell{
	width:16px;
	height:22px;
}
/* 自社サイトへのテキストリンク（物件を検索する） */
/*
li.LinkIdl a{
	text-decoration:underline;
}
li.LinkIdl a:link,li.LinkIdl a:visited{
	color:#666666;
}
li.LinkIdl a:hover,li.LinkIdl a:active{
	color:#F39403;
}
*/
div.rightOutline h3#tlTxt{
	background:url(/images/search_txt.gif) no-repeat;
	width:188px;
	height:25px;
	text-indent:-999999px;
}
div.rightInline ul#otherSitelink {
	width:176px;
	padding:2px 0 0;
}
div.rightInline ul#otherSitelink:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
div.rightInline ul#otherSitelink li{
	background:url(/images/common/arrow_blue.gif) no-repeat left top;
	margin:0px 0px 3px;
	float:left;
	width:88px;
	/*border-bottom:1px dotted #E0E0E0;*/
}
div.rightInline ul#otherSitelink li a{
	display:block;
	padding:0px 0px 3px 15px;
	width:100%;
}
div.rightOutline p.prTxt{
	font-size:11px;
	margin:0 0 0 0;
	padding:0px;
}
p.prTxt img{
	vertical-align:middle;
}
/* PRテキストのリンク設定 */
p.prTxt a{
	text-decoration:underline;
}
p.prTxt a:link,p.prTxt a:visited{
	color:#555555;
}
p.prTxt a:hover,p.prTxt a:active{
	color:#F39403;
}
div.rightOutline h3#tlMore{
	background:url(/images/search_more.gif) no-repeat;
	width:188px;
	height:25px;
	text-indent:-999999px;
}
/*======================================================
 左列設定（共通）
======================================================*/
#leftCol{
	float:left;
	width:540px;
}
/*======================================================
 7-6：フッターの設定
======================================================*/
div#footerArea #linkArea02{
	width:100%;
	background:url(/images/common/bg_footer.gif) repeat-x top;
	margin:0px;
	padding:12px 0px 15px;
}
div#footerArea #linkArea02 .inner {
	width:760px;
	margin: 10px auto;
	font-size: 11px;
	text-align: left;
}
div#footer ul li{
	float:left;
	display:block;
	margin:0px 10px 5px 0px;
}
div#footer ul li a{
	display:block;
}
div#footer strong{
	font-size:11px;
	font-weight:normal;
}
p#poweredby{
	margin:3px 0px 0px;
	padding:0px;
	text-align:right;
}
div#footer h2{
	font-size:11px;
	font-weight:normal;
}
table#linkArea01 {
	width:760px;
	margin: 10px auto;
	font-size: 11px;
	border: solid 1px #E0E0E0;
	border-collapse: collapse;
}
table#linkArea01 tr th {
	text-align: left;
	font-weight: normal;
	padding: 5px 8px;
	border: solid 1px #E0E0E0;
	background-color: #EEEEEE;
}
table#linkArea01 tr td {
	border: solid 1px #E0E0E0;
	padding: 5px 2px;
}
table#linkArea01 ul {
    _zoom: 1;
    overflow: hidden;
}
table#linkArea01 ul li {
	border-left: solid 1px #E0E0E0;
	white-space: nowrap;
	margin: 2px 0 2px -1px;

}
table#linkArea01 ul li a {
	padding: 0 6px;
}
/*======================================================
 フッターの関連リンクの設定（自動生成データ）
======================================================*/
table.linkSysArea{
	width:100%;
	border-collapse:collapse;
	font-size:11px;
	margin:0px 0px 20px;
}
/* -----------------------------------------------------
▼(8):各ページの設定▼
----------------------------------------------------- */
/*======================================================
 サイトマップ
======================================================*/
h2#sitemap{
	background:url(/sitemap/images/index.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
.sitemapHome{
	background:#EEEEEE url(/images/common/arrow_green.gif) no-repeat 4px 10px;
	padding:5px 5px 5px 18px;
	margin:0px 0px 20px;
}
.sitemaplist{
	background:#EEEEEE;
	padding:5px;
	margin:0px 0px 5px;
}
.sitemapHome a:link,
.sitemapHome a:visited{
	text-decoration:none;
	color:#666666;
}
.sitemapHome a:hover,
.sitemapHome a:active{
	text-decoration:none;
	color:#F39403;
	border-bottom:1px solid #F39403;
}
div.sitemapExplanation,
div.sitemapSearch{
	margin:0px 0px 10px;
}
div.sitemapOther{
	border-width:1px 0px;
	border-style:solid;
	border-color:#E0E0E0;
	padding:10px 0px;
}
ul.sitemapUl{
	margin:0px 0px 0px 10px;
	width:530px;
}
ul li.sitemapLink{
	background:url(/images/common/arrow_green.gif) no-repeat 4px center;
	padding:5px 5px 5px 18px;
	margin:0px;
}
li.sitemapLink a:link,
li.sitemapLink a:visited{
	text-decoration:none;
	color:#666666;
}
li.sitemapLink a:hover,
li.sitemapLink a:active{
	text-decoration:none;
	color:#F39403;
	border-bottom:1px solid #F39403;
}
/*======================================================
 リンクの貼り方
======================================================*/
h2#link{
	background:url(/link/images/index.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
div.box p{
	margin:0px;
	padding:0px;
}
.boxBanner{
	background:#F9F9F9;
	padding:0px 10px;
	border:1px solid #E0E0E0;
	margin:0px 0px 20px;
}
.boxBannerImg{
	background:#F9F9F9;
	padding:10px;
	border:1px solid #E0E0E0;
	margin:0px 0px 20px;
	text-align:center;
}
/*======================================================
 利用例
======================================================*/
h2#example{
	background:url(/example/images/index.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#exampleList{
	display:none;
}
h3#tlOsusume{
	background:url(/example/images/tl_osusume.gif);
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 15px;
}
/* 利用例サンプル */
dl.list{
	width:540px;
	margin:0px 0px 20px;
}
dl.list:after{ /* FireFox用 */
	height:0;
	visibility:hidden;
	content:"";
	display:block;
	clear:both;
}
dl.list dt,dl.list dd{
	float:left;
}
dl.list dt{
	width:340px;
}
dl.list dd{
	width:200px;
	text-align:right;
}
/*======================================================
 利点と注意点
======================================================*/
h2#advantage{
	background:url(/advantage/images/index.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#tlAdvantage{
	background:url(/advantage/images/tl_advantage.gif);
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 15px;
}
h3#tlNote{
	background:url(/advantage/images/tl_note.gif);
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 15px;
}
/*======================================================
 トランクルーム・レンタル倉庫について
======================================================*/
h2#about{
	background:url(/about/images/index.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#tlKind{
	background:url(/about/images/tl_kind.gif);
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 15px;
}
h3#tlType{
	background:url(/about/images/tl_type.gif);
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 15px;
}
/*======================================================
 TOPページコンテンツ内の設定
======================================================*/
/* (左列)メインコンテンツ検索エリア */
div#mapSearchArera{ /* モダンブラウザ */
	border:1px solid #E0E0E0;
	width:528px;
	margin:0px 0px 15px;
	padding:5px;
	overflow:hidden;
}
* html body div#mapSearchArera{ /* IE */
	width:540px;
}
div#mapSearchArera:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
/* (右列)マップから検索する */
#searchRight{
	float:right;
	width:323px;
}
h3#tlMap{
	background:url(/images/search_map.gif) no-repeat;
	width:323px;
	height:25px;
	text-indent:-999999px;
}
div.mapBorder{
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#E0E0E0;
}
* html body div.mapBorder{
	padding:0px 0px 3px;
}
/* (左列) キーワード、オプションから検索する */
div#searchLeft{
	float:left;
	width:200px;
}
h3#tlKeyword{
	background:url(/images/search_keyword.gif) no-repeat;
	width:200px;
	height:25px;
	text-indent:-999999px;
}
h3#tlOption{
	background:url(/images/search_option.gif) no-repeat;
	width:200px;
	height:25px;
	text-indent:-999999px;
}
/* (左列)内側のラインとそれ以下の設定 */
/* キーワードから検索する */
div.keywordInline{
	border-style:solid;
	border-color:#E0E0E0;
	border-width:0px 1px 0px 1px;
	width:188px;
	margin:0px;
	padding:10px 5px;
}
* html div.keywordInline{
	width:200px;
}

div.keywordInline p{
	font-size:11px;
	margin:0px;
	padding:0px;
}

.btnKeyword{
	position:relative;
	top:0.5em;
	left:0.5em;
}

/* オプションから検索する */
div.optionInline{
	border-style:solid;
	border-color:#E0E0E0;
	border-width:0px 1px 1px 1px;
	width:188px;
	margin:0px;
	padding:10px 5px 5px;
}
* html div.optionInline{
	width:200px;
}
div.optionInline p{
	font-size:11px;
	margin:0px;
	padding:0px;
	text-align:right;
	margin:5px 0px 0px;
}
* html div.optionInline p{ /* IE */
	margin:5px 0px;
}
div.optionInline h4{
	font-size:13px;
	font-weight:normal;
	background:url(/images/common/icon_search.gif) no-repeat left top;
	margin:0px;
	padding:0em 0em 0.5em 1.5em;
}
/* ---------------------------------------------------------
【08/01/21】TOPの検索部分修正
---------------------------------------------------------  */
div#searchContainer {
	width:540px;
	margin:0 0 20px;
}
div#searchContainer-inline {
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	padding:5px 0 0;
	width:538px
}
* html div#searchContainer-inline {
	width:540px;
}
div#searchContainer-inline:after {
    content:"";
    display:block;
    clear:both;
    height:1px;
    overflow:hidden;
}
div#searchContainer h2 {
}
/*
テキストから検索する
*/
div#searchGroup01 {
	float:left;
	margin:0 0 5px 5px;
	width:198px;
	display:inline;
	border:1px solid #E0E0E0;
	height:281px;
	font-size:11px;
}
* html div#searchGroup01 {
	width:200px;
	height:283px;
}
div#searchGroup01 h3 {
	margin:0 0 10px;
}
div#searchGroup01 li {
	background:url(/images/common/arrow_green.gif) no-repeat left center;
}
div#searchGroup01 li a {
	padding:3px 0 4px 15px;
	display:block;
}
* html div#searchGroup01 li a {
	width:193px;
}
/*
マップから検索する
*/
div#searchGroup02 {
	float:left;
	margin:0 0 5px 5px;
	width:321px;
	display:inline;
	border:1px solid #E0E0E0;
	height:281px;
}
* html div#searchGroup02 {
	width:323px;
	height:283px;
}
/*
キーワードから検索する
*/
div#searchGroup03 {
	margin:0 0 0 5px;
	width:198px;
	float:left;
	display:inline;
	border:1px solid #E0E0E0;
}
* html div#searchGroup03 {
	width:200px;
}
div#searchGroup03 h3 {
	margin:0 0 10px;
}

div#searchGroup03 p.search-keyword {
	margin:0 0 0 5px;
	padding:0;
	font-size:11px;
}
input.search-keyword {
	margin:0 0 3px 0;
	width:188px;
}
div#searchGroup03 p.btn-search-keyword {
	margin:3px 5px 5px;
	padding:0;
	text-align:right;
}
div#searchGroup03 p.btn-search-keyword input {
	margin:0;
	padding:0;
}
/*
オプションから検索する
*/
div#searchGroup04 {
	margin:0 0 0 5px;
	width:321px;
	float:left;
	display:inline;
	border:1px solid #E0E0E0;
}
* html div#searchGroup04 {
	width:323px;
	padding:0 0 8px;
}
div#searchGroup04 h3 {
	margin:0 0 10px;
}
table#option-tbl {
	width:321px;
	border-collapse:collapse;
	font-size:11px;
}
table#option-tbl th {
	width:80px;
	text-align:left;
	vertical-align:top;
	padding:5px 5px 0 17px;
	background:url(/images/common/icon_glass.gif) no-repeat 3px 1px;
}
table#option-tbl td.search-btn {
	vertical-align:middle;
	width:60px;
}
div#searchGroup04 li {
	float:left;
	width:75px;
}
div#searchGroup04 select {
	font-size:11px;
	margin:0 0 3px;
}
/* おすすめトランクルーム・レンタル倉庫一覧 */
h3#tlRecommend{
	background:url(/images/recommend.gif) no-repeat;
	width:540px;
	height:37px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
/* おすすめ物件をまとめているタグ */
dl.recommendSite{
	border-width:0px 1px 1px 1px;
	border-color:#E0E0E0;
	border-style:solid;
	margin:0px 0px 20px;
	width:538px;
}
* html dl.recommendSite{
	width:540px;
}
dl.recommendSite dt{
	padding:8px 5px;
}
dl.recommendSite dd{
	padding:5px;
	border-top:1px dotted #E0E0E0;
}
/* 設備アイコン */
dl.recommendSite dd ul li{
	display:inline;
	margin:0px 5px 0px 0px;
}
dl.recommendSite dd ul li img{ /* FireFoxで表示される画像下部分の余白を取る設定 */
	vertical-align:bottom;
}
/*======================================================
 物件一覧ページ（動的ページ）
======================================================*/
/* エリア見出し */
h2#list{
	background:url(/list/images/index.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#listHokkaidoTohoku{
	background:url(/list/images/index_hokkaido_tohoku.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#listTokyo{
	background:url(/list/images/index_tokyo.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#listKanagawa{
	background:url(/list/images/index_kanagawa.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#listSaitama{
	background:url(/list/images/index_saitama.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#listChiba{
	background:url(/list/images/index_chiba.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#listKanto{
	background:url(/list/images/index_kanto.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#listShinetsuHokuriku{
	background:url(/list/images/index_shinetsu_hokuriku.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#listTokaiKinki{
	background:url(/list/images/index_tokai_kinki.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#listChugokuShikoku{
	background:url(/list/images/index_chugoku_shikoku.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
margin:0px 0px 20px;
}
h2#listKyusyuOkinawa{
	background:url(/list/images/index_kyusyu_okinawa.gif) no-repeat;
	width:540px;
	height:70px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h2#detailTit{
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	margin:0px 0px 20px;
	color: #FFFFFF;
	font-size: 17px;
}
h2#detailTit span {
	display: block;
	border: 1px solid ;
	background: #7CB704;
	margin: 4px;
	padding: 13px 10px 15px;
}
/* 都道府県小見出し(都道府県IDにtlはつけていない) */
h3#tlList{
	background:url(/list/images/tl_list.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
/* 北海道・東北 */
h3#hokkaido{
	background:url(/list/images/tl_hokkaido.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#aomori{
	background:url(/list/images/tl_aomori.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#iwate{
	background:url(/list/images/tl_iwate.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#miyagi{
	background:url(/list/images/tl_miyagi.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#akita{
	background:url(/list/images/tl_akita.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#yamagata{
	background:url(/list/images/tl_yamagata.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#fukushima{
	background:url(/list/images/tl_fukushima.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
/* ここから首都圏 */
h3#tokyo{
	background:url(/list/images/tl_tokyo.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}

h3#kanagawa{
	background:url(/list/images/tl_kanagawa.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}

h3#saitama{
	background:url(/list/images/tl_saitama.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#chiba{
	background:url(/list/images/tl_chiba.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
/* ここから関東 */
h3#ibaraki{
	background:url(/list/images/tl_ibaraki.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#tochigi{
	background:url(/list/images/tl_tochigi.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#gunma{
	background:url(/list/images/tl_gunma.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#yamanashi{
	background:url(/list/images/tl_yamanashi.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
/* ここから信越・北陸 */
h3#niigata{
	background:url(/list/images/tl_niigata.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#nagano{
	background:url(/list/images/tl_nagano.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#toyama{
	background:url(/list/images/tl_toyama.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#ishikawa{
	background:url(/list/images/tl_ishikawa.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#fukui{
	background:url(/list/images/tl_fukui.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
/* ここから東海・近畿 */
h3#aichi{
	background:url(/list/images/tl_aichi.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#gifu{
	background:url(/list/images/tl_gifu.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#shizuoka{
	background:url(/list/images/tl_shizuoka.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#mie{
	background:url(/list/images/tl_mie.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#osaka{
	background:url(/list/images/tl_osaka.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#hyogo{
	background:url(/list/images/tl_hyogo.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#kyoto{
	background:url(/list/images/tl_kyoto.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#shiga{
	background:url(/list/images/tl_shiga.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#nara{
	background:url(/list/images/tl_nara.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#wakayama{
	background:url(/list/images/tl_wakayama.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
/* ここから中国・四国 */
h3#tottori{
	background:url(/list/images/tl_tottori.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#shimane{
	background:url(/list/images/tl_shimane.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#okayama{
	background:url(/list/images/tl_okayama.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#hiroshima{
	background:url(/list/images/tl_hiroshima.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#yamaguchi{
	background:url(/list/images/tl_yamaguchi.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}

h3#tokushima{
	background:url(/list/images/tl_tokushima.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#kagawa{
	background:url(/list/images/tl_kagawa.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}

h3#ehime{
	background:url(/list/images/tl_ehime.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#kouchi{
	background:url(/list/images/tl_kouchi.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
/* ここから九州・沖縄 */
h3#fukuoka{
	background:url(/list/images/tl_fukuoka.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#saga{
	background:url(/list/images/tl_saga.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#nagasaki{
	background:url(/list/images/tl_nagasaki.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#kumamoto{
	background:url(/list/images/tl_kumamoto.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#oita{
	background:url(/list/images/tl_oita.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#miyazaki{
	background:url(/list/images/tl_miyazaki.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#kagoshima{
	background:url(/list/images/tl_kagoshima.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
h3#okinawa{
	background:url(/list/images/tl_okinawa.gif) no-repeat;
	width:540px;
	height:25px;
	text-indent:-999999px;
	margin:0px 0px 20px;
}
/* ----------------------------------------------------
 ▼以下全エリア共通使用
---------------------------------------------------- */
/* 各都道府県へのアンカーリンク */
dl#searchAreaCondition{
	margin:0px 0px 10px;
	width:540px;
}
dl#searchAreaCondition dt{
	background:url(/list/images/area_type.gif) no-repeat;
	width:540px;
	height:31px;
	text-indent:-999999px;
}
dl#searchAreaCondition dd{
	padding:0px 5px;
	font-size:11px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#E0E0E0;
	width:528px;
}
* html dl#searchAreaCondition dd{
	width:540px;
}
dl#searchAreaCondition p{
	padding:5px 0px;
	margin:0px;
}
ul#btnTodofuken{
	overflow:hidden;
}
ul#btnTodofuken:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
/*\*/
* html ul#btnTodofuken{
	height: 1em;
	overflow: visible;
}
/**/
ul#btnTodofuken li{
	float:left;
	display:block;
}
ul#btnTodofuken li a{
	display:block;
	margin:0px 10px 10px 0px;
}
/* 検索条件 */
dl#searchCondition{
	margin:0px 0px 40px;
	width:540px;
}
dl#searchCondition dt{
	background:url(/list/images/search_type.gif) no-repeat;
	width:540px;
	height:31px;
	text-indent:-999999px;
}
dl#searchCondition dd{
	padding:0px 5px;
	font-size:11px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#E0E0E0;
	width:528px;
}
* html dl#searchCondition dd{
	width:540px;
}
dl#searchCondition p{
	padding:5px 0px;
	margin:0px;
}
table.tblSearch{
	width:100%;
	border-collapse:collapse;
	background:#F1F4FC;
	font-size:11px;
	line-height:1.4;
	margin:0px 0px 5px;
}
table.tblSearch th.searchTh{
	text-align:left;
	padding:5px;
	border-right:4px solid #C2DCEF;
	white-space:nowrap;
	width:20%;
}
table.tblSearch td.searchTd{
	padding:5px;
}
/* こだわり条件 */
table.tblCondition{
	width:100%;
	border-collapse:collapse;
	font-size:11px;
	line-height:1.4;
}
table.tblCondition td{
	padding:0px;
}
/* 物件名 */
h4.siteName {
	font-size:15px;
	background:url(/images/common/arrow_green.gif) 0.5em 0.7em no-repeat #EEEEEE;
	border: 1px solid #D2D2D2;
	padding: 5px 0 5px 20px;
}
h4.siteName img {
	margin-left: 10px;
	vertical-align: middle;
}
/* 物件をまとめているタグ */
div.siteListTop {
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px dotted #D2D2D2;
	margin:0;
	padding: 5px 2px 3px 6px;
}
div.siteListTop p {
	width: 396px;
	float: left;
	margin: 3px 0 0 0;
}
div.siteListTop ul {
	width: 133px;
	float: left;
}
div.siteListBtm {
	border-width: 0 1px 1px 1px;
	border-color: #D2D2D2;
	border-style: solid;
	padding-bottom: 7px;
}
div.siteListBtm img {
	vertical-align: bottom;
}
div.siteListBtm ul {
	margin: 0 0 0 6px;
	padding-top: 7px;
}
div.siteListBtm p {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px dotted #D2D2D2;
	padding: 10px 10px 5px;
	margin: 0;
}
/* 設備アイコン */
div.siteListBtm li {
	float: left;
	margin: 0 9px 0 0;
	height: 20px;
}
/* おすすめ物件名 */
h4.recommend{
	position:relative;
	font-size:15px;
	background: #EEEEEE;
	border: 1px solid #D2D2D2;
	padding: 5px 0 5px 40px;
}
* html h4.recommend {
	width: 540px;
}
h4.recommend img {
	margin-left: 10px;
	vertical-align: middle;
}
/* はみ出してるレイアウト（おすすめアイコン） */
h4.recommend img.recommendIco{
	position:absolute;
	top:-12px;
	left:-23px;
}
/* 物件の最後に表示されるテキスト表示でのTOPへ戻るボタン */
ul.top{
	margin:5px 0px 10px;
	text-align:right;
	font-size:11px;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
*:first-child+html .clearfix {display: inline-block;}
* html .clearfix {height: 1%;}

/* 詳細ページ */
#detailBlock {
	width: 540px;
	margin-bottom: 20px;
}
#detailBlock #photoBlock {
	width: 244px;
	float: left;
	margin-right: 11px;
}
#detailBlock #photoBlock #photoL {
	border: 1px solid #D2D2D2;
	padding: 1px;
	margin-bottom: 10px;
}
#detailBlock #photoBlock li {
	float: left;
	border: 1px solid #D2D2D2;
	margin-right: 10px;
}
#detailBlock #photoBlock li img {
	vertical-align: bottom;
}
#detailBlock #companyBlock {
	width: 285px;
	float: left;
	text-align: center;
}
#detailBlock #companyBlock02 {
	text-align: center;
}
#detailBlock #companyBlock dl,
#detailBlock #companyBlock02 dl {
	margin-bottom: 10px;
	text-align: left;
}
#detailBlock #companyBlock dt,
#detailBlock #companyBlock02 dt {
	background: #EEEEEE;
	padding: 2px 3px;
}
#detailBlock #companyBlock dd,
#detailBlock #companyBlock02 dd {
	padding: 2px 3px 4px;
	font-size: 12px;
}
#gotoTrunk {
	margin: 15px auto 0;
	width: 540px;
	text-align: center;
}
#gotoTrunk img {
	margin-bottom: 5px;
}
#gotoTrunk p {
	margin: 0 auto 15px;
	font-size: 11px;
}
.detailImg {
	vertical-align: bottom;
	padding: 0;
}

/*======================================================
 共通仕様セレクタ
======================================================*/
/* ページの先頭に戻る(画像) */
.pagetop{
	margin:40px 0px 0px;
	text-align:right;
}
/* H4タグ */
h4.tll{
	font-weight:bold;
	font-size:13px;
	background:#EEEEEE;
	padding:3px;
	margin:0px 0px 10px;
}
ul.typePoint{
	background:#F9F9F9;
	padding:5px 5px;
	border:1px solid #E0E0E0;
}
ul.typePoint li{
	list-style:disc;
	margin:0 0 0 20px;
}
/* はみ出してるレイアウト（POINTアイコン）*/
p.iconPoint{
	margin:0px;
	padding:0px;
	width:60px;
	position:relative;
	top:10px;
	left:-15px;
}
/* 箇条書きの項目 */
ul.listType{
	background:#F9F9F9;
	padding:8px 5px;
	border:1px solid #E0E0E0;
}
ul.listType li{
	list-style:disc;
	margin:0 0 0 20px;
}
.box{
	background:#F9F9F9;
	padding:5px;
	border:1px solid #E0E0E0;
	margin:0px 0px 1em;
}
/*======================================================
 TOPページレイアウト変更対応
======================================================*/
div#searchwrap {
	margin-top: 20px;
}
div#searchwrap:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
