@import url(reset.css);

body {
	background: #fff url(../img/top/bg.jpg) repeat-x;
	font-size: 14px;
	line-height: 1.5em;
	font-family: sans-serif;
}

a {
	color: #f30;
	text-decoration: none;
}
a:hover {
	color: #f30;
	text-decoration: underline;
}

#header {
	width: 968px;
	height: 595px;
	position: relative;
	background: url(../img/top/header_back.png) repeat-y;
	margin: auto;
	overflow: hidden;
}

#header h1 {
	color: #fff;
	text-align: right;
	line-height: 30px;
	font-size: 11px;
}

#flashholder {
	margin: auto;
	margin-top: 10px;
	width:  942px;
	height: 400px;
	background: #ddd;
	text-align: center;
}

/* @group #header */

#header h2 {
	height: 30px;
	background: url(../img/top/header_subtxt.gif) 50% 50% no-repeat;
	text-indent: -9000px;
}

#header .buts {
	height: 114px;
	position: relative;
}
#header .buts a {
	display: block;
	background-image: url(../img/top/header_buts.png);
	background-repeat: no-repeat;
	position: absolute;
	text-indent: -9000px;
}
#header .buts a.facilities,
#header .buts a.booking,
#header .buts a.price {
	width: 231px;
	height: 114px;
}
#header .buts a.onlinebooking,
#header .buts a.mypage {
	width: 226px;
	height: 55px;
}

#header .buts .facilities {
	top: 0px;
	left: 20px;
	background-position: 0px 0px;
}
#header .buts .facilities:hover {
	background-position: 0px -114px;
}

#header .buts .booking {
	top: 0px;
	left: 250px;
	background-position: -230px 0px;
}
#header .buts .booking:hover {
	background-position: -230px -114px;
}

#header .buts .price {
	top: 0px;
	left: 480px;
	background-position: -460px 0px;
}
#header .buts .price:hover {
	background-position: -460px -114px;
}

#header .buts .onlinebooking {
	top: 0px;
	left: 720px;
	background-position: -700px 0px;
}
#header .buts .onlinebooking:hover {
	background-position: -700px -114px;
}

#header .buts .mypage {
	top: 56px;
	left: 720px;
	background-position: -700px -56px;
}
#header .buts .mypage:hover {
	background-position: -700px -170px;
}

/* @end */

#content {
	width: 960px;
	margin: auto;
	overflow: hidden;
}

/* @group #menu */

#menu {
	width: 965px;
	height: 48px;
	overflow: hidden;
	padding: 4px 0px;
	margin-bottom: 10px;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 48px;
	background-image: url(../img/top/menu_buts.png);
	text-indent: -9000px;
}
#menu a.about {
	width: 173px;
	background-position: 0px 0px;
}
#menu a.about:hover {
	background-position: 0px -48px;
}
#menu a.facilities {
	width: 122px;
	background-position: -173px 0px;
}
#menu a.facilities:hover {
	background-position: -173px -48px;
}
#menu a.rooms {
	width: 138px;
	background-position: -295px 0px;
}
#menu a.rooms:hover {
	background-position: -295px -48px;
}
#menu a.rental {
	width: 200px;
	background-position: -433px 0px;
}
#menu a.rental:hover {
	background-position: -433px -48px;
}
#menu a.terms {
	width: 120px;
	background-position: -633px 0px;
}
#menu a.terms:hover {
	background-position: -633px -48px;
}
#menu a.qa {
	width: 98px;
	background-position: -753px 0px;
}
#menu a.qa:hover {
	background-position: -753px -48px;
}
#menu a.inquiry {
	width: 109px;
	background-position: -851px 0px;
}
#menu a.inquiry:hover {
	background-position: -851px -48px;
}

/* @end */

div.ad {
	height: 49px;
	background: url(../img/top/adbar.png);
	text-indent: -9000px;
}

.clear {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

#content .main {
	padding-top: 15px;
	background: url(../img/top/main_bg.jpg) 0 0 no-repeat;
}

#content .text {
	width: 590px;
	float: left;
	overflow: hidden;
	padding: 0px 10px;
}
#content .text ul {
	margin-top: 10px;
	list-style-position: outside;
	list-style-image: url(../img/top/blueli.gif);
	margin-left: 20px;
	margin-bottom: 15px;
}
#content .text ul li {
	margin-bottom: 15px;
}
#content .text h2 {
	width: 430px;
	height: 28px;
	background: url(../img/top/rentalslogan.gif);
	margin-bottom: 15px;
	text-indent: -9000px;
}

#content .topics {
	width: 320px;
	float: right;
	overflow: hidden;
}
#content .topics h3 {
	height: 29px;
	background: url(../img/top/topics_hd.png);
	text-indent: -9000px;
	margin-bottom: 5px;
}
.topics .item {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #333;	
}

.topics .item .date {
	background: url(../img/top/li.png) 0% 50% no-repeat;
	padding-left: 18px;
}
.topics .item a {
	display: block;
	margin-left: 15px;
}

.topics ul.banners {
	height: 150px;
	background: url(../img/top/banners_bg.png);
	overflow: hidden;
	line-height: 30px;
}
.topics ul.banners a {
	display: block;
	background: url(../img/top/li.png) 0% 50% no-repeat;
	padding-left: 18px;
	height: 30px;
	width: 300px;
	overflow: hidden;
	color: #444;
	text-decoration: none;
}
.topics ul.banners a:hover {
	color: #f30;
}

#botmenu {
	margin-top: 30px;
	text-align: center;
}
#botmenu a {
	color: #444;
	font-size: 12px;
}
#footer {
	height: 30px;
	line-height: 30px;
	background: #000;
	padding: 0px 10px;
	position: relative;
	margin-bottom: 10px;
}
#footer a {
	color: #fff;
	margin-right: 15px;
	font-size: 11px;
}
#footer span {
	display: block;
	line-height: 1.2em;
	color: #ccc;
	font-size: 10px;
	position: absolute;
	right: 10px;
	bottom: 3px;
}

