@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p,td,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 160%;
	color: #666666;
}

body {
	background-color: #297AB2;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
/*-background img-----------------------------------------------------------------------------------------*/

/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.click {
	color: #333333;
	text-decoration: none;
}
.click:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.l-menu {
    color: #FFFFFF;
	text-decoration: none;
}
.l-menu:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
/*--font---------------------------------------------------------------------------------------------------*/
.black {
	color: #000000;
}
.black2 {
    font-size: 11pt;
	color: #000000;
	line-height: normal;
	padding-right: 10pt;
	padding-left: 10pt;
}
.white {
	color: #FFFFFF;
}
.white2 {
	font-size: 11pt;
	color: #FFFFFF;
	line-height: normal;
}
.white3 {
	font-size: 15pt;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
}
.white4 {
	font-size: 11pt;
	color: #FFFFFF;
	line-height: normal;
	padding-right: 10pt;
	padding-left: 10pt;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
	font-size: 11pt;
	font-weight: bold;
}
.blue2 {
	color: #0066CC;
}
.red {
	color: #CC0000;
}
.green {
	color: #009900;
	font-size: 11pt;
	font-weight: bold;
}
.green2 {
	color: #009900;
	font-weight: bold;
}
.orange {
	color: #FF6600;
	font-size: 11pt;
	font-weight: bold;
}
.orange2 {
	color: #FF6600;
	font-weight: bold;
}
.yellow {
	color: #FFFF00;
	font-weight: bold;
}
.down {
	font-size: 8pt;
	color: #DDF8FF;
}
/*--line-------------------------------------------------------------------------------------------------*/
.hr1 {
	border-bottom: 1pt dashed #E2E2E2;
}
.hr2 {
	border-bottom: 1pt solid #E2E2E2;
}
.line-2 {
    border-bottom: 1pt dashed #E2E2E2;
}
/*-------------------------------------------------------------------------------------------------------*/
.tb {
	font-weight: bold;
}
.txt-orderly1 {
	text-align: justify;
}
