ul#entrance {
	overflow : hidden;
	list-style : none;
	margin-bottom : 45px;
}

ul#entrance li.ent01 {
	float : left;
	position : relative;
	width : 600px;
	height : 300px;
	background : #ffffff;
}

ul#entrance li.ent01 img {
	position : absolute;
	top : 0;
	left : 0;
}

ul#entrance li.ent02 {
	float : left;
	position : relative;
	width : 600px;
	height : 300px;
	background : #ffffff;
}

ul#entrance li.ent02 img {
	position : absolute;
	top : 0;
	right : 0;
}

dl.einfo01 {
	position : absolute;
	width : 220px;
	top : 30px;
	right : 40px;
}

dl.einfo02 {
	position : absolute;
	width : 220px;
	top : 30px;
	left : 40px;
}

dl.einfo01 dt,dl.einfo02 dt {
	margin-bottom : 15px;
	text-align : center;
	font-family: freight-neo-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 210%;
}

dl.einfo01 dt span,dl.einfo02 dt span {
	display : block;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size : 40%;
}

dl.einfo01 dd,dl.einfo02 dd {
	font-size : 80%;
	text-align : left;
}

p.vdetail01 {
	position : absolute;
	width : 190px;
	font-size : 90%;
	text-align : center;
	right : 55px;
	bottom : 45px;
}

p.vdetail02 {
	position : absolute;
	width : 190px;
	font-size : 90%;
	text-align : center;
	left : 55px;
	bottom : 45px;
}

p.vdetail01 a,p.vdetail02 a {
	display : block;
	width : 178px !important;
	width /**/: 190px;
	padding : 5px;
	border : solid 1px #191919;
	color : #191919;
	text-decoration : none;
}

p.vdetail01 a:hover,p.vdetail02 a:hover {
	display : block;
	width : 178px !important;
	width /**/: 190px;
	padding : 5px;
	border : solid 1px #191919;
	color : #ffffff;
	background : #191919;
	text-decoration : none;
}

/*----------NEWS----------*/

#news {
	width : 900px;
	margin-bottom : 70px;
	margin-left : auto;
	margin-right : auto;
}

h3 {
	margin-bottom : 20px;
	text-align : center;
	font-family: freight-neo-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 200%;
}

h3 span {
	margin-left : 20px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size : 50%;
}

#news dl {
	padding-top : 10px;
	border-top : solid 6px #af968c;
}

#news dl dt {   
	float: left;
	width : 150px;
	padding : 11px 0 11px 0;
}

#news dl dt {   
	clear : left;
}

#news dl dd {
	padding : 11px 0 13px 0;
	background : url(../common/dl.gif) left bottom repeat-x;
}

#news dl dd a {
	text-decoration : underline;
	color : #2d190a;
}

#news dl dd a:hover {
	text-decoration : none;
	color : #2d190a;
}