@charset "UTF-8";

/*----------------------------------------------------
  #event_unit
----------------------------------------------------*/

#event_unit {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#event_unit h3 {
	width: 985px;
	height: 50px;
	line-height: 50px;
	background: #269e3a;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 0 15px;
	color: #ffffff;
	overflow: hidden;
	margin: 20px 0;
}

#event_unit h4 {
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #269e3a;
	font-size: 24px;
	font-weight: bold;
	color: #269e3a;
	overflow: hidden;
	margin: 20px 0;
}

#event_unit h5 {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #269e3a;
	overflow: hidden;
	margin: 20px 0;
}

#event_unit h6 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #393939;
	margin: 20px 0;
}

#event_unit h7 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	margin: 20px 0;
}

#event_unit p {
	font-size: 14px;
	margin: 10px 0;
	line-height: 18px;
}

#event_unit span.middle {
	font-size: 20px;
}

#event_unit span.big {
	font-size: 30px;
}

#event_unit p.link01 a {
	font-size: 16px;
	color: #269e3a;
	background: url(/common/img/arrow_r_s_g.png) no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 10px;
	text-decoration: underline;
}

#event_unit p.link01 a:hover {
	text-decoration: none;
}

#event_unit p.link02 a {
	font-size: 16px;
	color: #ffffff;
	background: #269e3a url(/common/img/arrow_r_s.png) no-repeat;
	background-position: 20px 11px;
	padding: 5px 20px 5px 30px;
}

#event_unit p.link02 a:hover {
	background: #4dc561 url(/common/img/arrow_r_s.png) no-repeat;
	background-position: 20px 11px;
}

#event_unit p.img-left {
	text-align: left;
}

#event_unit p.img-right {
	text-align: right;
}

#event_unit p.img-center {
	text-align: center;
}

.hiyoko {
	width: 730px;
	margin: 0 auto 50px auto;
}

.hiyoko p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0;
}

.hiyoko .combox {
	margin:0 0 15px 0;
	padding:5px;
	font-size:16px;
	color:#289e38;
	text-align:center;
	border:1px solid #289e38;
	font-weight:bold;
}

.hiyoko span {
	color:#289e38;
	font-weight:bold;
}

.hiyoko .red {
	color:#f00;
	font-weight:bold;
}