@charset "UTF-8";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(img/bg.gif);
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #006699;
}
a:hover {
	color: #EB7D14;
}
.look {
	background: #006699;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(&lt;$MTBlogURL$>img/header_bg.gif) no-repeat center top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
}

.hh1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
}



#header #main-img {
	background:url(img/main_img.jpg) no-repeat;
text-align:left;
height:164px;
margin-left:10px;
}

#header img{margin:50px 0px 0px 40px;}


/*メインメニュー
------------------------------------------------------------------*/
#menu li {
	display: inline;
}



/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	background: url(img/contents_bg.gif) repeat-y center;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}


#topad{
padding:3px 0px 0px 30px;
border-top:2px solid #333333;
margin-left:1px;
margin-right:1px;
}

.wakutop{border:1px solid #888888;padding:10px;margin:10px 5px 10px 5px;}

/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 552px;
	display: inline;
	margin-right: 20px;
	margin-top: 5px;
}

p {
	padding: 0.5em 10px;line-height:1.5;
}

.navi{
line-height:1.4;
font-size:12px;
padding:0px;
margin:2px 10px;
}

#main a:hover img{
filter:Alpha(opacity=80);/*IE*/
opacity:0.8;/*Mozzila*/
}


#main h1,h2,h3,h4{background: url(img/midashi_base.gif) no-repeat;
	font-size: 14px;
	line-height: 34px;
	padding-left: 15px;}


h3.archives{background:url(img/h3arc.gif) no-repeat left center;
margin:5px 0px 0px 10px;
font-size: 12px;line-height: 2;
padding:5px 0px 5px 10px;}



.hidari{float:left;margin:0px 10px 5px 5px;}
.migi{float:right;margin:0px 5px 10px 5px;}


#main ul{margin-left:10px;
border-bottom:1px dotted #333333;}

#main li{
background:url(img/arrow2.gif) no-repeat left center;
padding-left:15px;
line-height:2.0;

}

.data{
border:1px solid #777777;
width:540px;
margin:10px 0px 10px 5px;
border-collapse: collapse;
border-spacing: 0;
}

.data th{
border:1px solid #777777;
padding: 5px;
text-align:center;
line-height: 100%;
background:#F8FAFD;
}

.data tr{border:1px;}

.data td{
border:1px solid #777777;
padding: 5px;
text-align:center;
line-height: 100%;
}

.datatitle{background-color:#E0E7FF !important;}

.spl{
font-size:12px;
font-weight:bold;
border-bottom:1px dotted #333333;
padding-left:3px;
margin-bottom:5px;
}



/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 180px;
	display: inline;
	margin-left: 20px;
	margin-top: 5px;
}

#sub p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#sub h4 {
	font-size: 100%;
	border:1px solid #666666;
	background: #999999 url(img/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
padding-left:10px;
}


#sub a {
	color: #000000;}

#sub ul{
margin-top:5px;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/

a.hikaku{
	background-image: url(img/hikaku4.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	}


a:hover.hikaku{background-image: url(img/hikaku4.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;	
	}



/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {
	border: 1px solid #999999;
	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 10px;
}

#sub .wakuad {
	border: 1px solid #999999;
	padding: 5px 5px 5px 10px;
	background: #FFFFFF;
	margin-bottom: 10px;
}




/*　.ta1テーブル（物件紹介用のテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 540px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h4 {
	color: #2F589C;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(img/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(img/footer_bg.gif) no-repeat center bottom;
	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 */


.waku1{float:left;border:1px solid #666666;background:#BDBDBD;
width:125px;color:#000000;padding-left:5px;}

.waku2{border:1px solid #666666;width:338;padding-left:140px}

.aka{color:#FF0000;font-weight:bold}
