@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	font-family: Tahoma, Arial, sans-serif, serif;
	font-size: 0.8em;
	color: #000000;
	background: #000000;
}

a:link { color: #FFFFFF; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:active { color: #FFFFFF; text-decoration: none }
a:hover { color: #f05b25; text-decoration: underline }

img { border: none; }

hr { display:none; }

a.linkpage {
	color:#000000;
	background:#EFF6FE;
	padding:0 5px 0 5px;
}

a.linkpage_now {
	color:#FFFFFF;
	background:#f05b25;
	padding:0 5px 0 5px;
	text-decoration:none;
}


#body-frame {
	position: relative;
	float: none;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

#body-frame-body {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 1000px;
	background: #000000;
	/* background:url(../images/bg.jpg); */
	/* background-repeat:no-repeat; */
}

#body-top {
	float:left;
	width:1000px;
}

#body-top-logo {
	float:left;
	width:200px;
}

#body-top-right {
	float:left;
	width:770px;
	padding:10px 30px 0 0;
}

#body-top-right2 {
	float:left;
	width:770px;
	padding:30px 0 0 0;
}

#body-home-photo {
	float:left;
	width:1000px;
}

#body-home-intro {
	float:left;
	width:1000px;
	padding: 20px 0 0 0;
	color:#999;
}

#body-home-line {
	float:left;
	width:1000px;
	padding: 0;
}

#body-page-line1 {
	float:left;
	width:1000px;
	padding: 30px 0 0 0;
}

#body-page-line2 {
	float:left;
	width:1000px;
	padding: 0;
}

#body-page-line3 {
	float:left;
	width:1000px;
	padding: 20px 0 0 0;
}

#body-contact {
	float:left;
	width:420px;
	min-height:236px;
	padding: 60px 30px 0 550px;
	color:#FFFFFF;
	background:url(../images/bg_contact.jpg);
	background-repeat:no-repeat;
}

#body-member {
	float:left;
	width:940px;
	min-height:236px;
	padding: 10px 30px 0 30px;
	color:#666666;
}

#body-home-copyright {
	float:left;
	width:1000px;
	padding: 0 0 5px 0;
	text-align:center;
	color:#666666;
}

#body-home-powerby {
	float:left;
	width:1000px;
	padding: 0 0 10px 0;
	text-align:center;
	color:#333333;
	font-size:10px;
}


#body-home-powerby a:link { color: #333333; text-decoration: none }
#body-home-powerby a:visited { color: #333333; text-decoration: none }
#body-home-powerby a:active { color: #333333; text-decoration: none }
#body-home-powerby a:hover { color: #333333; text-decoration: underline }


#body-menulink {
	float:left;
	width:1000px;
	background-color:#000000;
}

#menulink ul{
	position: relative;
	float: left;
	height: 34px;
	width:890px;
	display: block;
	margin: 0;
	padding: 0 0 0 50px;
}

#menulink ul li {
	position: relative;
	float: left;
	display: block;
}

#menulink ul li span {
	position: relative;
	float: left;
	display: block;
	padding: 8px 0 0 0;
	height:26px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#menulink ul li.promotion span {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	height:34px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#menulink ul li.promotion {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	height:34px;
	width:90px;
}

#menulink ul li.promotion a {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	height:34px;
	width:90px;
	background:url(../images/promotion.gif);
}

#menulink ul li.promotion a.active {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	height:34px;
	width:90px;
	background:url(../images/promotion_hover.gif);
}

#menulink ul li.promotion a:hover {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	height:34px;
	width:90px;
	background:url(../images/promotion_hover.gif);
}

#menulink ul li a {
	position: relative;
	float: left;
	display: block;
	padding: 8px 0 0 0;
	height:26px;
	width:90px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#menulink ul li a.active {
	position: relative;
	float: left;
	display: block;
	padding: 8px 0 0 0;
	height:26px;
	width:90px;
	text-align:center;
	color:#f05b25;
	font-weight:bold;
	text-decoration:none;
}

#menulink ul li a:hover {
	position: relative;
	float: left;
	display: block;
	padding: 8px 0 0 0;
	height:26px;
	width:90px;
	text-align:center;
	color:#f05b25;
	font-weight:bold;
	text-decoration:none;
}


