@charset "UTF-8";
/*##### イベントページCSS(event.html) #####*/

#contentsArea{
	padding:15px 0 0 0;
	margin-right:10px;
}

ul.eventlist{
	list-style-type:none;
	padding: 7px 0 30px 30px;
	margin:0;
}

ul.eventlist li{
	background:url("../img/listYerrowSq.gif") 0 6px no-repeat;
	padding: 4px 0 4px 20px;
	margin:0;
	line-height:130%;
}

ul.eventlist li a{
	text-decoration:none;
}
ul.eventlist li a:hover{
	text-decoration:underline;
}

/* イベント */
.eventType{
	float:left;
	width:70px;
	height:70px;
	padding:0;
	margin: 0;
	background:#0db1cf;
	border-left:10px solid #FFF;
	border-right:10px solid #FFF;
}
.eventType div{
	color:#FFF;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	padding:10px 5px 0 5px;
	line-height:150%;
}

.eventContentArea{
	float:left;
	width:790px;
	padding-bottom: 40px;
}

h2.eventTitle{
	width:780px;
	border-bottom:1px #000 solid;
	font-weight:bold;
	padding:0 0 0 10px;
	margin-bottom:10px;
	font-size:120%;
}

.eventTextArea{
	float:left;
	width:530px;
	padding:5px 18px 0px 10px;
	font-size:90%;
}

.eventTextArea .comment{
	margin-bottom:5px;
}
.eventTextArea h3{
	float:left;
	width:100px;
	padding-right:10px;
	font-weight:bold;
}
.eventTextArea .exp{
	float:left;
	width:420px;
	margin-bottom:5px;
}

.eventImageArea{
	float:left;
	width:232px;
}
.eventImage{
	width:230px;
	text-align:center;
	background:#F0F0F0;
	border:1px solid #CCC;
}


