@charset "utf-8";

/* ------------------------------------------------------------
	メニュー
 ------------------------------------------------------------ */
.classlist .menu{

}
.classlist .menu li{
	float:left;
	line-height:2.5;
}
.classlist .menu li a{
	color:#ffffff;
	padding:8px 12px 7px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:none;
/*    text-shadow:0 -1px 1px #888, -1px 0 1px #888, 1px 0 1px #888;  
    -webkit-box-shadow:1px 1px 3px #AAA;  
    -moz-box-shadow:1px 1px 3px #AAA;*/
	margin:3px;

	text-decoration:none;
	font-size:14px;
	letter-spacing:4px;
	font-weight:bold;

	background-position:center center;
	background-repeat:repeat-x;
	background-color:#DB6482;
	background-image:url(../img/all/on.png);
}  
.classlist .menu li a:hover{
	background:none #4E3424;
	color:#999;
}  
.classlist .menu li a:active{
/*	background-position:center bottom;*/
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
} 









