@charset "utf-8";

/*************************************************************
	2-layout.css
*************************************************************/






/*************************************************
				main
*************************************************/


.main-image {
	margin-bottom: 10px;
}

#clock-area {
	position: absolute;
	top: 36px;
	right: 0;
}

#campaign-icon {
	position: absolute;
	top: 153px;
	right: 0;
}


/*************************************************
				sub
*************************************************/

#sub {
	background: #c0c4cb;
}

#description-area {
	float: left;
	width: 683px;
	padding-top: 15px;
	padding-left: 20px;
	margin-right: 10px;
}
	* html #description-area {
		margin-right: 5px;
	}

#description-area p {
	font-size: 65%;
	margin-top: 3px;
}

#description-area h2 {
	/*display: inline;*/
}

#description-area h2 img {
	margin-bottom: 4px;
}

#description-area h3 {
	font-size: 65%;
	line-height: 1.5;
	font-weight: bold;
}

#slide-show-area {
	float: left;
	margin-top: 13px;
	margin-right: 22px;
}

#slide-show-area a {
	/*
	width: 274px;
	height: 106px;
	display: block;
	*/
}

/*-- IE6 Hack --*/
* html #slide-show-area {
	margin-right: 20px;
}

#bnr-area {
	
}

.bnr-list {
	float: right;
}

.bnr-list li {
	display: block;
}

.bnr-list li.first-item {
	margin-bottom: 1px;
}

.bnr-list li a {
	text-indent: -9999px;
	width: 237px;
	height: 65px;
	display: block;
	overflow: hidden;
}

.bnr-list li a.bnr-list-item-1 {
	background: url(../images/bnr_serviced_apartments.gif) no-repeat;
}

.bnr-list li a.bnr-list-item-2 {
	background: url(../images/bnr_search.gif) no-repeat;
}

.bnr-list li a:hover {
	background-position: 0 -65px;
}
