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

div#main div.releaseBox {
	width: 570px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
	font-size: 92%;
	}
div#main div.photo {
	width: 150px;
	float: left;
	}
div#main div.text {
	width: 400px;
	float: right;
	}
div#main div.photo p {
	line-height: 1;
	}
div#main div.photo p.link {
	background: url(/images/release/arrow.gif) left center no-repeat;
	padding-left: 10px;
	margin-top: 10px;
	}
div#main div.releaseItemBox {
	width: 570px;
	margin-bottom: 40px;
	}
