/*メニュー画像部分
------------------------------------------------------------------*/
#menu li {
	display:inline;
	font-size : 14px;
	vertical-align : middle;
}
li.menu-large {
	display:block;
	float:left;
	margin: 0px;
	width:120px;
	height:50px;
	font-weight : bold;
	text-align : center;
	background:url(../images/menu-off.gif) top no-repeat;
}
li.menu-large a {
	display:block;
	float:left;
	margin: 0px;
	padding: 10px 0 0 0;
	width:120px;
	height:40px;
	font-weight : bold;
	text-align : center;
	background:url(../images/menu-off.gif) top no-repeat;
	color : white;
}
li.menu-large a:link {
	background:url(../images/menu-off.gif) top no-repeat;
	text-decoration : none;
}
li.menu-large a:visited {
	background:url(../images/menu-off.gif) top no-repeat;
	text-decoration : none;
}
li.menu-large a:active {
	background:url(../images/menu-off.gif) top no-repeat;
	text-decoration : none;
}
li.menu-large a:hover {
	background:url(../images/menu-over.gif) top no-repeat;
	color : red;
	text-decoration : none;
	cursor : pointer;
}

li.menu-large-on {
	display:block;
	float:left;
	margin: 0px;
	width:120px;
	height:50px;
	font-weight : bold;
	text-align : center;
	background:url(../images/menu-over.gif) top no-repeat;
}
li.menu-large-on a {
	display:block;
	float:left;
	margin: 0px;
	padding: 10px 0 0 0;
	width:120px;
	height:40px;
	font-weight : bold;
	text-align : center;
	background:url(../images/menu-over.gif) top no-repeat;
	text-decoration : none;
	color : red;
}
li.menu-large-on a:link {
	background:url(../images/menu-over.gif) top no-repeat;
	text-decoration : none;
}
li.menu-large-on a:visited {
	background:url(../images/menu-over.gif) top no-repeat;
	text-decoration : none;
}
li.menu-large-on a:active {
	background:url(../images/menu-over.gif) top no-repeat;
	text-decoration : none;
}
li.menu-large-on a:hover {
	background:url(../images/menu-over.gif) top no-repeat;
	color : red;
	text-decoration : none;
	cursor : pointer;
}

li.menu-small {
	display:block;
	float:left;
	margin: 0px;
	display:block;
	width:115px;
	height:50px;
	font-weight : bold;
	text-align : center;
	background:url(../images/menu-off.gif) top no-repeat;
}
li.menu-small a {
	display:block;
	float:left;
	margin: 0px;
	padding: 10px 0 0 0;
	display:block;
	width:115px;
	height:40px;
	font-weight : bold;
	text-align : center;
	background:url(../images/menu-off.gif) top no-repeat;
}
li.menu-small a:link {
	background:url(../images/menu-off.gif) top no-repeat;
	color : white;
	text-decoration : none;
	vertical-align:middle;
}
li.menu-small a:visited {
	background:url(../images/menu-off.gif) top no-repeat;
	color : white;
	text-decoration : none;
	vertical-align:middle;
}
li.menu-small a:active {
	background:url(../images/menu-off.gif) top no-repeat;
	color : white;
	text-decoration : none;
	vertical-align:middle;
}
li.menu-small a:hover {
	background:url(../images/menu-over.gif) top no-repeat;
	color : red;
	text-decoration : none;
	vertical-align:middle;
	cursor : pointer;
}

li.menu-small-on {
	display:block;
	float:left;
	margin: 0px;
	display:block;
	width:115px;
	height:50px;
	font-weight : bold;
	text-align : center;
	background:url(../images/menu-over.gif) top no-repeat;
}
li.menu-small-on a {
	display:block;
	float:left;
	margin: 0px;
	padding: 10px 0 0 0;
	display:block;
	width:115px;
	height:40px;
	font-weight : bold;
	text-align : center;
	background:url(../images/menu-over.gif) top no-repeat;
}
li.menu-small-on a:link {
	background:url(../images/menu-over.gif) top no-repeat;
	color : red;
	text-decoration : none;
	vertical-align:middle;
}
li.menu-small-on a:visited {
	background:url(../images/menu-over.gif) top no-repeat;
	color : red;
	text-decoration : none;
	vertical-align:middle;
}
li.menu-small-on a:active {
	background:url(../images/menu-over.gif) top no-repeat;
	color : red;
	text-decoration : none;
	vertical-align:middle;
}
li.menu-small-on a:hover {
	background:url(../images/menu-over.gif) top no-repeat;
	color : red;
	text-decoration : none;
	vertical-align:middle;
	cursor : pointer;
}
