@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p,form {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/index/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 160%;
	color: #4d4d4f;
}
/*-background img-----------------------------------------------------------------------------------------*/
.news-bg{
	background-image: url(images/index/icon-news-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #548FD4;
}
.click {
	color: #333333;
	text-decoration: none;
}
.click:hover {
	color: #548FD4;
	text-decoration: none;
}
.link1 {
	color: #333333;
	text-decoration: none;
	font-size: 10pt;
}
.link1:hover {
	color: #0000FF;
	text-decoration: none;
}
/*--font---------------------------------------------------------------------------------------------------*/
.black {
	color: #000000;
}
.black2 {
	font-size: 10pt;
}

.gray-t {
    font-size: 11pt;
	color: #4d4d4f;
}
.white {
	color: #FFFFFF;
}
.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.brown {
	color: #BA5A10;
}
.blue-t {
    font-size: 11pt;
	color: #427ABB;
}
.red {
	color: #CC0000;
}
.green {
	color: #009900;
}
.orange {
	color: #E84707;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 8pt;
	color: #77787B;
}
.space {
	padding-left: 10px;
}.bb {
	font-weight: bold;
}
.white2 {
	font-size: 10pt;
	color: #FFFFFF;
}
.title1 {
	font-size: 11pt;
	font-weight: bold;
	color: #427ABB;
}
.title2 {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}

.title3 {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}
.blue2 {
	color: #00468C;
}
.blue3 {
	color: #427ABB;
}

/*--line-------------------------------------------------------------------------------------------------*/
.p-line {
	background-image: url(images/index/p-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-bottom: 3px;	
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E5D8;
	padding-bottom: 5px;
	padding-top: 3px;
}

.line-all1 {
	border: 1pt solid #666666;
}
.line-all2 {
	border: 1pt solid #CCCCCC;
}
.line01 {
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #878787;
	border-left-color: #878787;
	border-bottom-color: #D3D3D3;
}
.line02 {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
}
.line03 {
	border-top-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.line04 {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #9A9A9A;
	border-bottom-width: 1pt;
}

.line05 {
	border: 1pt solid #695E59;
}

.line06 {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #9A9A9A;
	border-bottom-width: 1pt;
}

/*--other-----------------------------------------------------------------------------------------------------*/
.red01 {
	color: #FF0000;
}
