@charset "utf-8";

@import url("reset.css");

#main h1 {
	margin: 0px;
}
#main .event_area h2 {
	background-image: url(../image/event/h2_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 290px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	font-size: 112%;
	text-align: center;
	margin-top: 30px;
}

#main .event_area {
	width: 600px;
	margin: 10px 0px 30px 15px;
}

.event_left {
	float: left;
	width: 290px;
}
.event_right {
	float: right;
	width: 290px;
}
.event_left p,.event_right p {
	margin: 10px 0px 0px 0px;
}

.top_30 {
	margin: 30px 0px 0px 0px;
}
