@charset "utf-8";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg1.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;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/header_bg1.png) no-repeat center top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	height: 30px;
	line-height: 40px;
	padding-left: 15px;
}

#header #main-img {
	padding-top: 12px;
	margin-top: 2px;
}

#header #flashcontent {
	padding-top: 16px;
	height: 236px;
}



/*メインメニュー
------------------------------------------------------------------*/
#menu li {
	display: inline;
}



/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg1.png) repeat-y center;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 490px;
	display: inline;
	margin-right: 20px;
	margin-top: 10px;
}

#main p {
	padding: 0.5em 10px;
}

/* Easy Slider */

	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
    #slider2 li{ 
		width:490px;
		height:368px;
		overflow:hidden;
		}	
	
	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 242px;
	display: inline;
	margin-left: 20px;
	margin-top: 10px;
}

#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: #99cc66 url(images/arrow2over.gif) no-repeat 3px center;
	color: #FFFFFF;
}

#sub .waku ul.navmenu li a.current{
    background: #ee9117 url(images/arrow2over.gif) no-repeat 3px center;
	color: #FFFFFF;
}

/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {
	border: 1px solid #999999;
	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

#slider {
    width: 230px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 230px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 204px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}



/*　.ta1テーブル（物件紹介用のテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: url(images/home_mark1.gif) no-repeat right bottom;
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #6b1c02;
	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*/
}

.ta2 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 490px;
	margin-bottom: 1em;
}

.ta2 th {
	width: 80px;
	padding: 5px;
	border-bottom: 1px solid #999999;
}

.ta2 td {
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.ta3 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 490px;
	margin-bottom: 1em;
}

.ta3 th {
	width: 140px;
	padding: 5px;
	border-bottom: 1px solid #999999;
}

.ta3 td {
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.warning {
	border: 2px dotted #990033;
	width: 488px;
	margin-top: 3px;
}

.warning td {
	padding: 5px;
}

.popup1 img {
        display:block;
        top:-10000px;
        left:-10000px;
        position:absolute;
    }

    .popup1 a:hover {
        position:relative;
    }

    .popup1 a:hover img{
        top:-360px;
        left:-270px;
    }

.popup2 img {
        display:block;
        top:-10000px;
        left:-10000px;
        position:absolute;
    }

    .popup2 a:hover {
        position:relative;
    }

    .popup2 a:hover img{
        top:-220px;
        left:130px;
    }

.popup3 img {
        display:block;
        top:-10000px;
        left:-10000px;
        position:absolute;
    }

    .popup3 a:hover {
        position:relative;
    }

    .popup3 a:hover img{
        top:-240px;
        left:-140px;
    }
	
.popup4 img {
        display:block;
        top:-10000px;
        left:-10000px;
        position:absolute;
    }

    .popup4 a:hover {
        position:relative;
    }

    .popup4 a:hover img{
        top:-316px;
        left:-342px;
    }


/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/footer_bg1.png) no-repeat center bottom;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 95px;
	padding-top: 5px;
}

#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: 12px;
	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 */
