@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p,form {
	margin: 0px;
	padding: 0px;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #BDBCBC;
	letter-spacing: 1px;
}
body{
scrollbar-face-color: #202020; 
scrollbar-highlight-color: #717171;
scrollbar-shadow-color:#717171;
scrollbar-track-color: #717171; 
background-color: #202020;
scrollbar-darkshadow-color: #717171;  
}

/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #BDBCBC;
}
a:hover {
	text-decoration: none;
	color: #43AA0B;
}
.click {
	color: #636466;
	text-decoration: none;
}
.click:hover {
	color: #38960A;
	text-decoration: none;
}
/*--font---------------------------------------------------------------------------------------------------*/
.gray-title {
	font-size: 10pt;
	color: #98C2A6;
	font-weight: bold;
}
.gray-title1 {
	font-size: 9pt;
	color: #35B54B;
	font-weight: bold;
}
.gray-title2 {
    font-size: 12pt;
	color: #A0A0A0;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
}
.red {
	color: #CC0000;
}
.red_2 {
	color: #CC0000;
	font-size: 18pt;
	font-weight: bold;
}
.red_3 {
	color: #CC0000;
	font-size: 14pt;
	font-weight: bold;
}
.red_4 {
	color: #CC0000;
	font-size: 11pt;
}
.green {
	color: #7CB806;
}
.green-2 {
	color: #7CB806;
	font-size: 12pt;
	font-weight: bold;
}
.orange {
	color: #FF3701;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 9pt;
	color: #636466;
	line-height: 130%;
	letter-spacing: 0em;
	word-spacing: 0em;
}
.box {
	font-size: 9pt;
	line-height: 150%;
	font-weight: bold;
	color: #BDBCBC;
	background-color: #202020;
	padding: 2px;
	border: 1px solid #3B3C3D;
}
.index-bg-01 {
	background-image: url(images/p1-about/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.index-bg-02 {
	background-image: url(images/index/index-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.index-bg-03 {
	background-image: url(images/p1-about/bg-2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.line-01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #3B3C3D;
	border-right-color: #3B3C3D;
	border-bottom-color: #3B3C3D;
	border-left-color: #3B3C3D;
	border-bottom-style: solid;
}
.line-02 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #3B3C3D;
	border-right-color: #3B3C3D;
	border-bottom-color: #3B3C3D;
	border-left-color: #3B3C3D;
	border-bottom-style: dotted;
}
.line-03 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C9C9CA;
	border-right-color: #C9C9CA;
	border-bottom-color: #C9C9CA;
	border-left-color: #C9C9CA;
	border-bottom-style: dotted;
	padding: 5px 0px;
}
.line-04 {
	border: 1px solid #575859;
}

