@charset "utf-8";

/*=========================================================
	[ m_heading.css ]
	module - heading style
	date - creation:2009-09-01 // update:2010-04-05
=========================================================*/


/*=========================================================
	index
		1. heading style
=========================================================*/

/* 1. heading style
=========================================================*/
/* Common setting */
#content h2, #content h3, #content h4 {
	overflow: hidden;
}
#content h2 span, #content h3 span, #content h4 span {
	font-weight: normal;
}

/* heading level1
---------------------------------------------------------*/
.hLv1Ctrl {
	margin: 0 3px;
	padding: 4px 0 19px 17px;
	background: #ffffff url(/common/images/heading1_bk.jpg) repeat-x left bottom;
	border-bottom: 1px solid #B4C0CB;
}
.hLv1 {
	font-size: 142%;
	padding: 2px 5px 2px 8px;
	border-left: 3px solid #005BAC;
	font-weight: 900;
	line-height: 1.4;
}
#content h1 span {
	font-weight: normal;
	font-size: 68%;
}

/* heading level2
---------------------------------------------------------*/
#content h2 {
	margin-top: 25px;
	padding: 6px 8px;
	border-left: 3px solid #005BAC;
	background: #F3F4F5 url(/common/images/heading2_border.gif) repeat-x left bottom;
	font-weight: bold;
	line-height: 1.3;
}
#content h2.h2-info {
	clear: both;
	padding-bottom: 12px;
	border-left: none;
	background: transparent url(/common/images/info_h2_bk.gif) repeat-x 0 bottom;
}

/* heading level3
---------------------------------------------------------*/
#content h3 {
	margin-top: 20px;
	padding: 3px 8px 4px;
	border-left: 3px solid #005BAC;
	background: transparent url(/common/images/for_border1.gif) repeat-x left bottom;
	line-height: 1.3;
}

/* heading level4
---------------------------------------------------------*/
#content h4 {
	margin-top: 15px;
	padding: 2px 8px 3px;
	border-left: 3px solid #B9BFC6;
	background: transparent url(/common/images/for_border1.gif) repeat-x left bottom;
	line-height: 1.2;
}

/* heading level5
---------------------------------------------------------*/
#content h5 {
	margin-top: 15px;
	padding: 2px 8px 3px;
	border-left: 3px solid #B9BFC6;
	line-height: 1.2;
}
