﻿/* リンク装飾適用 */
a:link      { color:#555400;
              text-decoration: underline; }   /* テキストリンク色 */
a:hover     { color: #b03533;
              text-decoration: none; }        /* マウス上にカーソルがあるときのリンク色 */
a:active    { color:#ff0000;
              font-weight:bold;
              text-decoration: none; }   /* クリック時リンク色 */
a:visited   { color: #000000; }               /* 訪問済みリンク色 */


#MenuBar1{
	width:100%;
	text-align: center;
}

/* サブ適用 */
.MenuBarItemSubmenu {
	width:93px;
	text-align: center;

}

/* サブ適用 */
ul.MenuBarHorizontal ul {
	width:150px;
	text-align: left;
	font-size:7pt;
}

/* サブ適用 */
ul.MenuBarHorizontal ul li {
	text-align: left;
	width:150px;
}
