@charset "UTF-8";
/* onmouse1.css */
.block {
	width:988px;
	margin: auto;
	background-image: url(../img/link.gif);
	background-repeat: repeat-x;
}
.block a {
	display:block;
	width:61px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	background:url("../image/link.gif") #bbb repeat-x top left;
	color:#333;
	float:left;
	border-right:1px solid #777;
	padding:6px 0;
	font-size: 12px;
}
.block a.r {width:143px; border-right:1px solid #777}   /* 上書き */
.block a.m {width:79px; border-right:1px solid #777}   /* 上書き */
.block a.sp {width:57px; border-right:1px solid #777}   /* 上書き */
.block a.j {width:123px; border-right:1px solid #777}   /* 上書き */
/* link */
.block a:link    {color:#333; text-decoration:none;}   /* リンク */
.block a:visited {color:#333; text-decoration:none;}   /* 訪問済みリンク */
.block a:hover   {
	color:#666;
	background:url("../image/over.gif") #777 repeat-x top left;
}   /* ポイント時のリンク */
.block a:active  {
	color:#03F;
	background:url("../image/down.gif") #555 repeat-x top left;
	overflow: hidden;
}   /* アクティブなリンク */
