@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p {
	margin: 0px;
	padding: 0px;
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	color: #4D4D4F;
}

body {
	background-image: url(images/index/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/*-background img-----------------------------------------------------------------------------------------*/
.menu-down-bg {
	background-image: url(images/index/menu-down.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu-down-bg2 {
	background-image: url(images/p1-about/gray-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.welcome-bg {
	background-image: url(images/index/icon-welcome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #4D4D4F;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.click {
	color: #4D4D4F;
	text-decoration: none;
}
.click:hover {
	color: #990000;
	text-decoration: none;
}
.link1 {
	color: #4D4D4F;
	text-decoration: none;
	font-size: 10pt;
}
.link1:hover {
	color: #000066;
	text-decoration: none;
}
.bt1 {
	font-size: 10pt;
	color: #FFFFFF;
}
.bt1:hover  {
	font-size: 10pt;
	color: #FFF600;
}

/*--font---------------------------------------------------------------------------------------------------*/
.gray1 {
	font-size: 10pt;
	color: #4D4D4F;
}
.gray-t {
	font-size: 12pt;
	color: #4D4D4F;
}
.white {
	color: #FFFFFF;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #1561A8;
}
.red {
	color: #AB0911;
}
.red2 {
	font-size: 10pt;
	color: #AB0911;
	text-decoration: none;
}
.green {
	color: #009900;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 8pt;
	color: #77787B;
}
.root {
	font-size: 8pt;
}
/*--line-------------------------------------------------------------------------------------------------*/
.down-bg {
	background-image: url(images/index/down-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom; 
}
.news-form {
	border: 1px solid #DCDDDE;
}
.line-center {
	background-image: url(images/index/icon-products-downline.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.line-down {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F2F2;
}
.line-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F1F2F2;
}
.pline-red {
	background-image: url(images/all/p1-red_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}
.pline-gray {
	background-image: url(images/all/p1-gray_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}
.pline-s {
	background-image: url(images/all/p-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}
/*-------------------------------------------------------------------------------------------------------*/
.bb {
	font-weight: bold;
}
.line-d1 {
	border-bottom-width: 1pt;
	border-bottom-style: dashed;
	border-bottom-color: #D2D3D5;
}
.line-TLRD1 {
	border: 1pt solid #DEDEDE;
}
.line-TL1 {
	border-top-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

