@charset "UTF-8";
/*------------------------
contents
--------------------------*/
/*layout*/
body {
	font-size:85%;
	line-height:1;
	text-align:center;
	color:#FFFFFF;
	background-color:#223500;
}

#container {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:45px;
	background-color:#FFFFFF;
	background: url(../img_top/h_back.gif) repeat-x;
}

#globalMenu {
	background-color:#FFFFFF;
	padding:0 46px;
}

#pagebody {
	margin-bottom:10px;
	padding:0 46px 15px 46px;
	background-color:#FFFFFF;
	color:#000000;
}

#footer {}

/*header*/
#header .h-inner {
	width:900px;
	margin:0 auto;
}
#header h1 {
	width:245px;
	margin:0 auto;
	text-align:left;
	float:left;
}
#header #home-btn {
	width:90px;
	float:right;
	margin-top:10px;
}

/*globalMenu*/
#globalMenu {
	clear: both;
	height: 55px;
	overflow: hidden;
}
#globalMenu ul {}
#globalMenu ul li {
	display:block;
	float:left;
	text-indent: -9999px;
	height:33px;
	overflow: hidden;
	background-image:url(../images_share/globalMenu.gif);
	background-repeat:no-repeat;
}
#globalMenu ul li#gm1 {
	background-position:0px 0;
	width:143px;
}
#globalMenu ul li#gm2 {
	background-position:-143px 0;
	width:158px;
}
#globalMenu ul li#gm3 {
	background-position:-301px 0;
	width:180px;
}
#globalMenu ul li#gm4 {
	background-position:-481px 0;
	width:159px;
}
#globalMenu ul li#gm5 {
	background-position:-640px 0;
	width:166px;
}
#globalMenu ul li#gm1c {
	background-position:0px -66px;
	width:143px;
}
#globalMenu ul li#gm2c {
	background-position:-143px -66px;
	width:158px;
}
#globalMenu ul li#gm3c {
	background-position:-301px -66px;
	width:180px;
}
#globalMenu ul li#gm4c {
	background-position:-481px -66px;
	width:159px;
}
#globalMenu ul li#gm5c{
	background-position:-640px -66px;
	width:166px;
}

#globalMenu li a {
	display:block;
	height:33px;
	overflow:hidden;
	text-decoration:none;
}

#globalMenu li a:hover {
	background-image:url(../images_share/globalMenu.gif);
	background-repeat:no-repeat;
}
#globalMenu ul li#gm1 a:hover {
	background-position:0px -33px;
}
#globalMenu ul li#gm2 a:hover {
	background-position:-143px -33px;
}
#globalMenu ul li#gm3 a:hover {
	background-position:-301px -33px;
}
#globalMenu ul li#gm4 a:hover {
	background-position:-481px -33px;
}
#globalMenu ul li#gm5 a:hover {
	background-position:-640px -33px;
}



/**/
#pagebody h2 {
	margin-bottom:15px;
}

/*footer*/
#footer #copyright {
	float:left;
	margin-top:10px;
}

#footer #footerLogo {
	float:right;
}


