@charset "utf-8";

/***************************************
  コンテンツ詳細
***************************************/
/* コンテンツ */

h2 {
	background-color:#384959;
	padding:0.7em 10px 0.6em 1.2em;
	color:#ffffff;
	font-size:150%;
	text-indent:-0.0em;
	margin-bottom:1.2em;
}

h2:before {
	background-image: url(../image/common/bg_h2.gif);
	background-position: center left;
	background-repeat: no-repeat;
	content: '';
	padding: 0.2em 0px 0.2em 10px;
	margin: -0.4em 0.3em 0em -0.8em;
	height: 1.6em;
	display: block;
	float: left;
}

h3 {
	background-color:#e8ecdb;
	border: solid 1px #9ba4ac;
	padding:0.5em 10px 0.4em 1.2em;
	font-size:138%;
	text-indent:-0.0em;
	margin-bottom:1.2em;
}

h3:before {
	border-left: solid 8px #384959;
	content: '';
	margin:-0.2em 0.3em 0em -0.8em;
	height:1.3em;
	display:block;
	float:left;
}

h4 {
	background-image:url(../image/common/bg_h4.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-style:solid;
	border-width: 1px 1px 1px 8px;
	border-color: #9ba4ac;
	padding:0.5em 10px 0.4em 0.6em;
	font-size:125%;
	text-indent:-0.0em;
	margin-bottom:1.2em;
}

h5 {
	border-style:solid;
	border-width: 0px 0px 3px 0px;
	border-color: #9ba4ac;
	padding:0.2em 0px;
	font-size:125%;
	margin-bottom:1.2em;
}

h6 {
	border-style:solid;
	border-width: 0px 0px 0px 10px;
	border-color: #9e566a;
	padding:0.2em 0px 0.2em 0.4em;
	font-size:113%;
	margin-bottom:1.2em;
}
