@charset "utf-8";
/* CSS Document */
body {
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #B3C5EB;
	background-position: center center;
	background-image: url(img/background.jpg);
}

body a:link, a:active, a:visited {
	color: #dc231e;
	text-decoration: none;
	font-weight: bold;
}

body a:hover {
	color: #254C2D;
	text-decoration: underline;
	font-weight: bold;
}

.body_main_frame {
	margin:0 auto;
	top:0px;
	width:900px;
	position: relative;
	background-color: #FFF;

}
.table_nobord_center {
	text-align: center;

}
.body_foot_copyright {
	font-size: x-small;
	color: #999;
	text-align: center;
}
.news_title {
	font-size: x-large;
	color: #dc231e;
	font-weight: bold;
	text-transform: capitalize;
}
.news_body {
	text-align: justify;
}
.table_nobord_right {
	text-align: right;
}
.newsindex_title,.newsindex_title a:link,.newsindex_title a:active,.newsindex_title a:visited {
	font-size: medium;
	color: #dc231e;
	font-weight: bold;
	text-transform: capitalize;
}

.newsindex_title a:hover {
	text-decoration: underline;
}
.news_date {
	font-size: x-small;
	color: #999;
	text-align: left;
	text-transform: capitalize;
}
.news_title_position {
	font-size: 16px;
	color: #dc231e;
	font-weight: bold;
	text-transform: capitalize;
}
.news_body_position {
	text-align: justify;
	font-size: 11px;
}
.news_box_position {
	vertical-align: top;
}
.news_readmore {
	top: -10px;
	position: relative;
}
.ranking_table_top {
	color: #FFF;
	background-color: #666;
}
.ranking_table_bgray1 {
	background-color: #CCC;
}
.ranking_table_bgray2 {
	background-color: #DFDFDF;
}
.ranking_table {
	font-size: 12px;
	color: #333;
}
.calendar_table {
	background-color: #dc231e;
	color: #FFF;
}
.calendar_camp_name {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.calendar_camp_city {
	font-size: x-small;
	font-weight: bold;
	color: #999;
}
.calendar_hyper a:link,.calendar_hyper a:active,.calendar_hyper a:visited {
	color: #333;
	text-decoration: none;
}

.calendar_hyper a:hover {
	text-decoration: underline;
}

