@charset "UTF-8";

/* タブ */
.tabContainer {
        float: left;
	width:197px;
        height:188px;
}

.tabContainer ul.tabMenu li {
        text-indent: -9999px;
        list-style:none;
}
.tabContainer ul.tabMenu li a {
	display: block;
	text-decoration: none;
}

/* タブリスト */
.tabMenu li#qa01 a {
	background-image: url(../images/tabnavi/tabnavi_01.gif);
	background-position:left top;
        background-repeat: no-repeat;
	width:197px;
        height:47px;
}
.tabMenu li#qa01 a:hover{
	background-position:left bottom;
}
.tabMenu li#qa02 a{
	background-image: url(../images/tabnavi/tabnavi_02.gif);
	background-position:left top;
        background-repeat: no-repeat;
	width:197px;
        height:47px;
}
.tabMenu li#qa02 a:hover{
	background-position:left bottom;
}
.tabMenu li#qa03 a{
	background-image: url(../images/tabnavi/tabnavi_03.gif);
	background-position:left top;
        background-repeat: no-repeat;
	width:197px;
        height:47px;
}
.tabMenu li#qa03 a:hover{
	background-position:left bottom;
}
.tabMenu li#qa04 a{
	background-image: url(../images/tabnavi/tabnavi_04.gif);
	background-position:left top;
        background-repeat: no-repeat;
	width:197px;
        height:47px;
}
.tabMenu li#qa04 a:hover{
	background-position:left bottom;
}


/* 選択中のタブ */
.tabMenu li.active a {
	background-position:left bottom;
}
.tabContainer ul.tabMenu li.active a {
	background-position:left bottom;
}



/* 表示イメージ */
#qa01_area {
        float: right;
	width:733px;
        height:188px;
}
#tabimg_01 {
	width:733px;
        height:188px;
	margin: 0px;
        padding: 0px;
}
#tabimg_01 a {
	background-image: url(../images/tabnavi/tabnavi_topimg_01.jpg);
	background-position:right top;
        background-repeat: no-repeat;
	display: block;
        text-indent: -9999px;
        list-style:none;
	width:733px;
        height:188px;
}
#tabimg_01 a:hover{
	background-position:left -188px;
}
/* 表示イメージ */
#qa02_area {
        float: right;
	width:733px;
        height:188px;
}
#tabimg_02 {
	width:733px;
        height:188px;
	margin: 0px;
        padding: 0px;
}
#tabimg_02 a {
	background-image: url(../images/tabnavi/tabnavi_topimg_02.jpg);
	background-position:right top;
        background-repeat: no-repeat;
	display: block;
        text-indent: -9999px;
        list-style:none;
	width:733px;
        height:188px;
}
#tabimg_02 a:hover{
	background-position:left -188px;
}
/* 表示イメージ */
#qa03_area {
        float: right;
	width:733px;
        height:188px;
}
#tabimg_03 {
	width:733px;
        height:188px;
	margin: 0px;
        padding: 0px;
}
#tabimg_03 a {
	background-image: url(../images/tabnavi/tabnavi_topimg_03.jpg);
	background-position:right top;
        background-repeat: no-repeat;
	display: block;
        text-indent: -9999px;
        list-style:none;
	width:733px;
        height:188px;
}
#tabimg_03 a:hover{
	background-position:left -188px;
}
/* 表示イメージ */
#qa04_area {
        float: right;
	width:733px;
        height:188px;
}
#tabimg_04 {
	width:733px;
        height:188px;
	margin: 0px;
        padding: 0px;
}
#tabimg_04 a {
	background-image: url(../images/tabnavi/tabnavi_topimg_04.jpg);
	background-position:right top;
        background-repeat: no-repeat;
	display: block;
        text-indent: -9999px;
        list-style:none;
	width:733px;
        height:188px;
}
#tabimg_04 a:hover{
	background-position:left -188px;
}



