/*--

	トップFAQページ

--*/

.faq2_qa			{
					font-size:12pt;
					font-weight:bold;
					height:25px;

					margin-top:12px;
					margin-left:10px;

					padding-top:1px;
					padding-left:30px;					
					
					background-image:url(images/faq2_qa_icon.gif);
					background-repeat:no-repeat;
					background-position:2px 2px;
					
					border:#FFF 2px solid;					

					display:block;

					}

.faq2_qa:visited{
				color:#006;

					}	

.faq2_qa:hover{

	background-color:#FFC;
	border:#FC0 2px dotted;
	text-decoration:none;
					
					}	

			
/*--

	個別FAQページ

--*/			
			
#faq2_wrapper	{text-align:center}

.faq2_bg_frame	{
					background-image:url(images/faq2_bg_frame.gif);
					background-repeat:no-repeat;
}
#faq2_bg_frame_header{
					width:570px;			
					background-position:0px 0px;
					height:37px;
}

#faq2_bg_frame_footer{
					width:570px;
					background-position:0px -40px;
					height:50px;						
}

.faq2_bg_frame2	{
					background-image:url(images/faq2_bg_frame_body.gif);
					background-repeat:repeat-y;
}
#faq2_bg_frame2_body{
					width:570px;
					background-position:0px 0px;
					padding-left:16x;
					padding-right:0px;
					}


.faq2_voice_body	{
					text-align:left;
					background-image:url(images/faq2_voice.gif);
					background-repeat:no-repeat;	
					display:block;
					width:425px;
					padding-left:33px;
					padding-top:10px;
					padding-right:6px;
					}


.faq2_voice_footer	{
					background-image:url(images/faq2_voice.gif);
					background-repeat:no-repeat;	
					background-position:0px -280px;
					display:block;
					height:12px;
					width:431px;
					padding-left:30px;
					padding-top:4px;
					padding-right:3px;
					margin-bottom:15px;
					}


#faq2_title			{
					margin:15px;
					text-align:center}
					
					
/*--

	印刷時設定

--*/						
					
@media print {
	.faq2_toolbar{
			display:none;
			}					
