body,div,form,p{
	margin:0;
	padding:0;
	}
body {
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #EBEBEB;
	color:#333333;
	text-align: center;
}
a {
	text-decoration: none;
	color:#3366CC;
}

a:hover {
	color: #333333;
}



a img{
	border:none;}
a:hover img{
filter:alpha(opacity=60);
opacity:0.6;
-ms-filter:"alpha(opacity=60)";
zoom:1;
}
#wrapper {
	width: 950px;
	margin: 0px auto;
	text-align:left;
}
#header{
	padding-top: 17px;
}
#header_sub {
	background-image: url(../images/header_sub_bg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 56px;
	width: 607px;
	float: right;
	overflow: hidden;
	margin-bottom: 16px;
}
#header_sub h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 13px 10px 0px 401px;
	line-height: 130%;
	padding: 0px;
}
#header_sub p {
	text-indent: -9999px;
}

#logo{
	float: left;
	width: 302px;
}

#main_menu{
	width: 950px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#main_menu li {
	list-style: none;
	width: 190px;
	height: 54px;
	font-size: 0px;
	line-height: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#main_img {
	margin: 20px 0px 0px;
}
#contents{
	background-image: url(../images/contents_c.gif);
	margin-top: 13px;
	font-size:87.5%;
	line-height: 150%;
}
#contents .inner {
	padding: 24px 31px 0;
	background-image: url(../images/contents_t.gif);
	background-repeat: no-repeat;
}

#footer{
	background-image: url(../images/contents_b.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	margin-bottom: 50px;
}
#footer ul {
	margin: 0 0 0 3px;
	width: 470px;
	float: left;
}
#footer li {
	float: left;
	list-style: none;
	margin-right: 7px;
}
#footer li a {
	background-image: url(../images/icon_foot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 12px;
}

#copyright {
	font-size: 10px;
	float: right;
	width: 450px;
	color: #666666;
	margin-top: 5px;
	text-align: right;
}
#copyright a {
	color: #333333;
}
/*clear*/
#header{
    zoom: 100%;
}
#header:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

