@charset "utf-8";
@import url("reset.css");

body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#838383;
	line-height:150%;
}
a {
	text-decoration:none;
	color:#666666;
	}
a:hover {
	color:#ffffff;
	}
#inside {
	width:1003px;
	margin:0 auto;
}
#header #inside {
	height: 106px;
}
#container #inside {
	height: 398px;
	position:relative;
}
h2 {
	font-size:16px;
	padding-bottom:15px;
	font-weight:bold;
	color:#FFFFFF;
	}
h3 {
	font-size:14px;
	padding-bottom:10px;
	font-weight:bold;
	color:#FFFFFF;
	}
h4 {
	padding-bottom:10px;
	font-weight:bold;
	color:#FFFFFF;
	}
p {
	padding-bottom:10px;
	}
li {
	padding-bottom:5px;
	}
#footer #inside {
	height: 160px;	
}
.main-menu {
	font-size:10px;
	padding-top:5px;
	}
.main-menu a {
	display:inline;
	padding:5px 15px;
	}
.sub-menu {
	color:#FFFFFF;
	padding-bottom:0;
	}
.copyright {
	font-size:11px;
	color:#666666;
	}
.rw-intro {
	width:340px;
	}
.rw-intro th {
	width:70px;
	}

.rw-intro th,.rw-intro td, {
	padding:2px;
	}
.btn-left {
	display:block;
	width:21px;
	height:200px;
	position:absolute;
	left:20px;
	top:98px;
	text-indent:-1000em;
	background:url(../images/bg_left.gif) no-repeat center center;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;
	}
.btn-left:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	}
	
.btn-right {
	display:block;
	width:21px;
	height:200px;
	position:absolute;
	right:20px;
	top:98px;
	text-indent:-1000em;
	background:url(../images/bg_right.gif) no-repeat center center;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;
	}
.btn-right:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	}
.pro-pic-s {
	float:left;
	overflow:hidden;
	margin:0 30px 15px 0;
	}
.pro-pic-s th {
	overflow:hidden;
	text-align:center;
	}
.pro-pic-s td {
	text-align:center;
	padding:2px;
	}

a.mb img { border:2px solid #000;}
a:hover.mb img { border:2px solid #fff;}

