@charset "utf-8";
/* CSS Document */


/*ページタイトル*/
.news h2{
	color: #333333;
	font-size:120%;
	border-left:5px solid #F75210;
	background-color: #E4E4E4;
	line-height: 1.3em;
	padding: 5px 10px;
	margin-bottom:20px;

}

.news h3{
	color:#F89841;
	background-image:url(../../imgs/common/ic_mt-h3.gif);
	background-color:none;
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	padding: 1px 0 1px 35px;
	margin-bottom:15px;

}