#page-menulink {
	float:left;
	width:190px;
	padding:0 20 0 0;
}

#left-menulink ul{
	position: relative;
	float: left;
	width:190px;
	display: block;
	margin: 0;
	padding: 0;
}

#left-menulink ul li {
	position: relative;
	float: left;
	width:190px;
	display: block;
}

#left-menulink ul li a {
	position: relative;
	float: left;
	width:175px;
	padding:2px 0 2px 15px;
	display: block;
	color:#666666;
	text-decoration:none;
	background:url(../images/h_arrow_gray.jpg);
	background-repeat:no-repeat;
}

#left-menulink ul li a.active {
	position: relative;
	float: left;
	width:175px;
	padding:2px 0 2px 15px;
	display: block;
	color:#f05b25;
	background:url(../images/h_arrow_orange2.jpg);
	background-repeat:no-repeat;
}

#left-menulink ul li a.active2 {
	position: relative;
	float: left;
	width:175px;
	padding:2px 0 2px 15px;
	display: block;
	color:#f05b25;
	background:url(../images/h_arrow_orange.jpg);
	background-repeat:no-repeat;
}

#left-menulink ul li a:hover {
	position: relative;
	float: left;
	width:175px;
	padding:2px 0 2px 15px;
	display: block;
	color:#f05b25;
	text-decoration:none;
	background:url(../images/h_arrow_orange.jpg);
	background-repeat:no-repeat;
}

#left-menulink ul.sub {
	position: relative;
	float: left;
	width:175px;
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
}

#left-menulink ul.sub li {
	position: relative;
	float: left;
	width:175px;
	display: block;
}

#left-menulink ul.sub li a {
	position: relative;
	float: left;
	width:160px;
	padding:2px 0 2px 15px;
	display: block;
	text-decoration:none;
	background:url(../images/h_arrow_gray.jpg);
	background-repeat:no-repeat;
}

#left-menulink ul.sub li a.active {
	position: relative;
	float: left;
	width:160px;
	padding:2px 0 2px 15px;
	display: block;
	color:#f05b25;
	background:url(../images/h_arrow_orange.jpg);
	background-repeat:no-repeat;
}

#left-menulink ul.sub li a:hover {
	position: relative;
	float: left;
	width:160px;
	padding:2px 0 2px 15px;
	display: block;
	color:#f05b25;
	text-decoration:none;
	background:url(../images/h_arrow_orange.jpg);
	background-repeat:no-repeat;
}



#body-home-login {
	float:left;
	width:1000px;
	padding: 20px 0 0 0;
}

#body-home-login .left{
	float:left;
	width:270px;
	padding-left:30px;
}

#body-home-login .center{
	float:left;
	width:400px;
}

#body-home-login .right{
	float:left;
	width:300px;
}

#body-page {
	float:left;
	width:1000px;
	padding: 20px 0 0 0;
}

#body-page .left{
	float:left;
	width:210px;
	padding:0 0 0 10px;
}

#body-page .center{
	float:left;
	width:590px;
	padding:0 10px 0 0;
}

#body-page .center_content{
	/* display:block; */
	float: left;
	width: 570px;
	/* height:600px; */
	min-height:600px;
	padding:15px 5px 15px 15px;
	background-color:#FFFFFF;
	color:#666666;
	/* overflow:auto; */
}

#body-page .center_width{
	float:left;
	width:720px;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
}

#body-page .center_width_content{
	float:left;
	width:680px;
	padding:20px 20px 20px 20px;
	background-color:#FFFFFF;
	color:#666666;
}

#body-page .right{
	float:left;
	width:180px;
	padding:10px 0 0 0;
}

#body-page .right2{
	float:left;
	width:976px;
	padding-right:24px;
	text-align:right;
}

#body-contact-intro {
	float:left;
	width:1000px;
	padding: 10px 0 0 0;
	color:#999;
	background:#000000;
}

#body-contact-intro .detail {
	/* display:block; */
	float:left;
	width:430px;
	/* height:280px; */
	padding: 10px 10px 10px 10px;
	/* overflow:auto; */
	text-align:justify;
}

.text-input {
	border:0;
	background-color:#FFFFFF;
}

