﻿@charset "utf-8";
/* CSS Document */

#events h2{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
	display:block;
	position:relative;
	width:882px;
	height:28px;
	background-color:#ffff80;
	margin:20px 20px 5px 20px;
	padding:10px 20px 5px 20px;
	font-size:280%;		 
	line-height:1.0em;	
}


#events .area02{
	display: block;
	position: relative;
	width: 922px;
	height: auto;
	padding:10px 0;
	margin:10px auto;
	line-height: 1.2em;
	background-color: #fff;
}



.events_explain{
	
	width:922px;
	margin-bottom:40px;
	
}

.events_explain h3{
	
	background-color:#fff;
	width:882px;
	color:#000;
	font-weight: normal;
	font-size:240%;
	display:block;
	padding:10px 20px 5px;
	line-height:1em;	
}
.events_explain .explain{
    background-color:#fff;
	display:block;
	position:relative;
	width:882px;
	height:auto;
	margin:0px 0px 10px;
	padding:5px 30px 5px 30px;
	font-size:160%;	 
	line-height:1.2em;
	
}

.events_head{
    font-size:200%;
    font-weight:bold;
    margin:30px 0px 20px 30px;
    color:#555;

}

.events_explain dl{
    clear:both;
	font-size:180%;	 
	line-height:1.8em;
	margin:10px 0px 10px 60px;
}

.events_explain dl dt{	
    font-weight:bold;
    color:#555;
	width:200px; 
	float:left;
	clear:both;
	}

.events_explain dl dd{
	padding-left:250px; 
	width:450px;
	border-bottom: 2px dotted #999;
	}

.events_explain dl a{
	color:#0080ff;
	text-decoration:underline;
	}


.img_area{
    margin:10px 30px 20px 30px; 
    width:300px; 
    height:250px;
    background-color:#CCC;
    float:left;
}

.img_area p{
    margin:10px auto;
    text-align:center;
    font-size:160%;
    line-height:160%;
}

.info_area{
    margin:10px 30px 20px 30px;
    width:500px;
    height:250px;
    background-color:#fff;
    float:left;
}

.info_area p{
   margin:10px auto;
   text-align:left;
   font-size:160%;
   line-height:160%;
}

