@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	border:none;
	font-size:12px;
	font-weight:normal;
	line-height:130%;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style:none;
}

a:link{
}
a:visited{
}
a:hover{
}
a:active{
}

body {
	margin:0px;
	background-color:#fff;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}




/*
module
====================================================================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

.f-left {
	float:left;
}

.f-right {
	float:right;
}




#container {
	width:900px;
	margin:0px auto;
}

#header {
	position:relative;
	height:80px;
	display:block;
}
#header-logo a {
	display:block;
	width:480px;
	height:80px;
	background-image:url(img/header_logo.jpg);
	text-indent:-9999px;
}
#header-link {
	position:absolute;
	top:10px;
	left:750px;
}
#header-text {
	position:absolute;
	top:60px;
	left:500px;
}
.text-bg-01 {
	background-image:url(img/text_bg_01.gif);
	display:block;
	width:478px;
	height:247px;
	text-align:left;
}
.text-bg-01 p {
	margin:75px;
	line-height:150%;
}


#main-text {
	margin:30px 50px;
	font-size:120%;
	text-indent:1em;
}

.text-bg-02 {
	background-image:url(img/text_bg_02.gif);
	display:block;
	width:543px;
	height:177px;
	text-align:left;
}
.text-box-02 {
	padding:50px 100px;
	line-height:150%;
}


/*家賃一覧*/

#yachin , #syousai {
	width:500px;
	margin:20px auto 50px auto;
}
#yachin td , #syousai td {
	border-right:solid 1px #fff;
	color:#333;
	padding:5px;
}
	
.midashi , #syousai th  {
	background-color:#6b8e23;
}

#yachin .midashi td , #syousai th {
	color:#fff;
	font-weight:bold;
}

.row-1 {
	background-color:#f5f5dc;
}
#syousai th {
	width:150px;
}
#syousai td {
	text-align:left;
}

#toiawase {
	width:500px;
	background-color:#CCC;
	padding:20px;
	margin:20px auto;
}
