/* イベントマップ、イベントカレンダー、更新情報 */

p {
margin:0;
}

.p_10 {
padding:10px;
}

#event_window {
	position:relative;
	width:180px;
	height:240px;
	text-align:left;
}
#event_calender {
	position:absolute;
	width:160px;
	top:10px;
	left:10px;
	z-index:20;
	
}
#event_map { 
	position:absolute;
	display:none;
	width:160px;
	top:10px;
	left:10px;
	z-index:10;	
}
/* カレンダー吹き出し 絶対位置にしてあるので、調整してください*/

.layer_event1 {
	position:absolute;
	top:20px;
	left:60px;
	width:142px;
	height:160px;
	padding:10px;
	overflow:visible;
	visibility:hidden;
	z-index:30;
}
.layer_top { margin:0; padding:0; width:140px; background:url(../images/top/fukidashi_01.gif) no-repeat left top; }
.layer_btm { margin:0; padding:0; width:140px; height:26px; background:url(../images/top/fukidashi_02.gif) no-repeat left top; }


