﻿@charset "utf-8";
html{
 height: 100%;
}

body{
 height: 100%;
 font-size:12px;
 font-family: Arial,Tahoma,宋体,sans-serif;
 color: #000;
 background:#000;
 line-height: 1.6;
 margin: 0px;
 padding: 0px;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 top: 0px;
 bottom: 0px;
}

*{
scrollbar-3dlight-color:#ddd; /*- 最外左 -*/
scrollbar-highlight-color:#999; /*- 左二 -*/
scrollbar-face-color:#ddd; /*- 面子 -*/
scrollbar-arrow-color:#999; /*- 箭头 -*/
scrollbar-shadow-color:#999; /*- 右二 -*/
scrollbar-darkshadow-color:#ddd; /*- 右一 -*/
scrollbar-base-color:#fff; /*- 基色 -*/
scrollbar-track-color:#ddd;/*- 滑道 -*/
}
#index_main {
 width:1000px;
 height: 100%;
 background:#000;
 /* overflow:hidden;*/
}
#index_l {
 float:left;
 width:685px;/*998-228-54=716*/
 height: 100%;
 background:#000;
}
#index_line {
 float:left;
 width:1px;
 /*min-height: 580px;  -- 导致线看不见 */
 height: 100%;
 background: #ddd;
 background-image:url(../images/index_line2.jpg);
}
#index_m {
 float:left;
 width:54px;
 height: 100%;
 background: #000;
 
 width:54px;
 overflow:hidden;
 background-image:url(../images/ruler.jpg);
}
#middle {
 height:232px;
 background-image:url(../images/middle.jpg);
}
#category0 {
 height:116px;
 background-image:url(../images/r_index.jpg);
}
#index_r {
 float:left;
 width:228px;
 min-height: 580px;
 height: 100%;
 background: #dbdbdb;
}
#index_header {
 height:67px;
 background-image:url(../images/index_header.jpg);
}

#index_index {
text-align:right;
 margin: 12px;
}
#musicplayer {
text-align:right;
 margin: 12px;
}
#index_bottom {
text-align:right;	
 margin: 12px;
}
#index_logo {
 margin: 15px 30px 0 30px;
}

A {
 font-size:14px;
 PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 0px; COLOR: #000; PADDING-TOP: 0px;
 TEXT-DECORATION: none; outline: none
}
A:visited {
 COLOR: #000;
}
A:hover {
 COLOR: #fff;
 BACKGROUND: #f00;
}
.STYLE1 {color: #990000}
.STYLE2 {color: #888;font-size:12px;}
.STYLE4 {font-size: 14px;color: #888;}
.STYLE5 {float:right;color: #ddd}