@charset "utf-8";
/* CSS Document */

@import "font-set.css";
@import "table-set.css";

/* body */

body.bodyWH{
  color: #000;
	background: #FFF;
	margin: 5;
  padding: 5;
  font-size: 12px;
}
.bodyWH a:link,a:visited,a:active{
	text-decoration:NONE;
	color: #000;
}
.bodyWH a:hover{
	text-decoration:underline;
	color: #000;
}
.bodyWH td{
	font-size: 12px;
	text-align:left;
}

body.headder{
  color: #fff;
	background: #000 url(../img/matereal/top_bg.jpg) 0 0 ;
 	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top  margin: 0;
	margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 12px;
}

body.menu{
  color: #fff;
	background: #000 url(../img/matereal/background.png);
 margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 12px;
}
.menu a:link,a:visited,a:active{
	text-decoration:NONE;
	color: #FFF;
}
.menu a:hover{
	text-decoration:underline;
	color: #FFF;
}

body.cont{
  color: #fff;
	background: #000 url(../img/matereal/background.png);
 margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 12px;
}
.cont a:link,a:visited,a:active{
	text-decoration:NONE;
	color: #FFF;
}
.cont a:hover{
	text-decoration:underline;
	color: #FFF;
}

body.cont_BK{
  color: #fff;
	background: #000;
 margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 12px;
}
.cont a:link,a:visited,a:active{
	text-decoration:NONE;
	color: #FFF;
}
.cont a:hover{
	text-decoration:underline;
	color: #FFF;
}

body.cont_DG{
  color: #fff;
	background: #333;
 margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 12px;
}
.cont a:link,a:visited,a:active{
	text-decoration:NONE;
	color: #FFF;
}
.cont a:hover{
	text-decoration:underline;
	color: #FFF;
}

body.main{
  color: #fff;
	background: #000;
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 12px;
}.main a:link,a:visited,a:active{
	text-decoration:NONE;
	color: #FFF;
}
.main a:hover{
	text-decoration:underline;
	color: #FFF;
}

td.TOK{
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
	background-color: #444;
	border: 0px;
	margin: 5px;
}

td.TOK2{
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	border: solid 1px #666;
	margin: 5px;
}

hr.Y-SOLID_2{
	height:0px;
	border:0px;
	border-top: 2px solid #FC0;
}

span {font-size:10px; color: #FFF; font-weight: none }

