@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
}
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: #a40000;
}
.look {
	background: #FFFF99;
}
input, select, textarea {
        font-size: 100%;
}
span.bold1 {font-weight: bold; color: #ffffff;}
span.small1 {font-size: 80%; color: #000000; margin-right:10px;}



/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/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: center;
        background: #cdcdcd;
	padding-right: 0px;
	height: 20px;
	line-height: 20px;
}

#header #main-img {
	padding-top: 12px;
}



/*メインメニュー
------------------------------------------------------------------*/
#menu 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;
}



/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 520px;
	display: inline;
	margin-right: 30px;
	margin-top: 10px;
}

#main2 {
	float: left;
	width: 780px;
	display: inline;
	margin-left: 20px;
	margin-top: 10px;
    
}

#main p {
	padding: 0.5em 10px;
}

#main .waku {
        float: right;
	border: 1px solid #999999;
	width: 210px;
        height: 150px;
        margin-top: 10px;
	margin-left: 25px;
        table-layout: fixed;
        padding: 10px;
        padding-bottom: 5px;
	padding-top: 5px;
        -webkit-border-radius: 5px;	/* Safari、Google Chrome */
        -moz-border-radius: 5px;	/* Firefox */
}

#main .waku2 {
        float: left;
	border: 1px solid #999999;
        background: url(images/oshirase.gif) no-repeat center top;
	width: 520px;
        height: 182px;
        margin-top: 0px;
        margin-bottom: 15px;
	margin-left: 0px;
        table-layout: fixed;
        padding-bottom: 0px;
	padding-top: 0px;
        -webkit-border-radius: 5px;	/* Safari、Google Chrome */
        -moz-border-radius: 5px;	/* Firefox */
}



/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 222px;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
}

#sub p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#sub h4 {
	font-size: 110%;
	border: 0px solid #666666;
	text-align: center;
	background: url(images/btn001.gif) no-repeat left center;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .waku ul.navmenu li a {
	text-decoration: none;
	display: block;
        height: 30px;
	background: url(images/btn002n.gif) no-repeat left center;
	padding-left: 15px;
        padding-top: 0px;
        color: #000000;
	zoom: 1;
}

#sub .waku ul.navmenu li a:hover {
        background: url(images/btn002.gif) no-repeat left center;
	color: #aa0000;
}

/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {
	border: 1px solid #999999;
	padding: 5px;
	background: #E0E8FF;
	margin-bottom: 20px;
    -webkit-border-radius: 5px;	/* Safari、Google Chrome */
    -moz-border-radius: 5px;	/* Firefox */
}



/*　.ta1テーブル（物件紹介用のテーブル）
------------------------------------------------------------------*/
.ta1 {  
        float: left;
	border: 1px solid #999999;
	width: 250px;
        height: 165px;
	margin: 0.5em;
        font-size: 1.1em;
	background: url(images/home_mark.gif) no-repeat right bottom;
        table-layout: fixed;
}

.ta1 td {
	padding: 2px;
	vertical-align: top;
}

.ta1 h3 {
	color: #002e73;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	padding-left: 0px;
	line-height: 20px;
}

.ta1 p {
	line-height: 1.2em;
}

.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: 10px;
}

#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 */
