@import url("common.css");


#wrapper{
	width: 925px;
	background-image: url(../img/index_title.jpg);
	background-repeat: no-repeat;
	height: 100%;
	min-height:100%;
}
.result {
	width: 565px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: auto;
	margin-left: auto;
}
.result th, .result td {
	text-align: center;
	border: 1px solid #CCCCCC;
	height: 40px;
}
table.result td.list{
	background-color: #E9FAFE;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	font-size: 13px;
	font-weight: bold;
}
table.result td.comment{
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 5px;
}
