@charset "UTF-8";

/* English
----------------------------------------------------------*/
.logo_en {
	display: block;
	width: 380px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(../images/english/logo_en.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#container {
	margin-bottom: 40px;
}
#contents {
	width: 100%;
	float: none;
}
.entry-header{
	height: 130px;
	margin-bottom: 60px;
	padding-left: 30px;
	background: #f0f0f0 url(../images/english/bg_title.png) no-repeat 0 bottom;
	border-bottom: 2px solid #E70B19;
}
.entry-header h1 {
	display: table-cell;
	vertical-align: middle;
	height: 130px;
	margin:auto;
	padding-bottom: 0;
	font-size: 160%;
	line-height: 1.4;
	border-bottom: none;
}

