/***** 上部メニューの設定 *****/
#menu{
	position:relative;
	margin:10px auto;
	text-align:center;
	z-index:10;
	background:url("/h-baseball/IMG/menu_back.gif") center repeat-x;
}

#menu table{
	margin:0px auto;
	text-align:left;
	width:auto;
	border-collapse:collapse;
}

#menu span{
	font-size:11px;
	line-height:1.1em;
}

#menu span a{
	display:block;
	width:85px;
	height:30px;
	padding:10px 5px 0px 20px;
	color:#555555;
	background:url("/h-baseball/IMG/menu_off.gif") left no-repeat;
}

#menu span a:hover{
	text-decoration:none;
	color:black;
	background:url("/h-baseball/IMG/menu_on.gif") left no-repeat;
}

#menu table td{
	margin:0px;
	padding:0px;
}

#keisai,#result,#past,#introduction,#in_winner{
	position:absolute;
	display:none;
	width:260px;
	background:url("/h-baseball/IMG/menu_middle.png") repeat-y;
	text-align:left;
	font-size:inherit;
	padding:0px;
}

#keisai h5,#result h5,#past h5,#introduction h5,#in_winner h5{
	width:260px;
	height:25px;
	font-size:110%;
	padding:10px 20px;
	background:url("/h-baseball/IMG/menu_title.gif") no-repeat;
}

#keisai{
	width:350px;
	background:url("/h-baseball/IMG/menu_middle350.png") repeat-y;
}

#keisai h5{
	width:350px;
	background:url("/h-baseball/IMG/menu_title350.gif") no-repeat;
}

#result{
	width:150px;
	background:url("/h-baseball/IMG/menu_middle150.png") repeat-y;
}

#keisai ul,#result ul,#past ul,#in_winner ul{
	line-height:1.2em;
	margin:0px;
	padding:0px 10px 0px;
}

#keisai ul li,#result ul li,#past ul li,#in_winner ul li{
	width:100%;
	padding:5px;
}

.menu_top{
	height:5px;
	width:100%;
	background:url("/h-baseball/IMG/menu_top.gif") no-repeat;
}

#keisai .menu_top{
	background:url("/h-baseball/IMG/menu_top350.gif") no-repeat;
}

#result .menu_top{
	background:url("/h-baseball/IMG/menu_top150.gif") no-repeat;
}

.menu_bottom{
	height:15px;
	width:100%;
	background:url("/h-baseball/IMG/menu_bottom.gif") no-repeat;
}

#keisai .menu_bottom{
	background:url("/h-baseball/IMG/menu_bottom350.gif") no-repeat;
}

#result .menu_bottom{
	background:url("/h-baseball/IMG/menu_bottom150.gif") no-repeat;
}

