body { 
font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Ghothic Pro W3",sans-serif; 
} 
b,strong { 
font-family: "Lucida Grande","Hiragino Kaku Ghothic Pro W6","Hiragino Kaku Gothic Pro",sans-serif; 
} 

td { font-size: 9pt; line-height: 150%; color:#333333;}
.ahover a:link    {text-decoration:none; color:#113388; }
.ahover a:visited {text-decoration:none; color:#113388; }
.ahover a:active  {text-decoration:none; color:#113388; }
.ahover a:hover   {text-decoration:underline; color:#113388; }
.menu table{ border-collapse: collapse; border: 1px #999999 solid; margin:20px 0px 0px 0px; } 
.menu td{ border: 1px #999999 solid; padding: 3px 3px 3px 25px; text-indent: -20px; } 
.menu a:link{ text-decoration:none; color:#113388; }
.menu caption { caption-side: left; vertical-align: middle; font-size: 9pt; color:#666666; font-weight: bold; } 
.menu img{vertical-align: -3px; }
.main { padding: 20px 0px 0px 20px; }
.main ol { margin: 0 0 0 25px;}
.main ul { list-style-type: none; margin: 0 0 0 10px; text-indent: -10px; }
.main hr {border-width: 1px 0px 0px 0px; border-style: dotted; border-color: #999999; height: 1px;}
.footer td { font-size: 8pt; line-height: 150%; color:#666666 }

.nav {
width: 100%; /* ナビゲーションの幅 */
padding-top: 20px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */
border-bottom: 1px #004080 solid; /* 下枠線 */
line-height: 100%;
}

/* --- メニューエリア --- */
.nav .nl {
width: 100%; /* メニューの幅 */
margin: 0 0 0 0; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
width: 110px; /* タブの幅 */
margin-right: 2px; /* タブの右マージン */
background: #f9f9f9 url(img/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 8px 2px; /* リンクエリアのパディング（上右下左） */
background: url(img/tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
.nav .nl li.active {
background: #004080 url(img/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
.nav .nl li.active a {
background: url(img/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


