@charset "utf-8";

/*-------------------------------------------------------------
	base
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
body h2 {
	width: 580px;
	height: 82px;
	background: url(../images/blog/h2_voice.jpg) no-repeat 0 0;
	margin-bottom:15px;
	text-indent: -9876px;
}

body div.news {
	margin-bottom: 50px;
}
	body div.news div.entry-title {
		width: 560px;
		background: #FFEFEF;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #900;
		border-bottom: 1px solid #E57B7E;
		padding: 5px 10px 3px;
		line-height: 140%;
	}
		body div.news div.entry-title a {
			color: #900;
			text-decoration: none;
		}
		body div.news div.entry-title a:hover {
			text-decoration: underline;
		}
	body div.news div.entry-body {
		width: 560px;
		padding: 0 10px 20px;
		line-height: 160%;
	}
		body div.news div.entry-body p {
		 margin: 0 0 1.6em;
		}
		body div.news div.entry-body strong {
		 font-weight: bold;
		}
	body div.news div.entry-date {
		width: 560px;
		padding: 5px 10px 0;
		text-align: right;
		border-top: 1px solid #F2BDBE;
		color: #c30;
	}



