/*====== styles ======*/
body {
	background-color: #D9DDBA;
	font-family: "Arial", "宋体", "黑体";
	text-align: center;
	background-image:  url(../_Image/dt_02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;


}
body,table,td,div {
	font-family: "Arial", "宋体", "黑体";
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	color: 666666;

}

p {
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	text-indent: 20pt;
	color: #666666;
}


.A {
	text-decoration: none;
	line-height: 20px;

}

A:link {
	color: #5E5E5E;
	text-decoration: none;
}
A:visited {
	color: #5E5E5E;
	text-decoration: none;
}
A:hover {
	color: #5E5E5E;
	text-decoration: underline;
}
A:active {
	color: #5E5E5E;
	text-decoration: none;
}

/*====== 文字 styles ======*/
.bgi_dt01{
	background-image: url(../_Image/dt_03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
}
.bgi_dt02{
	background-image: url(../_Image/dt_04.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

.bgc_white{
	background-color: #FFFFFF;
}

.bgc_blue{
	background-color: #8D9A2B;
}

.tit_blue01{
	color: 7E8928;
}
.tit_gray{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.tit_white{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;


}


.tit {
	text-decoration: none;
	line-height: 20px;

}

.tit:link {
	color: #ffffff;
	text-decoration: none;
}
.tit:visited {
	color: #ffffff;
	text-decoration: none;
}
.tit:hover {
	color: #ffffff;
	text-decoration: underline;
}
.tit:active {
	color: #ffffff;
	text-decoration: none;
}

