@charset "Shift_JIS";

/*
---------------------------------------------------------------
  SoundTown (Strategic and International Company)
  (C) EMI Music Japan Inc. All rights reserved. 
---------------------------------------------------------------*/
/* demo
--------------------------------------------------*/

/* #stinavi
--------------------------------------------------*/
#stinavi {
	background:#FFFFFF;
	width:100%;
	height:25px;
	border-bottom:1px solid #999999;
	}
#stinavibox {
	width:810px;
	height:25px;
	margin:auto;
	text-align:center;
}
#stinavi p#stitop,#stinavi ul,#stinavi li{
	margin:0;
	padding:0;
	}
#stinavi p#stitop {
	width:250px;
	height:25px;
	float:left;
	background:url(/st/common/images/logo.gif) no-repeat 5px 5px;
	}
#stinavi p#stitop a {
width: 100%; 
height: 100%;	
display: block; 
text-decoration: none; 
}
#stinavi p#stitop span {
	display:none;
	}
#stinavi ul {
	float:right;
	width:440px;
	height:20px;
	font-size:10px;
	list-style-type:none;
	margin:3px 0 0 0;
	background:url(/st/common/images/stinavi.gif) no-repeat 0 0;
}

#stinavi li{
	float:left;
	height:20px;
	width:105px;
	position: relative;
	}
#stinavi li.stinavi2 { 
	width: 125px; 
}
#stinavi li a { 
	display: block; 
	width:100%;
	height: 20px; 
}
#stinavi li a span {
	position:absolute;
	left:-9999px;
	}

#stinavi li.stinavi1 a:hover {
	background: url(/st/common/images/stinavi.gif) no-repeat 0 -20px;
	}
#stinavi li.stinavi2 a:hover {
	background: url(/st/common/images/stinavi.gif) no-repeat -105px -20px;
	}
#stinavi li.stinavi3 a:hover {
	background: url(/st/common/images/stinavi.gif) no-repeat -230px -20px;
	}
#stinavi li.stinavi4 a:hover {
	background: url(/st/common/images/stinavi.gif) no-repeat -335px -20px;
	}

#stinavi li em{
	width:85px;
	height:12px;
	position: absolute;
	bottom: -15px;
	left: 10px;
	}
#stinavi li a:link em,#stinavi li a:visited em {
	display: none;
}
#stinavi li a:hover em {
	display: block;
}

#stinavi li.stinavi1 a:hover em {
	border:1px solid #FF6600;
	width:95px;
}
#stinavi li.stinavi2 a:hover em {
	border:1px solid #006699;
}
#stinavi li.stinavi3 a:hover em {
	border:1px solid #000099;
}
#stinavi li.stinavi4 a:hover em {
	border:1px solid #FF0000;
	width:100px;
}



