/* CSS Document */


/*=================================================================================*/
/* その他のお知らせナビ                                                                */	
/*=================================================================================*/
DIV#headlinenavi-sect {
	float: left;
	width: 170px;
	clear: none!important;
	margin-left: 0px!important;
	padding-left: 0px!important;
	background-image: url(/images/notice-navi-bg.gif);
	background-repeat: repeat-y;
	}
DIV#headlinenavi-sect P {
	margin-left: 8px;
	}

/*=================================================================================*/
/* FAQ                                                                             */	
/*=================================================================================*/	
DIV#faq-sect {
	}
DIV#faq-sect DIV.subsect-wrap {
	margin-top: 30px;
	}	
DIV#faq-sect DIV.subsect-wrap h2 {
	background-image: url(/images/question_bg.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 445px;
	color: #666666;
	font-size: 100%;
	padding-top: 15px;
	padding-left: 45px;
	}
DIV#faq-sect DIV.subsect-wrap DIV.subsect-body-wrap {
	width: 450px;
	}	
DIV#faq-sect DIV.subsect-wrap DIV.subsect-body-wrap P.code-wrap {	
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 18px;
	}
DIV#faq-sect DIV.subsect-wrap DIV.subsect-body-wrap P.code-wrap CODE {		
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	}	

