@CHARSET "UTF-8";

h1.dt_headLine{
	margin: 0 0  30px 0;
	padding: 23px 12px 27px;
	border-top: 3px #000 solid;
	color: #000;
	background: url("../images/style/h1_bg.gif") repeat-x left bottom #e5e5e5;
	/*font-size: 112.5%;*/
	font-size: 18px;
}

h2.dt_headLine{
	margin: 0 0 15px 0;
	padding: 10px 10px 15px 15px;
	color: #464646;
	background: url("../images/style/h2_bg.gif") no-repeat left bottom #fff;
	/*font-size: 100%;*/
	font-size: 16px;
}

h3.dt_headLine{
	margin: 0 0 15px 0;
	padding: 5px 12px 1px;
	border-bottom: 3px #033 solid;
	color: #fff;
	background: url("../images/style/h3_bg.gif") repeat-y left bottom #666;
	/*font-size: 87.5%;*/
	font-size: 14px;
}

h4.dt_headLine{
	margin: 0 0 15px 0;
	padding: 3px 10px;
	border-left: 4px solid #699;
	color: #000;
	background: #e2ecec;
	/*font-size:87.5%;*/
	font-size: 14px;
}

h5.dt_headLine{
	margin: 0 0 15px 0;
	padding: 0 10px 5px;
	background: url("../images/style/h5_bg.gif") repeat-x left bottom;
	color: #000;
	/*font-size: 87.5%;*/
	font-size: 14px;
}

h6.dt_headLine{
	margin: 0 0 15px 0;
	padding-left: 8px;
	background: url("../images/style/h6_bg.gif") no-repeat 0 0.4em;
	color: #000;
	/*font-size: 81.25%;*/
	font-size: 12px;
}

h1.dt_headLine, h2.dt_headLine, h3.dt_headLine, h4.dt_headLine, h5.dt_headLine, h6.dt_headLine {
}