@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.headRC{
  color: #fff;
	background: #000 url(../img/matereal/rctop_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.headFC{
  color: #fff;
	background: #000 url(../img/matereal/FCtop_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: #000;
	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;
}
.cont td{
	font-size: 12px;
	text-align:left;
}

body.cont2{
	background: #000;
 margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 12px;
}
.cont2 a:link,a:visited,a:active{
	text-decoration:NONE;
	color: #00F;
}
.cont2 a:hover{
	text-decoration:underline;
	color: #00F;
}
.cont2 td{
	font-size: 12px;
	text-align:left;
}

body.main{
  color: #fff;
	background: #000;
  margin: 2px;
  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 }

hr.RE01-solid {	height: 1px; border: none; border-top: 1px #F00 solid;}
hr.BK01-solid {	height: 1px; border: none; border-top: 1px #000 solid;}
hr.BL01-solid {	height: 1px; border: none; border-top: 1px #00F solid;}
hr.GR01-solid {	height: 1px; border: none; border-top: 1px #0F0 solid;}
hr.YE01-solid {	height: 1px; border: none; border-top: 1px #FC0 solid;}
hr.SI01-solid {	height: 1px; border: none; border-top: 1px #999 solid;}
hr.OR01-solid {	height: 1px; border: none; border-top: 1px #F60 solid;}
hr.PI01-solid {	height: 1px; border: none; border-top: 1px #F3C solid;}
hr.GO01-solid {	height: 1px; border: none; border-top: 1px #E90 solid;}

#jsddm
{	margin: 1;
	padding: 1;}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px;}

	#jsddm li a
	{	display: block;
		background: #333;
		padding: 6px 0px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 150px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #060}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #999;}
		
		#jsddm li ul li a:hover
		{	background: #000;}

ul.view {list-style-type: none; width:925px; margin:0px;}
.view li {width:183px; border:1px #cccccc solid; text-align: center; float:left;}
.hd {display: none; position:absolute;}
.hd a {display: block; width: 100%; height:100%; background-color: #ffffff}
.hd a:hover {background-color: #dfffff}
.off {margin:0; background-color: #ffffcc}
.on {position:relative; background-color: #ffdddd}
.on .hd {display: block}

.wrap {
	width:650px;
	background:#000;
	margin:0px auto;
	padding:0px;
}
.wrap p {
	height:650px;
}
.wrap ul {
	display:block;
	overflow:hidden;
	margin-top:0px;
	margin-right:0px;
	clear:both;
}
.wrap li {
	display:block;
	float:left;
	background:#fff;
	margin-right:2px;
	argin-right:3px;
}
.wrap li img {
	cursor:pointer;
}
