@charset "utf-8";


/*--------------------------------------
ホテルガイド用CSS
---------------------------------------*/

.catNavi{
	width:750px;
	} 

.catNavi li{
	display:inline;
	color:#757575;
	}


.wakuBox01,
.wakuBox02{
	margin-top:20px;
	margin-bottom:20px;
	width:750px;
	}

.wakuBox01 ul,
.wakuBox02 ul{
	margin:5px 7px 10px;
	}

.wakuBox01 li,
.wakuBox02 li{
	padding:3px 0 6px;
	background:url(../imgre/hotelguide/line.gif) repeat-x left bottom;
	}

.wakuBox01 li a,
.wakuBox02 li a{
	display:block;
	padding-left:17px;
	background:url(../imgre/hotelguide/icn.gif) no-repeat left top;
	}


.wakuBox01{
	background:url(../imgre/hotelguide/waku_body.gif) repeat-y;
	}

.wakuBox02{
	background:url(../imgre/hotelguide/waku_body02.gif) no-repeat center bottom;
	}

.waku{
	clear:both;
	text-indent:-9999em;
	font-size:1px;
	}

.wakuFoot01{
	height:10px;
	background:url(../imgre/hotelguide/waku_foot.gif) no-repeat;
	}


