@charset "utf-8";
/* CSS Document */

#container #wrapper #sidebar {
	float: left;
	width: 275px;
}
#container #wrapper #sidebar .board {
	padding: 9px;
	width: 255px;
	border: 1px solid #B4D2DA;
}
#container #wrapper #sidebar .board .title {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	background-image: url(../images/title_icon.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left center;
	width: 100%;
	margin-bottom: 6px;
}
#container #wrapper #sidebar .board ul {
	margin: 0px;
	padding: 0px;
}
#container #wrapper #sidebar .board li {
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
	list-style-type: none;
	line-height: 22px;
}
#container #wrapper #main {
	float: left;
	padding: 9px;
	width: 615px;
	margin-left: 10px;
	border: 1px solid #B4D2DA;
}
#container #wrapper #main .title {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	background-image: url(../images/title_icon.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left center;
	width: 100%;
	margin-bottom: 6px;
}
#container #wrapper #main .list {
	width: 595px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-left: 20px;
	margin-bottom: 10px;
}
#container #wrapper #main .list h2 {
	text-indent: 90px;
	margin: 0px;
}
#container #wrapper #main .list h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#container #wrapper #main .list .summary {
	color: #666666;
	padding-top: 5px;
}
#container #wrapper #main .list .parameter {
	color: #999999;
}
#container #wrapper #main h1 {
	font-size: 24px;
	text-align: center;
}
#container #wrapper #main table {
	width: 613px;
	border: 1px solid #B4D2DA;
	background-color: #F5F5F5;
	line-height: 21px;
}
#container #wrapper #main th {
	font-weight: normal;
	background-image: url(../images/th_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
	text-align: left;
}
#container #wrapper #main .th {
	width: 613px;
	border: 1px solid #B4D2DA;
	background-color: #F5F5F5;
	line-height: 21px;
	font-weight: bold;
	background-image: url(../images/th_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
	margin-top: 10px;
	color: #0000FF;
}
#container #wrapper #main ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
#container #wrapper #main p {
	margin-top: 5px;
	margin-bottom: 0px;
	text-indent: 20px;
	color: #666666;
}
#container #wrapper #main .p {
	margin-top: 5px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.star0 {
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.star1 {
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: left -21px;
}
.star2 {
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: left -42px;
}
.star3 {
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: left -63px;
}
.star4 {
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: left -84px;
}
.star5 {
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: left -105px;
}

