@charset "utf-8";

/* Head */

.logo {
	width:135px; float:left;
}
.logoOrange {
	width:40px; float:left; background-color:#f38500; height:78px;
}


a.logo {
	background-image:url(/images/common/TopLogo.png);
	background-repeat:no-repeat; background-position:22px 0;
	background-color:#452007;
	display: block; width: 146px; height: 78px;
}

a:hover.logo {
	background-image:url(/images/common/TopLogo.png);
	background-repeat:no-repeat; background-position:22px 0;
}

#TopMenu {
	width:625px; float:left;
}

#TopMenu .language {
	height:38px;
}

#TopMenu a.TopMenu01 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:4px -10px;
	display: block; width: 124px; height: 40px;
	border-right: #9e7152 solid 1px;
	float:right;
}

#TopMenu a:hover.TopMenu01 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:-116px -10px;
}

#TopMenu a.TopMenu02 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:4px -60px;
	display: block; width: 124px; height: 40px;
	border-right: #9e7152 solid 1px;
	float:right;
}

#TopMenu a:hover.TopMenu02 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:-116px -60px;
}

#TopMenu a.TopMenu03 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:4px -110px;
	display: block; width: 124px; height: 40px;
	border-right: #9e7152 solid 1px;
	float:right;
}

#TopMenu a:hover.TopMenu03 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:-116px -110px;
}

#TopMenu a.TopMenu04 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:4px -160px;
	display: block; width: 124px; height: 40px;
	border-right: #9e7152 solid 1px;
	float:right;
}

#TopMenu a:hover.TopMenu04 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:-116px -160px;
}

#TopMenu a.TopMenu05 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:4px -210px;
	display: block; width: 124px; height: 40px;
	border-right: #9e7152 solid 1px;
	float:right;
}

#TopMenu a:hover.TopMenu05 {
	background-image:url(/images/common/GM.png);
	background-repeat:no-repeat; background-position:-116px -210px;
}


#TopMenu a.Language01 {
	background-image:url(/images/common/Language.png);
	background-repeat:no-repeat; background-position:top left;
	display: block; width: 24px; height: 16px;
	border:#ccc solid 1px;
	float:right; margin:4px 0 0 7px;
}

#TopMenu a:hover.Language01 {
	background-image:url(/images/common/Language.png);
	background-repeat:no-repeat; background-position:top right;
	border:#7a6b61 solid 1px;
}

#TopMenu a.Language02 {
	background-image:url(/images/common/Language.png);
	background-repeat:no-repeat; background-position:bottom left;
	display: block; width: 24px; height: 16px;
	border:#ccc solid 1px;
	float:right; margin:4px 0 0 7px;
}

#TopMenu a:hover.Language02 {
	background-image:url(/images/common/Language.png);
	background-repeat:no-repeat; background-position:bottom right;
	border:#7a6b61 solid 1px;
}



