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

/*   [ report ]
---------------------------------------*/

.blogUnit {
	margin: 15px 0 20px;
}

.blogUnit .photo {
	width: 180px;
	float: left;
	background:url(../img/bg_thumb.gif) no-repeat 0 0;
	padding: 9px 0 12px 9px;
}

.blogUnit h2 {
	background: url(/common/img/line_blog-title.gif) repeat-x 0 100%;
	font-size:108%;
	padding-bottom: 15px;
	margin: 0 0 10px 190px;
}

.blogUnit ul {
	margin: 0 0 5px 190px;
}

.blogUnit li {
	background: url(/common/img/icon_arw_001.gif) no-repeat 0 0.4em;
	padding-left: 8px;
	margin-bottom: 7px;
}

.blogUnit .more {
	text-align: right;
}



