@charset "Shift_JIS";

/* ネスケ以外用のフレームメニュー */
div#menu
{
	background-image:none;
	background-color:#CC9966;
	padding:0px;
	margin-top:4px;
	margin-left:0px;
	text-align:left;
}

hr
{
	display:none;
}

a:hover, a:link, a:visited, a:active, a:focus
{
	display:block;
	color:#663300;
	background-color:#CC9966;
	border-width:3px 3px 3px 0px;
	margin:4px 0px 0px 0px;
	padding:1px 0.5em 1px 0px;
	width:75%;
	text-align:right;
	text-decoration:none;
}
a:link, a:visited, a:hover
{
	border-style:outset outset outset none;
	border-color:#FFCC99 #996633 #996633 #FFCC99;
}
a:active, a:focus
{
	border-style:inset inset inset none;
	border-color:#996633 #FFCC99 #FFCC99 #996633;
}
a:hover
{
	width:85%;
}
a:active, a:focus
{
	width:95%;
}
