@charset "utf-8";
/* Sub CSS Style */
/* All */
body {
	background-color: #ccc;/*test*/
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#4C4C4C;
	margin:0;
}
input,select,form {
    margin:0;
	font-size:11px;
}
ul,li,dl,dd,dt {
    list-style:none;
	margin:0;
	padding:0;
}
img,a img {
    border:0;
}
p,span {
     margin:0;
}
div {
    line-height:18px;
}
a {
    color:#4c4c4c;
	text-decoration:none;
}
a:hover {
    color:#3366CC;
	text-decoration:underline;
}
.clear{
    clear:both;
}
/* Header */
#header {
    background:url(../news/img/bg_header.gif) no-repeat;
	width:780px;
	height:54px;
	border-top:#AAAAAA solid 2px;
	margin:0 auto;
}
#header .menu {
    width:330px;
	float:right;
	margin-top:30px;
}
#header .menu li {
	width:auto;
	float:left;
}
#header .menu li span {
    float:left;
	margin-right:12px;
}
#header .menu li a {
    color:#000;
    background:url(../news/img/ico_arr.gif) no-repeat left 6px;
	padding:0 12px;
	float:left;
}
#header .menu li a:hover {
    color:#ff0000;
}
/*#header .nav {
	border-bottom:#B7CBF5 solid 1px;
	border-top:#6DCFF6 solid 2px;
	background:url(../news/img/bg_nav.gif) repeat-x;
	padding:2px 0 1px 0;
	width:780px;
	background-color:#4A7EE6;
}
#header .nav ul {
	width:780px;
	border-bottom:#B7CBF5 solid 1px;
	border-top:#6DCFF6 solid 2px;
	height:24px;
}
#header .nav li {
    width:auto;
	float:left;
}
#header .nav li a {
    color:#fff;
	display:block;
	padding:2px 12px;
	height:19px;
	float:left;
    background:url(../news/img/line.gif) no-repeat right bottom #4A7EE6;
}
#header .nav li a:hover { 
    background:url(../news/img/ico_arr2.gif) no-repeat center top #356CD8;
}*/
/* Content */
#content {
    margin:0 auto;
	width:780px;
	background-color:#fff;
}
/*Left*/
#content #left{
    float:left;
	width:166px;
	padding-bottom:25px;
}
/* Right */
#content #right{
    float:right;
	width:614px;
	padding-bottom:25px;
}
#content #right .title {
    font-size:24px;
	font-weight:bold;
	width:614px;
	margin:12px 0;
}
#content #right .position {
    background-color:#9BA5DE;
	color:#000;
	height:18px;
	text-indent:10px;
	margin-bottom:10px;
}
#content #right .position a {
    color:#000;
}
#content #right .position span {
    margin:0 5px;
}
#content #right .page {
    background-color:#F0F0F0;
	color:#666666;
	text-indent:10px;
	padding:3px 0;
}
#content #right .page a {
    margin:0 5px;
}
#content #right .page span {
    margin:0 5px;
}
/* Footer */
#footer {
    background-color:#F0F0F0;
	width:780px;
	height:35px;
	margin:0 auto;
}
#footer .logo {
    width:98px;
	margin:10px 0 0 18px;
	display:inline;
	float:left;
}
#footer .copyright {
    float:left;
	display:inline;
	margin:10px 0 0 24px;
}
#footer .link{
    float:right;
	padding:8px 5px 0 0;
	display:block;
    width:155px;
}
#footer .link select {
    width:155px;
	background-color:#EBEBEB;
	color:#737272;
}