@charset "utf-8";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 95%;
	line-height: 2;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #94ba86 url(images/back.gif);
	background-repeat:repeat-x;
}
h1,h2,h3,h4,h5,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #a40000;
}
.look {
	background: #FFFF99;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/header.gif) no-repeat center top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}

#header #main-img {
	padding-top: 12px;
}



/*メインメニュー
------------------------------------------------------------------*/
#menu {
	padding-right: 5px;
	padding-left: 5px;
}
#menu li {
	display: inline;
}



/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	background: url(images/contents.gif) repeat-y center;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 11px;
	padding-left: 11px;
}



/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	width: 868px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	color: #333333;
}

#main p {
	padding: 0.2em;
	line-height: 1.8em;
}

/*main下のボタン （追加
------------------------------------------------------------------*/
#theme li {
	display:inline;
	padding: 2px;
	margin-bottom: 20px;
}

/*main内のアドレス
------------------------------------------------------------------*/
.adress {
	background-color: #f5f5f5;
	border-top: 1px solid #669900;
	background:url(images/adressbg.gif) repeat-x;
	background-color: #e0e2e1;

}
.adress2 {
	float:left;
	width: 400px;
	margin-top: 5px;
	margin-left: 20px;
	text-align: left;
	padding: 5px;
}
.adress2 h2 {

}
.adress2 h3 {
	margin-top: 8px;
}
.adress3 {
	float: right;
	width: 400px;
	margin-top: 5px;
	margin-right: 10px;
	text-align: left;
	padding: 5px;
}

.adress2 p {
	line-height: 1.2em;	
}


/*syousaiテーブル
------------------------------------------------------------------*/
.syousai {
	text-align:center;
	border: 1px solid #669900;
	width: 866px;
}
.syousai th {
	text-align:left;
	padding-left: 40px;
	line-height:20px;
}

.syousai td {
	text-align:center;
	line-height:20px;
	border: none;

}

/*　.bukkenテーブル(物件概要)
------------------------------------------------------------------*/
.bukken {
	margin-left: 20px;
	border: 0px;
	width: 840px;
	margin-top: 0em;
	margin-bottom: 0.2em;
}

.bukken th {
	width: 75px;
	padding-left: 5px;
	vertical-align: top;
}

.bukken td {
	width: 330px;
	padding-left: 5px;
	vertical-align: top;
	text-align:left;
	border: none;
}

/*　テーブル
------------------------------------------------------------------*/
.underline {
	border-bottom: 1px solid #669900;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat center bottom;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 50px;
}

#footer ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #669900;
}

#footer .menutop {
	border-left: 1px solid #669900;
}



/*コピーライト
------------------------------------------------------------------*/
#copyright {
	line-height: 1.2;
	font-size: 10px;
	padding-bottom: 12px;
}


/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
