@charset "utf-8";
/* CSS Document */

#splash_group {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
}
.group_line {
	border-top: 1px #bbb dotted;
	margin-bottom: -18px;
}
#news_box p {
	margin-left: 15px;
}
#right_field {
	width:250px;
	height:auto;
	padding:15px;
	background:#fff;
	border:1px #D2BD89 solid;
	box-sizing:border-box;
	margin-bottom:20px;
	font-size:13px;
}
#right_field p {
	line-height:2em;
}