@charset "UTF-8";/*globalnavi */

/* 全体の箱　大きさ */
#tabContent {
width:576px;
}
/* ボタンになるところの箱 */
#tabIndex {
	margin: 0px;
	padding: 0px;
height:41px;
}

/* ボタンになるところの個々の箱 */
#tabIndex div {
	float:left;
	cursor: pointer;
}

/* コンテンツが入るところの全体の箱 */
#tabBoxIndex {
	background:url(../img/tab_re.gif) repeat-y 0 0;
	clear: both;
	width:576px;
	border-bottom:3px solid #E2DED8;
	border-top:3px solid #E2DED8;
}

.tabBox{
padding:7px 0px;
}
/*
widthとheightは可変です。
widthを変えると、横幅がまちまちなタブが出来ます。

text-indent:-9999px;
overflow:hidden;
display:block;
上記3つは必須です。
*/


/* ボタン１　開いている状態 */
.tablist01 .open a{
display:block;
width:116px;
height:31px;
background:url(../img/navi/tab01_on.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}
/* ボタン１　閉じている状態 */
.tablist01 .close a{
display:block;
width:116px;
height:31px;
background:url(../img/navi/tab01_off.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}

/* 以降繰り返し */
.tablist02 .open a{
display:block;
width:115px;
height:31px;
background:url(../img/navi/tab02_on.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}

.tablist02 .close a{

display:block;
width:115px;
height:31px;
background:url(../img/navi/tab02_off.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}

.tablist03 .open a{
display:block;
width:115px;
height:31px;
background:url(../img/navi/tab03_on.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}

.tablist03 .close a{

display:block;
width:115px;
height:31px;
background:url(../img/navi/tab03_off.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}

.tablist04 .open a{
display:block;
width:115px;
height:31px;
background:url(../img/navi/tab04_on.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}

.tablist04 .close a{

display:block;
width:115px;
height:31px;
background:url(../img/navi/tab04_off.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}

.tablist05 .open a{
display:block;
width:115px;
height:31px;
background:url(../img/navi/tab05_on.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}

.tablist05 .close a{

display:block;
width:115px;
height:31px;
background:url(../img/navi/tab05_off.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
}


/* それぞれのロールオーバーの設定 */
.tablist01 .close a:hover{
background:url(../img/navi/tab01_on.gif) no-repeat 0 0;
}
.tablist02 .close a:hover{
background:url(../img/navi/tab02_on.gif) no-repeat 0 0;
}
.tablist03 .close a:hover{
background:url(../img/navi/tab03_on.gif) no-repeat 0 0;
}
.tablist04 .close a:hover{
background:url(../img/navi/tab04_on.gif) no-repeat 0 0;
}
.tablist05 .close a:hover{
background:url(../img/navi/tab05_on.gif) no-repeat 0 0;
}


/*********************************************************************/
.pri_1 {
	list-style-type: circle;
	margin-left: 25px;
	width: 500px;
}

