@charset "utf-8";
/*intro*/
#intro{
	background-image: url(../images/bg_contents.jpg);
	background-repeat: repeat-y;
	width: 570px;
	margin: 0px 0px 11px 2px;
	padding: 0px;
}
#intro h3{
	background-image: url(../images/title_intro.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 46px;
	width: 570px;
	text-indent: -9999px;
}
#intro a{
	color: #333333;
	text-decoration: none;
}
#intro a:hover{
	color: #333333;
	text-decoration: underline;
}
#intro-bottom{
	background-image: url(../images/bg_contents_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 570px;
}
#intro dl{
	width: 270px;
	margin: 0px 0px 0px 10px;
	_margin: 0px 5px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	background-image: url(../images/bg_intro.jpg);
	background-repeat: no-repeat;
	height: 150px;
	float: left;
}
#intro dt{
	background-image: url(../images/title_ico.jpg);
	background-repeat: no-repeat;
	margin: 8px 0px 0px 9px;
	padding: 0px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
#intro dd.left{
	margin: 0px;
	padding: 3px 5px 0px 9px;
	width: 126px;
	float: left;
}
#intro dd.left img{
	margin: 0px;
	padding: 0px;
	border-left: 5px solid #EF65AA;
}
#intro dd.right{
	margin: 0px;
	padding: 3px 0px 0px;
	width: 125px;
	float: left;
	font-size: 12px;
	line-height: 130%;
}
#intro dd.bt{
	margin: 0px;
	padding: 3px 0px 0px;
	width: 125px;
	float: left;
	text-align: right;
}

/*roomnavi*/
#roomnavi{
	background-image: url(../images/bg_contents.jpg);
	background-repeat: repeat-y;
	width: 570px;
	margin: 0px 0px 11px 2px;
	padding: 0px;
	text-align: center;
}
#roomnavi h3{
	background-image: url(../images/title_roomnavi.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 570px;
	text-indent: -9999px;
}
#roomnavi-bottom{
	background-image: url(../images/bg_contents_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 570px;
}
#roomnavi h4{
	display: none;
}
#roomnavi div#mainbg{
	background-image: url(../images/bg_roomnavi_title.jpg);
	background-repeat: no-repeat;
	margin: 3px auto 0px;
	padding: 0px;
	height: 119px;
	width: 550px;
	text-align: left;
}
#roomnavi p{
	margin: 0px 0px 0px 20px;
	padding: 50px 0px 0px;
	width: 385px;
	font-size: 12px;
	line-height: 140%;
}
#roomnavi ul{
	margin: 10px 0px 0px;
	padding: 0px;
	width: 570px;
	list-style-type: none;
	font-size: 10px;
	line-height: 100%;
}
#roomnavi li{
	margin: 0px;
	padding: 0px 3px;
	display: inline;
	width: 270px;
	height: 46px;
}
/*new*/
#new{
	background-image: url(../images/bg_contents.jpg);
	background-repeat: repeat-y;
	width: 570px;
	margin: 0px 0px 11px 2px;
	padding: 0px;
	text-align: center;
}
#new h3{
	background-image: url(../images/title_new.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 570px;
	text-indent: -9999px;
	text-align: left;
}
#new-bottom{
	background-image: url(../images/bg_contents_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 570px;
}
#new dl{
	width: 552px;
	margin: 9px 0px 0px 15px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}
#new dt{
	background-image: url(../images/new_ico.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 1px 0px 0px 15px;
	width: 40px;
	float: left;
}
#new dd{
	margin: 0px;
	padding: 1px 0px 0px;
	width: 460px;
	float: right;
}
#new p{
	background-image: url(../images/b_dot.gif);
	margin: 0px auto 10px;
	padding: 0px;
	height: 1px;
	width: 552px;
	clear: both;
	float: none;
	background-repeat: repeat-x;
}


