@charset "utf-8";
/*
 *   タイトルの装飾
 */




/* ヘッダ
----------------------------------------------------------------------------------------------------*/
h1{
	margin: 0 0 0.5em 0;
	padding: 0.2em 0.3em;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #cc0033;
	border-left: 1px solid #e0e0e0;
	font-weight: bold;
	background: url(/common/images/bg_heading_h1.gif) no-repeat bottom right;
}
div#wrapContents h2{
	letter-spacing: 0.1em;
	margin: 0 0 0.2em 0;
	padding: 0.3em 0.4em;
	font-weight: bold;
	background: url(/common/images/bg_heading_h2.gif) no-repeat bottom left #fff;
}
div#wrapContents h3{
	margin-top: 0;
	margin-bottom: 0.1em;
	padding: 4px 5px;
	font-weight: bold;
	background: url(/common/images/bg_heading_h3.gif) no-repeat bottom left #fff;
}
div#wrapContents h4{
	margin-top: 0;
	margin-bottom: 0.1em;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
}
div#wrapContents h5{
	margin-top: 0;
	margin-bottom: 0.1em;
	padding: 2px 0;
}






