@charset "utf-8";
/* CSS Document */

#lineup {
	margin-bottom:50px;
}

#lineup ul {
	border-bottom:1px solid #CCCCCC;
	margin:0 0 2px 0;
}

#lineup ul li{
	list-style:none;
}

#lineup ul li a{
	background:url(../../home/img/lineup_bg.jpg) center center no-repeat;
	background-position:top;
	display: block;   
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
    text-decoration: none;
	line-height:2.45;
	color:#666600;
	width:200px;
	height:28px;
	padding:0 0 0 28px;
}

#lineup ul li a:hover{
	background:url(../../home/img/lineup_bg.jpg)url center center no-repeat;
	background-position:bottom;
}

.news a:link {
	color:#999900;
	text-decoration:none;
}

.news a:visited {
	color:#999900;
	text-decoration:none;
}

.news a:hover {
	color:#999900;
	text-decoration:underline;
}