@charset "EUC-JP";
/* ================================================================ *
	M.Arashima 2008/06/20
	公共賃貸住宅情報ナビ設定用 CSS
 * ================================================================ */

a.footer:link {
	color: #666666;
	text-decoration: none;
}
a.footer:visited {
	color: #666666;
	text-decoration: none;
}
a.footer:hover {
	color: #999999;
	text-decoration: none;
}
a.footer:active {
	color: #666666;
	text-decoration: none;
}
a.link1:link {
	color: #0000FF;
}
a.link1:visited {
	color: #0000FF;
}
a.link1:hover {
	color: #999999;
}
a.link1:active {
	color: #0000FF;
}

a img{
	border: none;
}

.lh-140 {
	line-height: 140%;
}

em {
	font-style: normal;
	font-weight: bold;
}

sup {
	font-size: 83%;
}

/* 検索トップ用 */
#top {
	font-size: 13px;
}

p.text01 {
	margin-left: 30px;
	margin-bottom: 2px;
	color: #000066;
}

p.text02 {
	margin-left: 30px;
	color: #990066;
}

table.search {
	background: #ffffff;
	border: 2px solid #9ebbeb;
}

table.search td{
	padding: 2px 4px 2px 4px;
	text-align: left;
}

table.search td.submit img{
	border: 1px solid #9ebbeb;
}

table.search td .checkbox1{
	float: left;
	display: block;
	width: 80px;
}

table td.info{
	background: #ffffff;
	border: 2px solid #9ebbeb;
}

table td.box1{
	background: transparent url("../jutaku/img/top_box1.gif") repeat-y left top;
}

table td.box2{
	background: transparent url("../jutaku/img/top_box2.gif") repeat-y right top;
}

table td.box3{
	background: transparent url("../jutaku/img/top_box3.gif") no-repeat left bottom;
}

div#map-text01{
	position: absolute;
	top: 260px;
	left: 440px;
	width: 270px;
}

div#map-text02{
	position: absolute;
	top: 400px;
	left: 175px;
}

div#map-text01 p{
	font-size: 13px;
}

div#map-text02 p{
	font-size: 13px;
}

/* 募集情報／新着情報 */
div#information {
	height: 210px;
	min-height: 210px;
	overflow: auto;
	padding: 4px;
}

div#information ul{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #9ebbeb;
}

div#information ul li{
	clear: both;
	list-style: none none outside;
	line-height: 1.5;
}

div#information ul li span.date{
	padding-left: 0px;
	width: 70px;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	/* \*/
	font-size: 12px;
	/* */
	line-height: 18px;
}

div#information ul li span.title{
	display: block;
	float: left;
	width: 200px;
	font-size: 10px;
	font-weight: normal;
	/* \*/
	font-size: 12px;
	/* */
	line-height: 18px;
}

/* 住宅一覧表 */
#header {
	font-size: 83%;
}

#list {
	font-size: 83%;
}

#list tr th {
	padding: 2px;
	background: #0d3191;
	color: #FFFFFF;
}

#list tr td {
	padding: 2px;
}

#list tr td.vcenter {
	text-align: center;
}

#list tr.odd {
	background: #E1E1FF;
}

#list tr.even {
	background: #FFFFFF;
}

/* 住宅詳細情報 */
em.fcolor01 {
	font-weight: normal;
	color: #FF0000;
}

#detail tr td {
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
}

#detail tr td.no{
	background: #0d3191;
	padding-left: 5px;
	text-align: center;
	color: #FFFFFF;
}

#detail tr td.update{
	text-align: right;
}

#detail tr td.head{
	background: #E1E1FF;
	padding-left: 5px;
}


