@charset "UTF-8";

/*------ index ------*/

#content .topimg {
	margin: 0 10px 0 0;
}

#content .newbox {
	width: 320px;
	float: left;
	display: inline;
}

#content .blogbox {
	width: 320px;
	float: right;
	display: inline;
}

#content .blogbox h3 {
	color: #117b58;
	font-size: 1em;
	font-weight: bold;
	border-bottom: #117b58 solid 1px;
	margin: 7px 0 0 0;
	padding: 0 0 5px 0;
}

#content dt {
	color: #117b58;
	float: left;
	width: 60px;
	margin: 7px 0 0 0;
	padding: 0 0 5px 0;
}

#content dd {
	float: left;
	border-bottom: #117b58 dotted 1px;
	width: 260px;
	margin: 7px 0 0 0;
	padding: 0 0 5px 0;
}

#content .worksbox {
	float: left;
	margin: 0 0 0 20px;
}

#content .eventimg {
	float: left;
	width: 215px;
	display: inline;
}

#content .eventtxt {
	float: right;
	width: 422px;
	display: inline;
}

#content .eventtxt h3 {
	font-size: 1em;
	border-top: #117b58 dotted 1px;
	border-bottom: #117b58 dotted 1px;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
}

