﻿#contents {
	overflow : hidden;
	width : 1200px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 20px;
}

.entrance {
	position : relative;
	width : 1200px;
	height : 320px !important;
	height /**/: 350px;
	margin-bottom : 50px;
	padding-top : 30px;
}

.entrance a,.entrance a:hover {
	color : #282828;
	text-decoration : none;
}

p.eimg {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 10;
}

.einfo {
	position : relative;
	width : 850px;
	height : 320px;
	margin-left : 350px;
	background : #f5f5f5;
	z-index : 0;
}

.einfo dl {
	position : absolute;
	width : 500px;
	top : 50px;
	right : 50px;
}

.einfo h3 {
	margin-bottom : 20px;
	font-size : 150%;
	font-weight : 900;
	line-height : 1.2em;
	text-align : center;
}

.einfo p {
	position : absolute;
	font-weight : 700;
	font-size : 120%;
	text-align : center;
	right : 130px;
	bottom : 60px;
}

.entrance a .einfo {
	background : #f5f5f5;
}

.entrance a:hover .einfo {
	background : #e1dcdc;
}

.entrance a .einfo p {
	width : 312px !important;
	width /**/: 340px;
	padding : 7px 10px 10px 10px;
	color : #282828;
	background : #ffffff;
	border : solid 4px #282828;
	border-radius : 30px;
}

.entrance a:hover .einfo p {
	width : 312px !important;
	width /**/: 340px;
	padding : 7px 10px 10px 10px;
	color : #ffffff;
	background : #282828;
	border : solid 4px #282828;
	border-radius : 30px;
}