@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: #636466;
}
body {
}
/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #636466;
}
a:hover {
	text-decoration: none;
	color: #4DC0F6;
}
 .ticker {height:155px;overflow:hidden;}
.click {
	color: #636466;
	text-decoration: none;
}
.click:hover {
	color: #38960A;
	text-decoration: none;
}
.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: #8EC802;
}
.orange {
	color: #FF3701;
}
.yellow {
	color: #FFFF00;
}
.down {
	color: #5A5F3A;
}
.bg-01 {
	background-image: url(images/index/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-02 {
	background-image: url(images/index/down.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.pink {
	color: #E70C74;
}
.line-01 {
	border: 1px solid #E2E5E5;
}
.line-02 {
	border-bottom: 1px dotted #CCCCCC;
}
.input-01 {
	background-color: #EFF3F4;
	border: 1px solid #EFF3F4;
	color: #636466;
	font-size: 11px;
}
