@CHARSET "UTF-8";

h1.dt_headLine{
	margin: 0 0 30px 0;
	padding: 18px 10px 18px;
	border: solid 1px #9480e0;
	color: #fff;
	background: url("../images/style/h1_bg.png") repeat-x left bottom #2a02c3;
	/*font-size: 112.5%;*/
	font-size: 18px;
}

h2.dt_headLine{
	margin: 0 0 15px 0;
	padding: 10px 10px 10px;
	border-width: 1px 1px 2px;
	border-color: #ccc #e8e8e8 #2900c2;
	border-style: solid;
	color: #464646;
	background: url("../images/style/h2_bg.png") repeat-x left bottom #fff;
	/*font-size: 100%;*/
	font-size: 16px;
}

h3.dt_headLine{
	margin: 0 0 15px 0;
	padding: 0 12px 7px;
	border-bottom: solid 1px #ccc;
	color: #004682;
	background: url("../images/style/h3_bg.png") no-repeat left bottom #fff;
	/*font-size: 87.5%;*/
	font-size: 14px;
}

h4.dt_headLine{
	margin: 0 0 15px 0;
	padding-left: 6px;
	border-left: solid 2px #2900c1;
	color: #2900c1;
	/*font-size:87.5%;*/
	font-size: 14px;
}

h5.dt_headLine{
	margin: 0 0 15px 0;
	padding-left: 15px;
	background: url("../images/style/h5_bg.png") no-repeat 0 0.2em;
	color: #2900c2;
	/*font-size: 87.5%;*/
	font-size: 14px;
}

h6.dt_headLine{
	margin: 0 0 15px 0;
	color: #2900c1;
	/*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 {
}