<style type="text/css">
<!--
/* マウスポイントドロップダウンメニューのスタイル */

/* NNで動作させるために背景色を設定 */
.menubar,.menubar-nn{
layer-background-color:#3A6EA5;
}

/* 背景色・文字サイズ設定 */
.menubarsub,span.menubar{
background-color:#3A6EA5;
color:yellow;
font-size:12px;
}

/* マウスポイントドロップダウンメニューのリンク項目のスタイル */
.menubar a:link{
color:white;
font-size:12px;
font-weight:none;
text-decoration:none;
}

.menubar a:visited{
color:white;
font-size:12px;
font-weight:none;
text-decoration:none;
}

.menubar a:hover{
color:white;
font-size:12px;
font-weight:none;
text-decoration:none;
}

.menubar a:active{
color:white;
font-size:12px;
font-weight:none;
text-decoration:none;
}


/* 通常のスタイル */
body{
font-size:12px;
line-height:110%;
}

table{
font-size:12px;
line-height:110%;
}

/* 通常のリンク項目のスタイル */
a:link{
color:navy;
text-decoration:none;
}

a:visited{
color:navy;
text-decoration:none;
}

a:hover{
color:red;
text-decoration:underline;
}

a:active{
color:red;
text-decoration:none;
}
-->
</style>



