@charset "EUC-JP";

/* *************************************************************************
	contents.
************************************************************************* */



div#info::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#info {
	width: 100%;
	/*\*/*/
	overflow: hidden;
	/**/
}

#info .left_img {
	float: left;
	width: 280px;
}

#info .right_text {
	float: right;
	width: 425px;
}

h2 {
	margin: 0 0 15px 0;
	width: 427px;
	height: 113px;
	text-indent: -9999px;
		
}

#info ul {
	margin: 0px;
	padding: 0 0 0 1.3em;
	width: 400px;
	line-height: 1.8em;
	list-style-type: circle;
}

.room {
	margin: 20px 0 0 0;
	border: #E9E7DD 1px solid;
}

.intro {
	padding: 15px 0 15px 20px;
	margin: 0 0 15px 0;
	background: #E9E7DD;
}
.intro span {
	font-weight: bold;
}

.attention {
	margin: 5px 0 20px 0;
	font-size: 90%;
	text-align: right;
}

.warning {
	font-size: 120%;
	color: #ffffff;
	font-weight: bold;
	background: #cc0000;
	padding: 1em 1em;
	margin: 80px 0 100px 0;
	text-align: center;
}

