@charset "utf-8";
h1 {
	background: url(img/h1ttl.jpg);
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 600px;
}
h2 {
	line-height: 40px;
	background: url(../common/img/ttl_bg.jpg) no-repeat;
	height: 40px;
	width: 600px;
	padding: 0px 0px 0px 20px;
	margin-bottom: 5px;
	font-size: 14px;
}
small {
	font-size: 10px;
	color: #666;
	display: block;
	padding-left: 10px;
	text-align: right;
}
.entry {
	padding: 0px 20px 30px;
}
.entry p{
	line-height:170%;
	padding:10px 0px;
}