@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
.new {
	background-image: url(../room/waku.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 21px;
	width: 156px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: center;
}

table.staff {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



td.t_left1 {
	background-color: #eee8dc;
	border-top-left-radius: 10px;
	height: 30px;
	text-align: center;
	width: 200px;
}

td.t_left2 {
	background-color: #eee8dc;
	height: 30px;
	text-align: center;
	width: 200px;
}

td.t_left3 {
	background-color: #eee8dc;
	border-bottom-left-radius: 10px;
	height: 30px;
	text-align: center;
	width: 200px;
}

td.t_c1 {
	height: 30px;
	text-align: center;
	background-color: #f3f0e9;	
}

td.t_r1 {
	height: 30px;
    text-align: center;
	background-color: #f3f0e9;
	border-top-right-radius: 10px;
}

td.t_r2 {
	height: 30px;
    text-align: center;
	background-color: #f3f0e9;
}

td.t_r3 {
	height: 30px;
    text-align: center;
	background-color: #f3f0e9;
	border-bottom-right-radius: 10px;
}

table.staff2 {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tokiwa {
	clear: both;
	float: left;
	width: 600px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#tokiwa ul {
}

#tokiwa li {
	height: 23px;
	list-style-position: inside;
	list-style-image: url(../all/mos-maru.jpg);
	margin-top: 5px;
	margin-bottom: 10px;
}

#mori {
	clear: both;
	float: left;
	width: 600px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#mori ul {
}

#mori li {
	height: 23px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-image: url(../all/y-maru.jpg);
}
