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

div#main {
	font-size:16px;
	line-height:22px;
}

div#main p {
	margin:0 0 7px;
	padding:0;
}


table#gaiyo, table#his  {
	width:100%;
}
table#gaiyo td, table#his td, table#gaiyo th, table#his th {
	font-weight:normal;
	text-align:left;
	padding:10px 10px 0;
}

table#gaiyo th {
	vertical-align:top;
	background-color:rgb(232,243,255);
	border-bottom:5px solid rgb(255,255,255);
}
table#gaiyo td {
	border-bottom:1px solid rgb(232,243,255);
}
table#his th {
	background-color:rgb(228,252,214);
	vertical-align:top;
	border-bottom:5px solid rgb(255,255,255);
}
table#his th.mon {
	background-color:rgb(245,255,219);
	vertical-align:top;
}
table#his td {
	border-bottom:1px solid rgb(228,252,214);
}

div#main img.showRoom {
	float:left;
	padding:0 18px 0 0;
}

