@charset "utf-8";
/* CSS Document */

.room_left{
	float: left;
	width: 330px;
	margin-bottom: 10px;
}
.room_right{
	float: right;
	width: 330px;
	margin-bottom: 10px;
}

h5{
	width: 330px;
	height: 25px;
	margin-bottom: 5px;
}

.room_inner{
	width: 325px;
	height: 175px;
	padding-left: 5px;
}
.room_inner img{
	width: 110px;
	height: 175px;
	margin-right: 10px;
	float: left;
}
a.riku {
	width: 110px;
	height: 175px;
	display: block;
	margin-right: 10px;
	float: left;
	background: url(../room/image/door_riku.gif) no-repeat;
}
a.riku:hover {
	background-position: -110px 0;
}
a.fumiya {
	width: 110px;
	height: 175px;
	display: block;
	margin-right: 10px;
	float: left;
	background: url(../room/image/door_fumiya.gif) no-repeat;
}
a.fumiya:hover {
	background-position: -110px 0;
}
a.secret {
	width: 110px;
	height: 175px;
	display: block;
	margin-right: 10px;
	float: left;
	background: url(../room/image/door_secret.gif) no-repeat;
}
a.secret:hover {
	background-position: -110px 0;
}

a.hokenshitsu {
	width: 110px;
	height: 175px;
	display: block;
	margin-right: 10px;
	float: left;
	background: url(../room/image/door_hokenshitsu.gif) no-repeat;
}
a.hokenshitsu:hover {
	background-position: -110px 0;
}

.room_inner ul{
	width: 205px;
	height: 175px;
	float: left;
	font-size: 12px;
}
.room_inner ul li{
	line-height: 20px;
	padding-left: 55px;
}
.room_inner ul li.character{
	line-height: 35px;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background: url(../room/image/character.gif) no-repeat;
}
.room_inner ul li.novel {
	background: url(../room/image/novel.gif) no-repeat;
}
.room_inner ul li.explanation {
	background: url(../room/image/explanation.gif) no-repeat;
}
.room_inner ul li.enter_id {
	background: url(../room/image/enter_id.gif) no-repeat;
}
.room_inner ul li.enter_password {
	background: url(../room/image/enter_password.gif) no-repeat;
}
.room_inner ul li.id {
	background: url(../room/image/id.gif) no-repeat;
}
.room_inner ul li.password {
	background: url(../room/image/password.gif) no-repeat;
}
.room_bottom {
	width: 330px;
	height: 5px;
	background: url(../work/image/separate.gif) no-repeat;
	overflow: hidden;
}