body {
	font-family: "MS UI Gothic", "Osaka";
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;	
}
.font_def {
	font-size: 12px;
	letter-spacing: 0px;
	font-family: "MS UI Gothic", "Osaka";
	line-height: 150%;
}
.font_big {
	font-size: 14px;
	letter-spacing: 0px;
	font-family: "MS UI Gothic", "Osaka";
	line-height: 150%;
}
.font_small {
	font-size: 10px;
	letter-spacing: 0px;
	font-family: "MS UI Gothic", "Osaka";
	line-height: 150%;
}
.font_small_height-low {
	font-size: 10px;
	letter-spacing: 0px;
	font-family: "MS UI Gothic", "Osaka";
	line-height: 0.8;
	margin-bottom: 10px;
}
.font_big_strong {
	font-size: 14px;
	letter-spacing: 0px;
	font-family: "MS UI Gothic", "Osaka";
	line-height: 150%;
	font-weight: bold;
}
.font_def_strong {
	font-size: 12px;
	letter-spacing: 0px;
	font-family: "MS UI Gothic", "Osaka";
	line-height: 150%;
	font-weight: bold;
	
}

.top_headline {
	color: #000000;
	font-size: 12px;
	letter-spacing: 0px;
	font-family: "MS UI Gothic", "Osaka";
	line-height: 150%;
	width: 760px;
	background-color: #D5D618;
	border-left: 2px solid #000000;
	padding: 0px;
}

.top_news {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0px;
	font-family: "MS UI Gothic", "Osaka";
	line-height: 150%;
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat;
	width: 760px;
	padding: 0px;
}

.link_ban {
	color: #FFFFFF;
	text-decoration: none;
}
.link_ban A {
	color: #FFFFFF;
	text-decoration: none;
}
.link_ban  A:hover {
	color: #FFFF00;
	text-decoration: none;
}

.btnCss {
	background-color:#CCCCCC;
	border: solid 1px #666666;
	color: #333333;
}
