
* {
	margin: 0;
	padding: 0;
}
html,body {
    _height: 100%;
    _overflow: hidden;
    font-size: 14px;
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 1px;
    color: #080000;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
pre {
    white-space: pre-wrap;
    word-break: break-all;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #333333;
	color: #f0f8ff;
	width: 100%;
	height: 20px;
	z-index: 3;
	font-family: Tahoma, Arial, sans-serif;
    font-weight: bolder;
    font-size: 14px;
    letter-spacing: 3px;
    padding-left: 15px;
    line-height: 20px;
}
#top-menu {
	position: fixed;
	left: 0;
	top: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 15px;
	z-index: 5;
}
#menu-table {
    width: 100%;
    height: 100%;
    border: #aaaaaa 1px solid;
    background: #aaaaaa;
}
.menu {
    color: #8b4513;
    font-weight: bold;
    font-size: 12px;
    background-color: #fffff0;
    border-right: #aaaaaa 1px solid;
    text-align: center;
}
.menu a {
    display: block;
    color: #8b4513;
    line-height: 15px;
    text-decoration: none;
}
.menu a:hover {
    background-color: #ffd0cb;
}
#left {
	position: fixed;
	left: 0;
	top: 0;
	width: 160px;
	height: 100%;
	background-color: #ffffff;
	border-right: 1px solid #696969;
	padding-top: 17px;
	z-index: 4;
}
#right {
	position: fixed;
	right: 0;
	top: 0;  
	width: 300px;
	height: 100%;
	background-color: #ffffff;
	border-left: 1px solid #696969;
	padding-top: 17px;
	z-index: 4;
}
#contents {
    background-color: #ffffff;
	padding: 17px 300px 5px 160px;
	z-index: 1;
}
#toolbar0 {
    position: absolute;
	right: 430px;
	top: 25px;
	width: 170px;
	height: 20px;
	text-align: right;
	font-size: 11px;
	z-index: 1;
}
#toolbar1 {
    position: absolute;
	right: 497px;
	top: 25px;
	width: 170px;
	text-align: right;
	font-size: 13px;
	z-index: 2;
}
#toolbar2 {
    position: absolute;
	right: 430px;
	top: 25px;
	width: 167px;
	height: 20px;
	text-align: right;
	font-size: 13px;
	z-index: 3;
}
#footerad {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	height: 90px;
	text-align: center;
	border-top: 1px solid #696969;
	background-color: #ffffff;
	z-index: 2;
}
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #696969;
	background-color: #f5f5f5;
	z-index: 2;
}
.base {
    width: 96%;
    background: url(../image/bgcom.gif);
    line-height: 1.5;
    font-size: 14px;
    font-family: Tahoma, Arial, sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.base td a {
    color: #003399;
    text-decoration: none;
}
.base td a:hover {
    color: #ff0099;
    text-decoration: underline;
}
.base_win {
    width: 96%;
    background: url(../image/bgcom.gif);
    line-height: 1.5;
    font-size: 14px;
    font-family: Tahoma, Arial, sans-serif;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.base_win td a {
    color: #003399;
    text-decoration: none;
}
.base_win td a:hover {
    color: #ff0099;
    text-decoration: underline;
}
.os {
    width: 100%;
    color: #000000;
    font-size: 12px;
    text-align: center;
    background-color: #e6e6fa;
    border-bottom: 1px solid #696969;
}
.num {
    width: 30px;
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
}
.subject {
    width: 100%;
    color: #ff4500;
    font-size: 14px;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
}
#bann {
    width: 100%;
    text-align: center;
    border: #696969 0px solid;
}
.count {
    position: fixed;
    top: 1px;
    right: 10px;
    display: inline;
    font-size: 12px;
    letter-spacing: 0px;
}