@charset "utf-8";




/*Lightbox*/
.kuro{position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:#000;filter:alpha(opacity="80");-moz-opacity:0.8;opacity:0.8;display:none;z-index:1001;}
.siro{position:absolute;top:50%;left:50%;width:420px;height:420px;background-color:#fff;display:none;z-index:1002;margin:-260px 0 0 -210px;}
.siro img{border:0;margin:10px 0 0 10px;}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#FFF
	
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #00F;
}
.look {
	background: #FFFF99;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat center top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#header1 {	
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}

#header1 h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}

#header #main-img {
	padding-top: 0px;
}



/*メインメニュー
------------------------------------------------------------------*/
#menu li {
	display: inline;
}

#top li {
	display: inline;

}


/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) repeat-y center;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}

#contents1 {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 555px;
	display: inline;
	margin-right: 45px;
	margin-top: 10px;
}

#main p {
	padding: 0.5em 10px;
}



/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 160px;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	background-color:#FFF
}

#sub1 {
	float: left;
	width: 180px;
	font-size: 90%;
	line-height: 0.5;
	display: inline;
	margin-left: 5px;
	margin-top: 5px;
}


#sub p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#sub h4 {
	font-size: 100%;
	border: 1px solid #666666;
	text-align: center;
	background: #999999 url(images/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .waku ul.navmenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #999999;
	background: url(images/arrow2.gif) no-repeat left center;
	padding-left: 20px;
	zoom: 1;
}

#sub .waku ul.navmenu li a:hover {
	background: #bdbdbd url(images/arrow2over.gif) no-repeat 3px center;
	color: #FFFFFF;
}

/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {
	border: 1px solid #999999;
	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 5px;
}

#sub1 .waku1 {
	border: 0px solid #999999;
	padding: 2px;
	background: #FFF
	margin-bottom: 10px;
}

.wakuwaku {
   border: 0px solid #999999;
	padding: 5px;
	background: #FFF
	margin-bottom: 15px;   
    line-height:75%;
}


/*　.ta1テーブル（物件紹介用のテーブル）
------------------------------------------------------------------*/
.wakusen {
    border-width: 1px;
    border-style: solid;
    border-color:#666
}



.ta1 {
	border: 1px solid #999999;
	width: 555px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 10px;
	background: url(images/home_mark.gif) no-repeat right bottom;
}

.news {
	border: 1px solid #FFF;
	border-bottom-color: #F00;
	width: 550px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 1px;
	
}

.komennto {
	border: 1px solid #999999;
	width: 420px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height:50%;
}
.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #F00;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.4em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}



/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/footer_bg.gif) no-repeat center bottom;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 50px;
}

#footer1 {
	clear: both;
	width: 820px;
	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 #CCCCCC;
}

#footer .menutop {
	border-left: 1px solid #CCCCCC;
}



/*コピーライト
------------------------------------------------------------------*/
#copyright {
	line-height: 1.2;
	font-size: 10px;
	padding-bottom: 20px;
}




/*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 */
