/* CSS Document */
/*CSS*/
#sub_menu_active2 a{color:#e47208;}

#LeftDisp{
	margin-top:30px;
}

#title1 {
	background-image: url(../images/title1.png);
	padding:52px 0 0 0;
	width:658px;
	position:absolute;
	top:-20px;
	left:15px;
}
#title2{
	background-image: url(../images/title1.png);
	padding:52px 0 0 0;
	width:658px;
	position:absolute;
	top:-20px;
	left:15px;
}

#staff{
	position:absolute;
	top:-50px;
	right:15px;
}
/**************************************************
               新着情報一覧
**************************************************/
#EventDisp,#EventDtlDisp{
	padding:30px 15px 15px;
	background-image:url(../../common/images/left_disp_frame.png);
	background-repeat:repeat-y;
	min-height:500px;
}
#event_list{
	margin:8px 0 10px;
	padding:5px 0px;
	background-color:#FFF;
	background-image: url(/news/images/line.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#event_list li{
	padding:10px 5px 15px;
	background-image: url(/news/images/line.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin:0 0 5px;
}
#event_list li h3{
	padding:7px 5px;
	background-color:#fffdc1;
	margin:0 0 8px;
}
.event_img {
	float:left;
	margin:0 5px 0 0;

}
.event_img img{
	padding:2px;
	border:1px solid #dbdbdb;
}
/**************************************************
               新着情報詳細
**************************************************/

#EventDtlDisp h3{
	background-color:#fffdc1;
	padding:10px;
	color:#ff860f;
	font-weight:bold;
	font-size:14px;
}
#eventHiduke{
	font-size:11px;
	margin:0 0 5px;
}
#MainImg{
	border:5px solid #e5e5e5;
	width:500px;
	margin:auto;
}
#eventTxt{
	margin: 10px;
	padding:20px 10px 10px;
	border-bottom:1px dashed #c6c6c6;
}
#E_SubImg{
	margin:20px 0  0;
}
#E_SubImg li{
	width:152px;
	height:115px;
	float:left;
	margin:0 0 10px 10px;
}
#E_SubImg li a{
	display:block;
	width:150px;
	height:113px;
	border:1px solid #c6c6c6;
}

#E_SubImg li a:hover{
	border:1px solid #ff7e02;
}
#backBt{
	width:74px;
	height:24px;
	display: block;
	margin:auto;
}