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

#banar_box {
	color: #000;
	background-color: #FFF;
	text-align: center;
	float: left;
	width: 200px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 550px;
}


#main_box {
	width: 750px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	float: right;
}

#wrapper #main_box table tr td {
	text-align: center;
}

th{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}

th,td{
	padding-top: 6px;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.gray{
	color:#999;
}
.blue{
	color:#00F;
}
.yellow{
	color:#FC0;
}
.red{
	color:#F00;
}
.pink{
	color:#F0F;
}
