body {
	background-color: #FFFFFF;
	color: #333333;
}
.copyright {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial;
}

/*フッターメニュー*/
.ftr{
	color: #666666;
	font-size: 78%;
	line-height: 150%;
}
.ftr a:link{
	color: #666666; text-decoration: none;
}
.ftr a:visited{
	color: #666666; text-decoration: none;
}
.ftr a:hover{
	color: #333333; text-decoration: underline;
}
.ftr a:active{
	color: #666666; text-decoration: none;
}

/*リンク*/
.link{
	color: #333333; font-size: 78%;
}
.link a:link{
	color: #333333; text-decoration: underline;
}
.link a:visited{
	color: #333333; text-decoration: underline;
}
.link a:hover{
	color: #000000; text-decoration: underline;
}
.link a:active{
	color: #333333; text-decoration: underline;
}

.txt78 {
	font-size: 78%;
}
.txt_orange {
	font-size: 78%;
	color: #FF6600;
}

.lineup_name {
	font-size: 78%;
	color: #A5CCB6;
	font-weight: bold;
}
.txt130gray {
	font-size: 78%;
	line-height: 130%;
}
.txt_red {
	font-size: 78%;
	color: #990000;
}
.txt150 {
	font-size: 78%;
	line-height: 150%;
}
.txt10px {
	font-size: 10px;
}
