@charset "utf-8";

/*イベント用*/
#title_bar{
	width:650px;
	height:40px;
	background-image:url(../image/event/title_bg.gif);
	color:#ffffff;
	font-size:14px;
	margin-top:20px;
	margin-left:3px;
	margin-bottom:15px;
	font-weight:bold;
}


#event{
position:relative;
background-image:url(../image/event/event_mid_bg.gif);
background-repeat:repeat-y;
position:relative;
width:662px;
height:auto;
margin:0 auto;
padding:0;
}

#event ul{
display:block;
width:630px;
height:auto;
list-style:none;
margin:0 auto;
padding:0;
}
#event ul li{
display:block;
float:left;
width:620px;
/*margin-right:2px;*/
/*margin-left:5px;*/
color:#333333;
line-height:1.3em;
margin-top:10px;
margin-bottom:10px;
padding:5px;
}

#event .event_contents_header{
	width:620px;
	background-image:url(../image/event/event_contents_header.jpg);
	height:25px;
}
#event .event_contents_center{
	width:600px;
	background-image:url(../image/event/event_contents_center.jpg);
	padding-left:10px;
	padding-right:10px;
}
#event .event_contents_center p{
	width:600px;
	margin:0;
}
#event .event_contents_text{
	width:580px;
	background-image:url(../image/event/event_contents_center.jpg);
	padding-left:25px;
	padding-right:15px;
	line-height:1.5em;
	margin:0;
}
#event .event_contents_bottom{
	width:620px;
	background-image:url(../image/event/event_contents_bottom.jpg);
	height:25px;
}

#event ul li .icon{
border:none;
}