@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	color: #4d4d4f;
	background-color: #CEEFEB;
	background-image: url(image/index/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	color: #4d4d4f;
	letter-spacing: 1px;
}
/*-background img-----------------------------------------------------------------------------------------*/
.index-bg1 {
	background-image: url(images/index/left-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.index-bg2 {
	background-image: url(images/index/right-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-orange {

}
/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #636466;
}
.click {
	color: #333333;
	text-decoration: none;
}
.click:hover {
	color: #990000;
	text-decoration: none;
}
.down {
	color: #4d4d4f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.down:hover {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.white:hover {
	color: #A6E2D9;
	font-family: Arial, Helvetica, sans-serif;
}

/*--font---------------------------------------------------------------------------------------------------*/
.black {
	color: #000000;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
}
.red {
	color: #CC0000;
}
.green {
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.green2 {
	color: #009900;
}
.orange {
	color: #FF6600;
}
.orange2 {
	color: #FF6600;
	font-size: 11pt;
}
.yellow {
	color: #FFFF00;
}
/*--line-------------------------------------------------------------------------------------------------*/
.p-line1 {
	background-image: url(image/index/p-line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.p-line2 {
	background-image: url(image/p1-about/p-line2.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.down-leftline{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.line3{
	border-bottom-width: 1pt;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
/*--form-----------------------------------------------------------------------------------------------------*/
.contact {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
/*--space-----------------------------------------------------------------------------------------------------*/
.space {
	padding-top: 8px;
	padding-bottom: 8px;
}
.tb {
	font-weight: bold;
}
