@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/index/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 170%;
	color: #666666;
}
/*-background img-----------------------------------------------------------------------------------------*/
.down-bg {
	background-image: url(images/down-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.index-center {
	background-image: url(images/index/center-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.index-product-bg {
	background-image: url(images/index/icon-products-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.page-bg {
	background-image: url(images/p1-about/page-left-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.click {
	color: #333333;
	text-decoration: none;
}
.click:hover {
	color: #990000;
	text-decoration: none;
}
/*--font---------------------------------------------------------------------------------------------------*/
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.white:hover {
	color: #FAF4DE;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #09518E;
}
.blue-title {
	font-size: 11pt;
	color: #09518E;
}
.red {
	color: #CC0000;
}
.green {
	color: #009900;
}
.orange {
	color: #FF6600;
}
.orange-title {
	font-size: 11pt;
	color: #FF6600;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 8pt;
	color: #4D4D4F;
}
.down2 {
	font-size: 9pt;
	color: #4D4D4F;
}
/*--line-------------------------------------------------------------------------------------------------*/
.p-line {
	background-image: url(images/p6-product/p-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
	padding-top: 3px;
}
/*-------------------------------------------------------------------------------------------------------*/
