@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p,td,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #666666;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #A6A6A6;
}
.p-bg {
	background-color: #FFFFFF;
	background-image: url(images/p-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*-background img-----------------------------------------------------------------------------------------*/

/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.click {
	color: #A30707;
	font-size: 9pt;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.click:hover {
	color: #000000;	
	font-size: 9pt;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
/*--font---------------------------------------------------------------------------------------------------*/
.black {
	color: #000000;
}
.black-t {
	color: #6D6D6D;
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.black-t2 {
	color: #000000;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
}
.red {
	color: #CC0000;
}
.red2 {
	color: #CC0000;
	font-size: 13pt;
	line-height: normal;
	font-weight: bold;
}
.red-t {
	color: #CC0000;
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.green {
	color: #009900;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 8pt;
	color: #cccccc;
}
/*--line-------------------------------------------------------------------------------------------------*/
.hr1 {
	border-bottom: 1pt dashed #E2E2E2;
}
.hr2 {
	border-bottom: 1pt solid #E2E2E2;
}
/*-------------------------------------------------------------------------------------------------------*/
.index {
	letter-spacing: 0pt;
	line-height: normal;
}
.index2 {
	letter-spacing: 0pt;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-right: 5pt;
	padding-left: 5pt;
}
.index2:hover  {
	letter-spacing: 0pt;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CC0000;
	padding-right: 5pt;
	padding-left: 5pt;
}
.index3 {
	letter-spacing: 0pt;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.box {
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A6A6A6;
	border-bottom-color: #A6A6A6;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.index-bg {
	background-image: url(images/index/index-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}
.index-t {
	line-height: normal;
}
