@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p {
	margin: 0px;
	padding: 0px;
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 170%;
	color: #333333;
}
body{
	background-image: url(images/all/body_bg.gif);
	background-repeat: repeat-x;
}
.td_txt{
	padding-left: 15px;
}
/*-background img-----------------------------------------------------------------------------------------*/
.txt_bg_top{
	background-image: url(images/all/txt_bg_top.gif);
	background-repeat: no-repeat;
	height: 30px;
	background-position: center top;
}
.txt_bg{
	background-image: url(images/all/txt_bg.gif);
	background-repeat: repeat-y;
}

.txt_bg_down{
	background-image: url(images/all/txt_bg_down.gif);
	background-repeat: no-repeat;
	height: 30px;
}

img{
	behavior: url(iepngfix.htc);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.click:hover {
	color: #990000;
	text-decoration: none;
}

/*-txt link-----------------------------------------------------------------------------------------------*/
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.click {
	color: #333333;
	text-decoration: none;
}
/*--line---------------------------------------------------------------------------------------------------*/
.p_line{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.p_line1{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.p_line2{
	background-image: url(images/all/p-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*--ul,ol,li---------------------------------------------------------------------------------------------------*/

li{
	background-image: url(images/all/icon4.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	line-height: 160%;
}
ul,ol{margin: 0; padding: 0;}
ul,ol {list-style: none; margin: 0; padding: 0;}

/*--font---------------------------------------------------------------------------------------------------*/
.link{
	font-size: 10pt;
	color: #333333;
}
.black {
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	line-height: 140%;
}
.black1 {
	color: #333333;
	font-size: 10pt;
	font-weight: normal;
	line-height: 140%;
}
.white {
	color: #FFFFFF;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #3379BE;
	font-size: 14pt;
	font-weight: bold;
}
.blue1 {
	color: #3379BE;
	font-size: 12pt;
	font-weight: bold;
}
.blue2 {
	color: #3379BE;
	font-weight: bold;
}
.red {
	color: #CC0000;
	font-size: 8pt;
}
.green {
	color: #009900;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 9pt;
	color: #333333;
}
/*--line-------------------------------------------------------------------------------------------------*/
.hr1 {
	border-bottom: 1pt dashed #E2E2E2;
}
/*---form----------------------------------------------------------------------------------------------------*/
.form{
	background-color: #E3E3E3;
	border: 1px solid #CCCCCC;
}
