@charset "UTF-8";
/* CSS Document */


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
/***************************
 #ヘッダー
***************************/
header{
	width:1000px;
	margin:0 auto;
	padding:0 0 0 0;
}
header div#company_logo{
	float:left;
}
/*連絡先*/
header address{
	float:right;
	width : 21em;
	line-height:1.2em;
}
header address dl.address dt{
	float:left;
	width : 8em;
 	text-align:right;
}
header address dl.address dd{
	float:left;
	width : 13em;
}
/***************************
 #ラッパー
　ヘッダーとフッター以外のコンテンツ
　全てを内包するDIV
***************************/
div#wrapper{
  	width : 1000px;
	margin:0 auto;
	padding:0;
}
nav#mainnav li{
	/*メインナビゲーター　複数行は不可*/
	width :124px;
	text-align:center;
	float : left;
	height : 50px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 0px none silver;
	border-bottom: 1px solid silver;
	line-height : 50px;
       margin-left : 0px;
}
nav#mainnav li:last-child{
  width : 123px;
  border-right: 1px solid silver;
}

nav#mainnav li a{
	/*メインナビゲーターのリンク*/
	display: block;
}
div#article_wrapper{
	border-left : 1px solid silver;
	border-right : 1px solid silver;
	border-bottom: 1px solid silver;
       width:802px;
	float:left;
}
article#baibai{
	width: 390px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: silver;
	margin-left: -1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#f4f4ff;
}
article#baibai h1{
	font-size: 20px;
	background-color : #0000bb;
	text-align: center;
	width : 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px;
	-webkit-border-top-left-radius: 20px 20px;
	-webkit-border-top-right-radius: 20px 20px;
	-webkit-border-bottom-right-radius: 20px 20px;
	-webkit-border-bottom-left-radius: 20px 20px;
	-moz-border-radius: 20px;
	font-weight : bold;	
	color : white;
	line-height : 1.4em;
}

article#baibai h1 a{
	color : white;
	display: block;
}

article#chintai{
	width: 390px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: silver;
	margin-left: -1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff7f7;
}
article#chintai h1{
	font-size: 20px;
	background-color : #ff5555;
	text-align: center;
	width : 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px;
	-webkit-border-top-left-radius: 20px 20px;
	-webkit-border-top-right-radius: 20px 20px;
	-webkit-border-bottom-right-radius: 20px 20px;
	-webkit-border-bottom-left-radius: 20px 20px;
	-moz-border-radius: 20px;
  font-weight : bold;
  color : white;
  line-height : 1.4em;
}
article#chintai h1 a{
	color : white;
	display: block;
}

article.article_general h1{
	background-color: silver;
	background: url(../images/article_general_h1_bkg.png) center top repeat-x;
} 
article.article_general h2{
	background-color: silver;
	background: url(../images/article_general_h1_bkg.png) center top repeat-x;
} 
article.article_general p{
	padding: 0 0 0.5em 2em;
} 
/***************************
右端のサイドバー
******************************/
div#right_bar{
	width:195px;
	float : left;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	margin-left : -1px;
}
div#right_bar li{
	margin: 0px 5px 0px 5px;
	padding: 2px 0 2px 0;
	border-bottom-width : 2px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	display: block;.
	width:100%;
	text-align:center;
}
div#right_bar li a{
	text-decoration: none;
	background-color :#ffffff;
	display: block;
}
div#right_bar li a:hover{
	background-color : #5555ff;
  color : white;
}
/***************************
 #ページ内リンク
***************************/
.pageTop{
	text-align: right;
	font-size: 11px;
	clear: both;
}
/***************************
 #フッター
***************************/
footer{
	width:1000px;
	margin:20px auto 0 auto;
	border-top:1px solid silver;
	padding:0 0 0 0;
}
footer p{
	text-align:center;
}

footer ul.footer_link{
	clear:both;
}
footer ul.footer_link li{
	display:block;
	width: 200px; 
       float:left;
	text-align:center;
}

footer ul.footer_link li a{
	display:block;
}

/*******************************
その他
*******************************/
/*物件番号で検索フォーム*/
div.bukkenno_kensaku{
	text-align: center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
}
div.bukkenno_kensaku form{
	margin: 0 auto;
}
div.bukkenno_kensaku form input[type="text"]{
	border:1px solid gray;
	width: 10em;
	height: 1.4em;
}
/*お客様専用ページ検索フォーム*/
div.okyakusamapage_kensaku{
	text-align: center;
     border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  line-height:2em;
  color:white;
}
div.okyakusamapage_kensaku form{
	margin: 0 auto;
      line-height:2em;


  background-color : red;
}
div.okyakusamapage_kensaku form input[type="text"]{
	border:1px solid gray;
	width: 10em;
	height: 1.4em;
}

/*検索リスト*/
div.kensaku_list{
	border-bottom:1px solid silver;
}
div.kensaku_list li a{
	text-decoration: none;
	color:#0066cc;
	display: block;
	margin: 1px 0;
}
div.kensaku_list li a:hover{
	color:#ffffff;
	background-color:#8585fe;
	display: block;
}
div.kensaku_list ul.kensaku_list_level1{

} 
div.kensaku_list ul.kensaku_list_level1 li{
	background-image: url(../images/tri_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-bottom: 5px;
	border-bottom: 3px dotted gray;
	padding-left: 20px;
	font-size:18px;
}
div.kensaku_list ul.kensaku_list_level1 li a{
	background-color:#0066cc;
	color:#ffffff;
}
div.kensaku_list ul.kensaku_list_level1 li a:hover{
	color:#ffffff;
	background-color:#2b2bfd;
}

#chintai div.kensaku_list ul.kensaku_list_level1 li a{
	background-color:#ff7191;
	color:#ffffff;
}
#chintai div.kensaku_list ul.kensaku_list_level1 li a:hover{
	color:#ffffff;
	background-color:#ff3563;
}
#chintai div.kensaku_list ul.kensaku_list_level1 li span.title{
	color: #ffffff;
	background-color:#ff3563;
	display: block;
}

div.kensaku_list ul.kensaku_list_level2 li{
	background-image: url(../images/list_mark_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 160px;
	float:left;
	padding-left: 20px;
	font-size:14px;
}
div.kensaku_list ul.kensaku_list_level2 li a{
	background-color:transparent;
	color:#0066cc;
}
div.kensaku_list ul.kensaku_list_level2 li a:hover{
	color:#ffffff;
	background-color:#8585fe;
}
#chintai div.kensaku_list ul.kensaku_list_level2 li a{
	background-color:transparent;
	color:#0066cc;
}
#chintai div.kensaku_list ul.kensaku_list_level2 li a:hover{
	color:#ffffff;
	background-color:#ff1146;
}
div.kensaku_list ul.kensaku_list_level3{
	padding:3px 0 3px 0;
}
div.kensaku_list ul.kensaku_list_level3 li{
	background:none;
	border: solid 1px silver;
	font-size: 11px;
	width: 80px;
	float:left;
	padding: 0;
	margin:-1px -1px 0 0;
	text-align:center;
	line-height : 2em;
}

.icon_required {/*必須*/
	display: inline-block;
	width: 40px;
	padding: 0;
	margin-left:5px;
	line-height:1.2em;
	background-color: #f77c00;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
  right: 0;
  bottom: 0;
}