.table_header {
	padding:3px 3px 3px 3px;
	text-align:center;
	color:#FFFFFF;
}

.table_title {
	padding:3px 3px 3px 3px;
	text-align:right;
	font-weight:bold;
	color:#FFFFFF;
}

.table_body_l {
	padding:3px 3px 3px 3px;
}

.table_body_r {
	padding:3px 3px 3px 3px;
	text-align:right;
}

.table_body_c {
	padding:3px 3px 3px 3px;
	text-align:center;
}

.comment {
	font-size: 0.8em;
	color:#FFFF00;
}

.article_list {
	float:left; 
	width:510px; 
	border-bottom:1px #DDDDDD dashed; 
	margin-bottom:10px;
}

.article_list a:link { color: #000000; text-decoration: none }
.article_list a:visited { color: #000000; text-decoration: none }
.article_list a:active { color: #000000; text-decoration: none }
.article_list a:hover { color: #f05b25; text-decoration: underline }



.webboard_list {
	float:left; 
	width:680px;
	padding:0 0 10px 0;
	background-color:#FFFFFF;
}

.webboard_list a:link { color: #f05b25; text-decoration: none }
.webboard_list a:visited { color: #000000; text-decoration: none }
.webboard_list a:active { color: #000000; text-decoration: none }
.webboard_list a:hover { color: #f05b25; text-decoration: underline }

.webboard_list a.black:link { color: #000000; text-decoration: none }
.webboard_list a.black:visited { color: #000000; text-decoration: none }
.webboard_list a.black:active { color: #000000; text-decoration: none }
.webboard_list a.black:hover { color: #f05b25; text-decoration: underline }

.webboard_list a.linkpage_now {
	color:#FFFFFF;
	background:#f05b25;
	padding:0 5px 0 5px;
	text-decoration:none;
}



.data_list {
	float:left; 
	width:550px;
	padding:0 0 10px 0;
	background-color:#FFFFFF;
}

.data_list a:link { color: #f05b25; text-decoration: none }
.data_list a:visited { color: #000000; text-decoration: none }
.data_list a:active { color: #000000; text-decoration: none }
.data_list a:hover { color: #f05b25; text-decoration: underline }

.data_list a.black:link { color: #000000; text-decoration: none }
.data_list a.black:visited { color: #000000; text-decoration: none }
.data_list a.black:active { color: #000000; text-decoration: none }
.data_list a.black:hover { color: #f05b25; text-decoration: underline }

.data_list a.linkpage_now {
	color:#FFFFFF;
	background:#f05b25;
	padding:0 5px 0 5px;
	text-decoration:none;
}





.top_l {
	float:left;
	width:660px;
	padding:0 15px 0 0;
}

.top_l_show {
	float:left;
	width:640px;
	padding:10px 10px 10px 10px;
	background:#212121;
}

.top_l_show_title {
	color:#FFFFFF;
	font-size:20px;
	padding-bottom:3px;
}

.top_l_show_date {
	color:#999999;
	font-size:12px;
	padding-bottom:3px;
}

.top_l_show_video {
}

.top_r {
	float:left;
	width:265px;
}

.top_r_wrap {
	display:block;
	float:left;
	width:265px;
	height:510px;
	overflow:auto;
}

.top_r_list {
	float:left;
	width:100%;
	padding:5px 0 5px 0;
	border-bottom:#999999 1px solid;
}

.list_header {
	float:left;
	width:960px;
	padding:10px 0 0 0;
}

.list_body {
	float:left;
	width:940px;
	padding:0 10px 0 10px;
}

.list_video {
	float:left;
	width:220px;
	padding:10px 10px 10px 0;
	border-bottom:#999999 1px dashed;
}

.list_video_more {
	float:left;
	width:930px;
	text-align:right;
	padding:10px 0 0 0;
}



#freak_station h3 {
	width:650px;
	height:28px;
	background-image:url(../images/bg_header_tab.png);
	padding:12px 0 0 20px;
}

#freak_station h3 a { color:#f05b25; }
#freak_station .tab-detail {
	margin: 0;
	padding:5px 20px 10px 20px;
	width: 630px;
	text-align:justify;
	overflow:auto;
}
