#menu ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
#menu a{
display: block; 
border-left: 10px solid #C97556;
background-color: #474655;
font-size: x-large;
padding: 4 10px;
text-decoration: none;
color: #E1E2CF;
width: 200px; 
margin: 2 0px;
text-align: left;
}
#menu a:hover{
border-left: 10px solid #990033;
background-color: #474655;
}

#top div#left{
	float:left;
	width:350px;
	margin:0 0 0 20px;
	}
#top div#left div#bnr_sps{}
#top div#left div#bnr_sps p{
	width:330px;
	height:105px;
	margin:12px 0px 0 0px;
	text-align:center;
	}
#top div#left div#bnr_sps p a{
	background:url(../img/top/bg_bnr.jpg) no-repeat;
	display:block;
	width:318px;
	height:105px;
	line-height:105px;
	color:#666666;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-indent:10px;
	}
#top div#left div#bnr_sps p a:hover{
	font-size:16px;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}

#copy{
	height:20px;
	font-size:10px;
	text-align:right;
	color:#333333;
	border:solid #333333;
	border-width:3px 0 0 0;
	padding:2px;
	clear:left;
	}
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}

span#underline {
      text-decoration:underline;
      text-underline-position:auto;
      color: #000000
}




