@charset "euc-jp";

/*=========================================================
	index
		1. heading level1
		2. heading level2
		3. heading level3
		4. heading level4 - level6
=========================================================*/

/* 1. heading level1
=========================================================*/
#content h1{
	margin-bottom:1.2em;
	font-size:190%;
	line-height:1.4;
}


/* 2. heading level2
=========================================================*/
#content h2{
	clear:both;
	width:630px;
	margin:2em 0 1.5em;
	background:url(../images/for_bg_h2.gif) no-repeat center bottom;
}
#content h2 span{
	display:block;
	width:600px;
	padding:13px 15px 8px;
	font-size:125%;
	line-height:1.5;
	background:url(../images/for_bg_h2Area.gif) no-repeat center top;
}


/* 3. heading level3
=========================================================*/
#content h3{
	clear:both;
	margin:2em 0 1.5em;
	padding:2px 0 0 10px;
	font-size:115%;
	line-height:1.5;
	border-left:5px solid #04A9DF;
}


/* 4. heading level4
=========================================================*/
#content h4{
	clear:both;
	margin:2em 0 1.5em;
	font-size:115%;
	line-height:1.5;
}