@charset "utf-8";

/*===================================　

　　　　　　　全体構造

===================================*/

body {
	font: 12px/1.4 "Simsun";
	color: #000;
	margin: 0px;
	padding: 0px;
	background: url(none);
}

/*===================================　

　　　　　header_navi

===================================*/

#header #header_main {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 90px;
	position: relative;
	background: url(../img/header_c.gif) no-repeat 0px 0px;
}


/*===================================　

　　　　　　footer

===================================*/

.go_top{
	width: 60px;
}
#header #pan,
#main_right,
#footer {
	font-size: 12px;
}





/*===================================　

　　　　　　accordion

===================================*/

#accordion_menu.chinese #gn01 a {
	background: url(../img/gnavi_c.jpg) no-repeat 0px 0px;
	height: 35px;
}
#accordion_menu.chinese #gn02 a {
	background: url(../img/gnavi_c.jpg) no-repeat 0px -35px;
	height: 35px;
}
#accordion_menu.chinese #gn03 a {
	background: url(../img/gnavi_c.jpg) no-repeat 0px -70px;
	height: 35px;
}
#accordion_menu.chinese #gn04 a {
	background: url(../img/gnavi_c.jpg) no-repeat 0px -105px;
	height: 35px;
}
#accordion_menu.chinese #gn05 a {
	background: url(../img/gnavi_c.jpg) no-repeat 0px -140px;
	height: 35px;
}


#accordion_menu.chinese #gn01 a:hover {
	background: url(../img/gnavi_c.jpg) no-repeat -170px 0px;
	height: 35px;
}
#accordion_menu.chinese #gn02 a:hover {
	background: url(../img/gnavi_c.jpg) no-repeat -170px -35px;
	height: 35px;
}
#accordion_menu.chinese #gn03 a:hover {
	background: url(../img/gnavi_c.jpg) no-repeat -170px -70px;
	height: 35px;
}
#accordion_menu.chinese #gn04 a:hover {
	background: url(../img/gnavi_c.jpg) no-repeat -170px -105px;
	height: 35px;
}
#accordion_menu.chinese #gn05 a:hover {
	background: url(../img/gnavi_c.jpg) no-repeat -170px -140px;
	height: 35px;
}


