@charset "utf-8";
/* CSS Document */

#ContentsBody{
	float:right;
	width:700px;
	margin-right:10px;
	background-image:url("/imgs/logo_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}

#NewsBox{
	margin-top:15px;
}

.EachNews{
	clear:left;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:dotted 2px #847126;
}

.EachNews img{
	margin-right:10px;
	margin-bottom:3px;
}

.EachNews strong{
	font-size:16px;
	color:#847126;
}

.URL{
	margin-top:6px;
}