@charset "UTF-8";

/***************************************

Format CSS File

***************************************/
/**************************************
ボタン
***************************************/

/**************************************
アイコン
***************************************/
/* 「カレンダー」アイコン */
.icoCalendar a {
	background: url(../../img/common/orange/ico_calendar3_n.gif) no-repeat;
}

.icoCalendar a:hover {
	background: url(../../img/common/orange/ico_calendar3_a.gif) no-repeat;
}

.icoCalendar a:active {
	background: url(../../img/common/orange/ico_calendar3_a.gif) no-repeat;
}

/* 「△」アイコン */
.ico_toji {
	background: url(../../img/common/orange/ico_arrow_u_n.gif) no-repeat;
}

.ico_toji:hover {
	background: url(../../img/common/orange/ico_arrow_u_a.gif) no-repeat;
}

.ico_toji:active {
	background: url(../../img/common/orange/ico_arrow_u_a.gif) no-repeat;
}

/* 「▽」アイコン */
.ico_hira {
	background: url(../../img/common/orange/ico_arrow_d_n.gif) no-repeat;
}

.ico_hira:hover {
	background: url(../../img/common/orange/ico_arrow_d_a.gif) no-repeat;
}

.ico_hira:active {
	background: url(../../img/common/orange/ico_arrow_d_a.gif) no-repeat;
}

/* タブメニューの画像 */
.tabMenu {
	background: url(../../img/common/orange/tabmenum.gif) center top no-repeat;
}

.tabMenuOn {
	background: url(../../img/common/orange/tabmenum_on.gif) center top no-repeat;
}

#tab .on .tabMenu {
	background: url(../../img/common/orange/tabmenum_on.gif) center top no-repeat;
}

#tab .off .tabMenu {
	background: url(../../img/common/orange/tabmenum.gif) center top no-repeat;
}

/* 個別タブの画像 */
.tabWakuTab {
	background: url(../../img/common/orange/tabmenum.gif) center top no-repeat;
}

.tabWakuTabOn {
	background: url(../../img/common/orange/tabmenum_on.gif) center top no-repeat;
}

.tabWaku .off .tabWakuTab {
	background: url(../../img/common/orange/tabmenum.gif) center top no-repeat;
}

.tabWaku .on .tabWakuTab {
	background: url(../../img/common/orange/tabmenum_on.gif) center top no-repeat;
}

/* 個別タブの画像（ロング） */
.tabWakuTabLong a {
	background: url(../../img/common/orange/tab.gif) center top no-repeat;
}

.tabWakuTabLong a:hover {
	background: url(../../img/common/orange/tab_on.gif) center top no-repeat;
}

.tabWakuTabLongOn a {
	background: url(../../img/common/orange/tab_on.gif) center top no-repeat;
}

/* 個別タブの画像（６文字） */
.tabWakuTab6 {
	background: url(../../img/common/orange/tabmenum6.gif) center top no-repeat;
}

.tabWakuTab6On {
	background: url(../../img/common/orange/tabmenum6_on.gif) center top no-repeat;
}

.tabWaku .off .tabWakuTab6 {
	background: url(../../img/common/orange/tabmenum6.gif) center top no-repeat;
}

.tabWaku .on .tabWakuTab6 {
	background: url(../../img/common/orange/tabmenum6_on.gif) center top no-repeat;
}

/* 個別タブの画像（７文字） */
.tabWakuTab7 {
	background: url(../../img/common/orange/tabmenum7.gif) center top no-repeat;
}

.tabWakuTab7On {
	background: url(../../img/common/orange/tabmenum7_on.gif) center top no-repeat;
}

.tabWaku .off .tabWakuTab7 {
	background: url(../../img/common/orange/tabmenum7.gif) center top no-repeat;
}

.tabWaku .on .tabWakuTab7 {
	background: url(../../img/common/orange/tabmenum7_on.gif) center top no-repeat;
}

/* 個別タブの画像（８文字） */
.tabWakuTab8 {
	background: url(../../img/common/orange/tabmenum.gif) center top no-repeat;
}

.tabWakuTab8On {
	background: url(../../img/common/orange/tabmenum_on.gif) center top no-repeat;
}

.tabWaku .off .tabWakuTab8 {
	background: url(../../img/common/orange/tabmenum.gif) center top no-repeat;
}

.tabWaku .on .tabWakuTab8 {
	background: url(../../img/common/orange/tabmenum_on.gif) center top no-repeat;
}

