@charset "utf-8";
/* ===================================================================
CSS information

 file name  :service.css
 author     :Ability Consultant
style info  :客室設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/

/* #pagenav 
-----------------------------------------------*/
#service #pagenav ul {
	background: url(../images/service/menu_pnav.gif) no-repeat 0 0;
}

/* 全室共通のアメニティと設備< */
#service #pagenav ul .pn_kyo {
	width: 188px;
}

#service #pagenav ul .pn_kyo a:hover {
	background: url(../images/service/menu_pnav.gif) no-repeat 0 -38px;
}

/* 部屋限定のアメニティと設備 */
#service #pagenav ul .pn_gen {
	width: 188px;
}

#service #pagenav ul .pn_gen a:hover {
	background: url(../images/service/menu_pnav.gif) no-repeat -188px -38px;
}

/* 客室サービス */
#service #pagenav ul .pn_ser {
	width: 188px;
}

#service #pagenav ul .pn_ser a:hover {
	background: url(../images/service/menu_pnav.gif) no-repeat -376px -38px;
}

/* 客室備品貸出サービス */
#service #pagenav ul .pn_ren {
	width: 188px;
}

#service #pagenav ul .pn_ren a:hover {
	background: url(../images/service/menu_pnav.gif) no-repeat -564px -38px;
}

/* 自販機サービス */
#service #pagenav ul .pn_jihan {
	width: 188px;
}

#service #pagenav ul .pn_jihan a:hover {
	background: url(../images/service/menu_pnav.gif) no-repeat -752px -38px;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

/* 客室共通 
-----------------------------------------------*/
#service #main h3 {
	margin: 0 0 15px 0;
}

#service .con_service {
	width: 705px;
	margin: 0 0 30px 0;
	background-color: #1e2b00;
}

#service .con_service ul {
	padding: 0 10px;
	text-align: right;
}

#service .con_service ul li {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	background: url(../images/ic_arrow02.gif) no-repeat 0 5px;
	font-size: 90%;
	display: inline;
}

#service .con_service ul li a {
	color: #ceb45c;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

a:link {color:#008080; text-decoration:underline;}
a:visited {color:#00aaaa; text-decoration:underline;}