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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: x-small;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}#box {
	clear: both;
	height: 400px;
	width: 600px;
	/* [disabled]background-color: #9FC; */
}
.star_icon {
	background-image: url(../images/star_icon.gif);
	height: 20px;
	width: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	/* [disabled]background-color: #F3F; */
	padding-top: 10px;
	overflow: hidden;
}
.cell_width {
	width: 60px;
	/* [disabled]border: 1px solid #999; */
}
table, td, th {
	border: 1px #CCCCCC solid;
}
table {
	height: 300px;
	width: 400px;
	float: left;
	overflow: hidden;
	text-align: center;
}
p {
	padding: 0px;
	/* [disabled]background-color: #96F; */
	width: 190px;
	float: right;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 180px;
}
.clear {
	clear: both;
}
#box h3 {
	color: #F3F;
	height: 20px;
	width: 150px;
	line-height: 20px;
	vertical-align: middle;
}
.cell_widh_2 {
	width: 70px;
}
