#footer_sitemap h1, h2 {
	margin:0;
	text-align:left;
}

header {
    background-color:rgba(33, 33, 33, 0.9);
    color:#ffffff;
    display:block;
    font: 14px/1.3 Arial,sans-serif;
    height:50px;
    position:relative;
}
header h2{
    font-size: 22px;
    margin: 0px auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}
header a, a:visited {
    text-decoration:none;
    color:#333333;
}
.accordion {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:960px;
}


.slide {
	float:left;
	color:#333;
}
.slide dl {
	float:left;
	width:355px;
	padding:18px 0 0 10px;
}
.slide dt {
	font-size:23px;
	font-family:Tahoma;
	margin-bottom:5px;
}
.slide dd {
	background:url(../images/main/arrow01.gif) no-repeat 0 50%;
	padding-left:10px;
	font-size:12px;
	line-height:150%;
	margin-left:5px;
}
.slide dd.last {
	background:none;
}
.slide dd.second {
	background:url(../images/main/arrow01.gif) no-repeat 0 50%;
}
.slide dd.third {
	background:url(../images/main/arrow01.gif) no-repeat 0 10%;
}
.slide img{
	float:right;
	margin:15px 10px 0 0;
}
.more_bt {
	width:51px;
	height:17px;
	background-color:#4c5566;
	float:right;
	position:absolute;
	top:193px;
	left:370px;
}
.more_bt a {
	display:block;
	color:#fff;
	text-align:center;
	line-height:17px;
	font-family:Tahoma;	
	text-decoration:none;
	font-size:12px;
}
.slide .other01, .slide .other02, .slide .other03 {
	float:left;
	width:200px;
	padding:0 0 0 25px;
}
.other_img {
	float:left;
	margin-right:5px;
}
.slide .other01 dt, .slide .other02 dt, .slide .other03 dt{
	float:left;
	width:200px;
	font-size:14px;
	margin:10px 0;
	font-weight:bold;
}
.slide .other01 dd, .slide .other02 dd, .slide .other03 dd{
	float:left;
}