@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p {
	margin: 0px;
	padding: 0px;
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 160%;
	color: #666666;
}
/*-background img-----------------------------------------------------------------------------------------*/
.top-gray {
	background-image: url(images/gray-top.jpg);
	background-repeat: no-repeat;
	background-position: center 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;
}
.link1 {
	color: #666666;
	text-decoration: none;
}
.link1:hover {
	color: #990000;
	text-decoration: none;
}
/*--font---------------------------------------------------------------------------------------------------*/
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333132;
	font-weight: bold;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
}
.red {
	color: #CC0000;
	font-size: 8pt;
}
.red2 {
	color: #CC0000;
	font-size: 9pt;
}
.green {
	color: #6CA70D;
}
.green-title {
    font-size: 12pt;
	color: #6CA70D;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 8pt;
	color: #FFFFFF;
}

/*--line-------------------------------------------------------------------------------------------------*/
.p-line1 {
	background-image: url(images/p-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.p-line2 {
	background-image: url(images/p-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.p-line3 {
	background-image: url(images/p-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
/*--space-----------------------------------------------------------------------------------------------------*/
.space {
	padding-top: 3px;
	padding-bottom: 2px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.p1-bg01 {
	background-image: url(images/p1-about/image3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bb {
	font-weight: bold;
}

