
/********** header ********* */
header.en {
	width: 1230px;
	height: 385px;
	margin: 0 auto 30px;
	background:url(../images/head_main_en.png) no-repeat top;
}

header nav ul li {
	display: inline-block;
	width: 137px;
	height: 60px;
	background: url(../images/navi_en.png) no-repeat;
}

header nav ul li:hover {
	background: url(../images/navi_hover_en.png) no-repeat;
}
header nav ul li:first-child {
	background-position: 0 0;
}
header nav ul li:nth-child(2) {
	background-position: -137px 0;
}
header nav ul li:nth-child(3) {
	background-position: -274px 0;
}
header nav ul li:nth-child(4) {
	background-position: -411px 0;
}
header nav ul li:nth-child(5) {
	background-position: -548px 0;
}
header nav ul li:nth-child(6) {
	background-position: -685px 0;
}
header nav ul li:nth-child(7) {
	width: 138px;
	background-position: -822px 0;
}
header nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

/********** sub ********* */
.sub header.en {
	height: 285px;
	background:url(../images/head_sub_en.png) no-repeat top;
}

/********** article ********* */

article h2 a.archive_en {
	width: 85px;
	height: 15px;
	background: url(../images/archive_en.png) no-repeat left center;
	position: absolute;
	top: 12px;
	right: 30px;
}
