@charset "UTF-8";

/*
=====================================
=	中見出し
=====================================
*/
h2 {
	margin: 25px 0 15px 0;
	padding: 10px 7px;
	border-top: 1px solid #bccbdb;
	background: #f2f6fb url(../common/img/bg_heading.gif) repeat-x left bottom;
	width: auto;
	font-size: 100%;
}

/*
=====================================
=	小見出し
=====================================
*/
h3 {
	margin: 15px 0;
	padding: 0 7px 10px 2.5em;
	border-top: none;
	border-bottom: 1px dotted #7a8ea5;
	background: none;
	text-indent: -2.5em;
	line-height: 1.6;
}

