@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/in/bg1.jpg);
}

body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
	color: #333333;
}
/*-background img-----------------------------------------------------------------------------------------*/
.bg {
	background-image: url(images/in/bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.click {
	color: #333333;
	text-decoration: none;
}
.click:hover {
	color: #990000;
	text-decoration: none;
}
/*--font---------------------------------------------------------------------------------------------------*/
.black {
	color: #000000;
}
.black2 {
	font-size: 14pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
	font-size: 11pt;
	font-weight: bold;
	line-height: normal;
}
.blue2 {
	color: #0066CC;
}
.blue3 {
	color: #003366;
}
.red {
	color: #CC0000;
}
.red2 {
	color: #CC0000;
	font-size: 10pt;
	font-weight: bold;
	line-height: normal;
}
.green {
	color: #009900;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #FFFF00;
}
.address {
	color: #666666;
	font-size: 9pt;
}
.down {
	font-size: 8pt;
	color: #DEF0FA;
}
.tb {
	font-weight: bold;
}
/*--line-------------------------------------------------------------------------------------------------*/
.hr1 {
	border-bottom: 1pt dashed #E2E2E2;
}
/*-------------------------------------------------------------------------------------------------------*/

