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

#headMenu{
background-image:url(/img/common/logo.gif);
background-repeat:no-repeat;
height:30px;
padding-left:150px;
margin:0 20px;
}
#headMenu UL{
	margin:0;
	padding:0;
}
#headMenu LI{
	font-size:12px;
	font-weight:bold;
	margin:0 1px 0 0;
	list-style:none;
	width:100px;
	height:25px;
	overflow: hidden;
	float:left;
}
#headMenu LI A{
	height:25px;
	overflow: hidden;
	display:block;
	text-align:center;
	background-image:url(/img/common/top_btn.gif);
	background-repeat: no-repeat;
}
#headMenu LI A:hover{
	background-image:url(/img/common/top_btn_on.gif);
}
#headMenu LI A.set{
	background-image:url(/img/common/top_btn_set.gif);
}
