@charset "UTF-8";/*globalnavi */

/* 全体の箱　大きさ */
#tabContent {
width:643px;
height:182px;
overflow:hidden;
}
/* ボタンになるところの箱 */
#tabIndex {
margin: 0px;
padding: 0px;
width:163px;
float:left;
height:182px;
background:url(../../img/inner/tab_glad.gif) no-repeat 2px 75px;
}

/* ボタンになるところの個々の箱 */
#tabIndex div {
	cursor: pointer;
}

/* コンテンツが入るところの全体の箱 */
#tabBoxIndex {
width:480px;
padding:0px 0px;
float:right;
height:182px;
background:url(../../img/inner/tab_bg.gif) no-repeat left top;
position:relative;
}

.tabBox{
width:480px;
padding-top:15px;
color:#3B2009;
}

#tab_search{
position:absolute;
left:15px;
top:135px;
font-size:14px;
}

#tab_search table th{
text-align:right;
padding:0px 10px 0px 0px;
height:46px;
width:150px;
vertical-align:middle;
font-weight:normal;
}
#tab_search table td{
text-align:right;
padding:0px 5px 0px 0px;
height:46px;
vertical-align:middle;
font-weight:normal;
}
#tab_search table td .inner_search_input{
width:150px;
font-size:14px;
padding:2px;
}







/*
widthとheightは可変です。
widthを変えると、横幅がまちまちなタブが出来ます。

text-indent:-9999px;
overflow:hidden;
display:block;
上記3つは必須です。
*/


/* ボタン１　開いている状態 */
.test01 .open a{
display:block;
width:163px;
height:37px;
background:url(../../img/navi/tab01_t_on.gif) no-repeat left top;
text-indent:-9999px;
overflow:hidden;
}
/* ボタン１　閉じている状態 */
.test01 .close a{
display:block;
width:163px;
height:37px;
background:url(../../img/navi/tab01_t_off.gif) no-repeat left top;
text-indent:-9999px;
overflow:hidden;
}




.test02 .open a{
display:block;
width:163px;
height:37px;
background:url(../../img/navi/tab02_t_on.gif) no-repeat left top;
text-indent:-9999px;
overflow:hidden;
}

.test02 .close a{
display:block;
width:163px;
height:37px;
background:url(../../img/navi/tab02_t_off.gif) no-repeat left top;
text-indent:-9999px;
overflow:hidden;
}

/* それぞれのロールオーバーの設定 */
.test01 .close a:hover{
background:url(../../img/navi/tab01_t_off.gif) no-repeat left top;
}
.test02 .close a:hover{
background:url(../../img/navi/tab02_t_off.gif) no-repeat left top;
}

/*********************************************************************/


