@charset "shift_jis";
/* CSS Document */
.event_header h2 {
  width: 100%;height: 45px;
  margin: 0;padding-top: 20px;
	background: url(../img/titles/event_title.png) no-repeat;font-weight: normal;
	font-size: 16px;color: #432912;text-indent: 120px;
}
.event_body {
	width: 100%;height: auto;
	margin: 0;padding: 0 5px;
	background: url(../img/event/event_body_bg.png) repeat-y;
	box-sizing: border-box;
}
.event_bottom {
	width: 100%;height: 20px;
	margin: 0 0 20px 0;padding: 0 5px;
	background: url(../img/event/bottom.png); no-repeat;
  box-sizing: border-box;
}
.event_box {
	width: 640px;
	margin: 0 auto;padding-bottom: 30px;
	background-image: url(../img/event/event_box_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.event_box .event_title {
	width: 100%;
	padding: 2px;margin-bottom: 20px;
	background: url(../img/wood_pattern.png) repeat;
	box-sizing: border-box;
}
.event_box .event_title h3 {
	font-size: 16px;font-weight: normal;color: #fff;text-indent: 30px;
	margin: 0;padding: 12px 0;
}
