@charset "utf-8";

/* 賃貸専用
---------------------------------------*/
h2 {
	display:block;
	width: 610px;
	margin-bottom: 10px;
	height: 30px;
	position:relative;
}

h2 span.catLabel {
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:5px;
	position:absolute;
	bottom:10px;
	right:10px;
	font-size: 18px;
	font-weight: bold;
}

div#shibori {
	background:url(../img/chintai/bgShibori.gif);
	width:590px;
	padding: 10px 10px 0;
	margin-bottom: 1em;
}

div#shibori h3 {
	width: 168px;
	height: 20px;
	margin-bottom: 12px;
	
}



/* グローバルメニュー
----------------------------------------------------------- */

div#globalMenu {
	width: 820px;
	padding: 0 15px 6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 39px;
	background:url(../img/header/bgGMenu.gif) left bottom repeat-x;
	overflow: hidden;
}

div#globalMenu ul{
	width:820px;
	height:39px;
	display:block;
}

div#globalMenu ul li{
	height:39px;
	float:left;
	display:block;
}

div#globalMenu ul li a{
	height:39px;
	display:block;
	text-decoration: none;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
}

div#globalMenu ul li#gM01 {
	width:150px;
	margin-right: 5px;
	background:url(../img/header/btnGM01_off.gif) left top no-repeat;
}
div#globalMenu ul li#gM02 {
	width:330px;
	margin-right: 5px;
	background:url(../img/header/btnGM02_off.gif) left top no-repeat;
}
div#globalMenu ul li#gM03 {
	width:330px;
	background:url(../img/header/btnGM03_off.gif) left top no-repeat;
}



/*　新着部分
----------------------------*/
div#newsList { margin-top:1em; }

div#newsList div.body {
	border-width: 0 1px 1px;
	border-style:solid;
	border-color:#999999;
}

div#newsList h2 {
	width: 610px;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}

div#newsList h2 span.rss {
	position: absolute;
	top: 8px;
	right: 10px;
}

div#newsList h2 span.caticon {
	position: absolute;
	top: 9px;
	left: 110px;
	border: 1px solid #ffffff;
}

div#newsList h2 span.rss img { margin-left:8px; }

div#newsList div.body {
	border-color:#999999;
	padding: 10px 15px 10px;
}

div#newsList div.body dl {}

div#newsList div.body dl dt {
	padding: 10px 10px 10px 0;
	clear: both;
	line-height: 1.5;
}

div#newsList div.body dl dd {
	padding: 10px 0 30px 10px;
	display: block;
	border-bottom: 1px dotted #999999;
	line-height: 1.5;
	width: 570px;
	position: relative;
	margin-bottom: 2em;
}

div#newsList div.body dl dd span {
	position:absolute;
	right:10px;
	bottom:10px;
}

div#message {
	width:600px;
	overflow:hidden;
	background-color: #f8f8f8;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #d1d1d1;
}

div.pageLink {
	text-align:center;
}


h3.entTitle {
	padding:1em 1em 5px 5px;
	font-size:130%;
	font-weight:bold;
	border-bottom: 1px dotted #999999;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

div.entBody,
div.entMore {
	line-height: 1.5;
	padding: 1em;
}

div.entBody p,
div.entMore p { margin-bottom:1em; }

dt strong { font-size:120%; }

div.entBody {}

div.entMore {}

