@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.iframe{
	font-size:12px;
	font-family:sans-serif;
	color:#000;
	background-color:#FFF;
}

.iframe a:link,a:visited,a:active{
	text-decoration:NONE;
	color: #00F;
}
.iframe a:hover{
	text-decoration:underline;
	color: #00F;
}
.iframe td{
	font-size: 12px;
	text-align:left;
}

.iframe#Dark{
	background-color:#333;
	color:#FFF;
}

.iframe#Black{
	background-color:#000;
	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.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;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}