﻿body {
	margin:0px
}

/*Logo部分▼*/
.logo {
	position:       relation;
	float:          left;
	width:          120px;
	margin-top:     5px;
}
a.logo:visited{text-decoration:none; color: DarkSlateGray; cursor: hand;}

.logo_main {
	width:          100%;
	padding-left:   5px;
	padding-right:  5px;
	text-align:     center;
	font-weight:    bold;
	height:         0px;
	font-size:      20pt;
	color:          red;
	font-family:    楷体 ;
	filter: dropshadow(color=gray,offx=3,offy=1,positive=2);
}

.logo_sub {
	width:          100%;
	padding-left:   5px;
	padding-right:  5px;
	text-align:     center;
	height:         14px;
	font-size:      12pt;
	font-family:    Arial;
	color:          blue;
	filter: Glow(color=Wheat,strength=2);
}
/*Logo部分▲*/

/*浮动菜单▼*/
#float_menu {
	position:       absolute;
	font-size:      12pt;
	left:           -40px;
	width:          40px;
	background:     #6B8E23;
	color:          white;
	line-height:    30px;
	text-align:     center;
	padding-top:    15px;
	padding-bottom: 15px;
}
#float_menu a:link{text-decoration:none; color: white}
#float_menu a:visited{text-decoration:none; color: white}
#float_menu a:hover{text-decoration:none; color: red}
#float_menu active{text-decoration:none; color: blue}
/*浮动菜单▲*/

/*菜单文字*/
.head_td {
    background-image:  url(menu_back.jpg);
    background-repeat: repeat-x;
	border:            solid 1px #000000;
	white-space:       nowrap;
	text-align:        center;
	font-size:         12pt;
	line-height:       15px;
	color:             Purple;
	vertical-align:    middle;
    padding-top:       5px;
    background-position: center;
}
.head_td a:link{text-decoration:none; color: DarkSlateGray}
.head_td a:visited{text-decoration:none; color: DarkSlateGray}
.head_td a:hover{text-decoration:none; color: red}

/*当前菜单 ▼*/
.current_menu {
    background-image:  url(../common/menu_current.jpg);
    background-repeat: repeat-x;
}

/*大标题*/
.title {
	position:          relation;
	height:            20px;
	font-size:         18pt;
	font-weight:       bold;
	text-align:        center;
	vertical-align:    middle;
	padding:           4px;
	color:             green;
}

/*文章底部（左）*/
.foot_key {
	color:  green;
}

/*文章底部（右）*/
#foot_left {
	margin-left:   5px;
	font-size:     10pt;
}

/*文章部分*/
.main {
    font-size: 11pt;
    font-weight: light;
    color: #000080;
    margin-left: 5em;
    margin-right: 5em;
    width:90%
}

/* 播放 */
.bofang {
	border:solid 10px #339933;
	height:16px;
	font-size:16pt;
}
