@charset "utf-8";

#read{
    float:left;
	clear:both;
    width:100%;
	margin-bottom:50px;
}

#read p{
    float:left;
	width:640px;
}
#read a{
   float:right;
}
#room{
    float:left;
	clear:both;
    width:100%;
	margin-bottom:50px;
}
#room table{
    width:800px;
}
#room table th{
    text-align:center;
	padding-bottom:10px;
}
#room table .th1{
    width:202px;
}
#room table td.td01{
   padding:5px 20px 5px 10px;
}
#room table td.td02{
   padding:5px 10px;
}
#outline{
    float:left;
	clear:both;
    width:100%;
}
#outline table{
    float:left;
	width:618px;
	border-top:solid 1px #333333;
	border-left:solid 1px #333333;
}
#outline table th{
    width:120px;
	vertical-align:top;
    background:url(images/th_bg.gif) left top ;
}
#outline table th,
#outline table td{
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	padding:10px;
}

