@charset "utf-8";
.content ul li {
	list-style-type: none;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	list-style-image: none;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	margin-bottom: 0px;
}
.content ul li a { text-decoration: none; }
.content ul li a:hover {
	height: auto;
	width: 400px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #333;
}

.content {
	background-image: url(../img/room_apple_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.container .header #headtitle {
	padding-top: 50px;
	padding-left: 200px;
}

.container .content ul { margin-top: 50px; }
.container .content ul p {
	padding-left: 150px;
	margin-top: 0px;
	padding-top: 0px;
}
