/* 「お客様の声PicUp」タブのデザイン用CSS */

.tab_voice {position:absolute;left:186px;}
.tab_voice a{display:block;width:186px;height:32px;
                          background-image:url(question/tab_voiceoff.gif);
                          background-position:0px 0px;
		                  background-repeat:no-repeat;
		                  text-indent:-1000em;
		                  text-decoration:none;}
.tab_voice a:hover{background-image:url(question/tab_voiceoff.gif);
                                      background-position:0px -32px;}


					
/* 「よくあるご質問PicUp」中身のデザイン用CSS */

.questions_border{border: 1px dashed #cccccc;}







