﻿
/* トップリンク */
.menutop		{position: relative; top: 0; left:0px; background-color: #FFFFFF; height: 1px; text-align: left;}

/* ↑の表示変遷 */
.menutop a		{text-align: left; font-size: 80%; color: #333333; background-color: #FFFFFF; border: solid 0px #990099; line-height: 18px; text-decoration: none;}
.menutop a:visited	{color: #333333; text-decoration: none;}
.menutop a:hover	{background-color: #ffd2d2; color: #ff0000; text-decoration: none;}

/* ナビゲーションバー／全体の初期設定 */
.menu		{position: relative; top: 0; left:0px; background-color: #FFFFFF; height: 1px; text-align: left;}

/* カーソル上 */
.menu a		{text-align: left; font-size: 80%; color: #333333; background-color: #FFFFFF; border: solid 0px #990099; width: 140px; line-height: 18px; text-decoration: none;}
.menu a:visited	{color: #333333; text-decoration: none;}
.menu a:hover	{background-color: #ffd2d2; color: #ff0000; text-decoration: none;}

/* 普通の大きさのサブメニュー設定 */
.submenu		{visibility: hidden; position: absolute; top: 23px; left: 0; text-align: left;}
.submenu a	{display: block; border: solid 1px #990099; text-indent: 0.2em; text-align: left; color: #333333; background-color: #FFFFFF; text-decoration: none;}
.submenu a:visited	{color: #333333; text-decoration: none;}
.submenu a:hover	{background-color: #ffd2d2; color: #ff0000; text-decoration: none;}

/* 長いサブメニュー設定 */
.submenu02 {visibility: hidden; position: absolute; top: 23px; left: 0;}
.submenu02 a	{display: block; text-align: left; border: solid 1px #990099; width: 180px; line-height: 18px; text-indent: 0.2em; text-align: left; color: #333333; background-color: #FFFFFF; text-decoration: none;}
.submenu02 a:visited	{color: #333333; text-decoration: none;}
.submenu02 a:hover	{background-color: #ffd2d2; color: #ff0000; text-decoration: none;}

/* OPACのLINK */
/* ナビゲーションバー／全体の初期設定 */
.opaclink		{position: relative; top: 0; left:0px; background-color: #FFFFFF; height: 1px; text-align: left;}
.opaclink a		{text-align: left; font-size: 80%; color: #333333; background-color: #FFFFFF; border: solid 0px #990099; width: 140px; line-height: 14px;line-width: 14px; text-decoration: none;}
.opaclink a:visited	{color: #333333; text-decoration: none;}
.opaclink a:hover	{background-color: #ffd2d2; color: #ff0000; text-decoration: none;}


/* サブメニューの位置設定 */
#menu1	{position: absolute; top: 0; left: 0px;}

#menu2	{position: absolute; top: 0; left: 152px;}

#menu3	{position: absolute; top: 0; left: 304px;}

#menu4	{position: absolute; top: 0; left: 456px;}

#menu5	{position: absolute; top: 0; left: 608px;}

#menu6	{position: absolute; top: 0; left: 760px;}


