* {
        margin: 0;
        padding: 0;
}
.small {
	FONT-SIZE: 10px;
}
.fonts18 {
	FONT-SIZE: 18px; 
	LINE-HEIGHT: 22px;
}
a {
	COLOR: #000000;
}
a:hover {
	COLOR: #ff0000;
}

body { 
	background:#666666;
	color: #000000;
	text-align:center;
	margin:0;
	padding:0;
	font-size: 12px;
	LINE-HEIGHT: 16px;
}
h1 {
	FONT-SIZE: 22px;
	color: #0066cc;
	float:left;
	padding:4px 0; 
	line-height:28px; 
}
h3 {
	FONT-SIZE: 16px;
	float:left;
}
#outline { 
	width: 1000px;
	text-align:left;
	margin:0 auto;
	background: #FFFFFF;
	padding-top: 0;
}
.outline-margin {
	margin:0;
}
.header_outline-margin {
	margin:0;
}
.header_logo {
	width:150px;
	float:left;
}
.header_cm {
	width: 840px;
	float:right;
	text-align: center;
}
.header_line {
	background: #999999;
	line-height: 4px;
}
.main {
	width: 769px;
	float:right;
	padding:0 0 0 10px;
	background: #FFFFFF;
}
.side {
	font-size: 14px;
	width:220px;
	float:left;
	background: #FFFFFF;
	border-right:solid 1px #aaa;
}
.s_menu_t {
	font-weight: bold;
	line-height:22px;
	padding:0 0 0 4px;
	border-left: solid 4px #009999;
	border-bottom: solid 1px #009999;
	border-top: solid 1px #009999;
}
.s_menu_m {
	line-height:22px;
	padding:0 0 0 10px;
}

.s_menu_m a {
	color: #0000ff;
	text-decoration: none;
}

.s_menu_m a:hover {
	text-decoration: underline;
}

.s_menu_end {
	border-top:solid 1px #aaa;
	line-height:1px;
}
.c-both {
	clear: both;
	line-height: 1px;
}
.c-left{
	clear:left;
}
.c_cya {
	color: #cc6600;
}
.c_red {
	color: #ff0000;
}

.ul_menu {
	list-style-type: none;
}
img {
	border: 0;
}

.tac {
	text-align: center;
}
.copyr {
	text-align: center;
	font-size: 12px;
	padding-bottom: 6px;
}