@charset "UTF-8";

/* タブナビゲーション全体 */
#nav-tab {
 
}

#nav-tab li { width: 318px; height: 46px; float: left; padding-right: 1px; padding-left: 2px; }

/* タブナビゲーション・ボタン共通 */
#nav-tab li a p.first { background-image: url(../images/tab_back.gif); background-repeat: no-repeat; background-position: left center; position: relative; top: 10px; left: 130px; padding-left: 15px; }
#nav-tab li a p { background-image: url(../images/tab_back.gif); background-repeat: no-repeat; background-position: left center; padding-left: 15px; position: relative; top: 10px; left: 60px; }
#nav-tab a { color: #2787b8; font-size: 1.2em; font-weight: bold; width: 318px; height: 46px; display: block; }
#nav-tab a:hover { color: #2787b8; font-size: 1.2em; font-weight: bold; text-decoration: none; display: block; width: 318px; height: 46px; }
/* タブナビゲーション・ボタンごとの背景画像 */
#btn-tab1 a { color: #2787b8; background-image: url(../images/bot_02.gif); background-repeat: no-repeat; background-position: left top; }
#btn-tab1 a:hover { background-image: url(../images/bot_01.gif); background-repeat: no-repeat; background-position: left top; }
#btn-tab1 a.active,
#btn-tab1 a.active:hover { background-image: url(../images/bot_01.gif); background-repeat: no-repeat; background-position: left top; }

#btn-tab2 a { color: #2787b8; background-image: url(../images/bot_02.gif); background-repeat: no-repeat; background-position: left top; }
#btn-tab2 a:hover { background-image: url(../images/bot_01.gif); background-repeat: no-repeat; background-position: left top; }
#btn-tab2 a.active,
#btn-tab2 a.active:hover { background-image: url(../images/bot_01.gif); background-repeat: no-repeat; background-position: left top; }
#btn-tab3 a { color: #2787b8; background-image: url(../images/bot_02.gif); background-repeat: no-repeat; background-position: left top; }
#btn-tab3 a:hover { background-image: url(../images/bot_01.gif); background-repeat: no-repeat; background-position: left top; }
#btn-tab3 a.active,
#btn-tab3 a.active:hover { background-image: url(../images/bot_01.gif); background-repeat: no-repeat; background-position: left top; }