@charset "utf-8";

/*
-------------------------------------------------------------
div#header
-------------------------------------------------------------
*/
div#header h1{
	background:url(../img/h1.png) no-repeat;
	width:297px; height:0;
	padding:14px 0 0 0; overflow:hidden;
	position:absolute; right:0; top:30px;}
/*
-------------------------------------------------------------
div#main
-------------------------------------------------------------
*/

div.title{}
div.title p,
div.title ul,
div.title ul li{
	float:left; display:inline;}
	
	
div.title ul{
	padding:4px 0 0 66px;}
li#room a{
	background:url(../img/room.png) no-repeat;
	width:67px; height:0;
	padding:50px 0 0 0; overflow:hidden;
	display:block;}
li#location a{
	background: url(../img/location.png) no-repeat;
	width:112px; height:0;
	padding:50px 0 0 0; overflow:hidden;
	display:block;
	margin:0 0 0 50px;}
	
li#room a:hover,
li#location a:hover{
	background-position:0 -50px;}
	
	
/*
-------------------------------------------------------------
div.contents
-------------------------------------------------------------
*/
div.contents{
	padding:30px 0;}
	
	
	

