/* ----------------------------------- */
/* CSS for Neetsha Menu System "Rouge" */
/*  Skin ID "Rouge" - The default skin */
/*   rouge.png                         */
/*   rouge_back.gif                    */
/*   rouge_bottom.gif                  */
/*   rouge_logo.gif                    */
/*   rouge_top.gif                     */
/* ----------------------------------- */

body {
 color: #000;
 background-color: #fff;
 font-size: 10pt;
 line-height: 16pt;
 margin: 0;
 padding: 0;
 text-align: center;
}

a {
 text-decoration: none;
 color: #22395e;
}

a:visited {
}

a:hover, a:active {
 background-color: #b8e6fd;
}

a.nobg:hover, a.nobg:active {
 background-color: transparent;
}

img {
 margin: 0;
 padding: 0;
}

h1 {
 margin: 0;
 padding: 0;
 font-size: 14pt;
 line-height: 16pt;
 font-weight: bold;
 color : #22395e;
}

hr {
 margin: 1px 4px 1px 4px;
 padding: 0;
 border-width: 1px 0 0 0;
 border-style: solid;
 border-color: #22395e;
 color: #edf0f7;
 height: 1px;
 line-height: 1px;
}

table {
 empty-cells: show;
 border-collapse: collapse;
}

tr, td {
 margin: 0;
 padding: 0;
}

.logo{
 width: 108px;
 height: 48px;
 border: 0 !important;
}

#main {
 width: 116px;
 margin: 10px auto 0 auto;
 padding: 0;
 text-align: center;
}

.menu {
 margin: 0;
 padding: 0;
 font-size: 10pt;
 line-height: 16pt;
 font-family: 'ＭＳ Ｐゴシック', 'IPAモナー Pゴシック';
 background: url(./rouge_back.gif) repeat-y;
}

.top{
 height: 10px;
 background: url(./rouge_top.gif) no-repeat top center;
}

.sep{
 height: 10px;
}

.bottom{
 height: 10px;
 background: url(./rouge_bottom.gif) no-repeat top center;
}

