@charset "UTF-8";


	#faq_img{
		padding-top:20px;
		width: 854px;
		height: 207px;
		margin: auto;
	}	
	
	#FAQ_helplink{
		width: 800px;
		margin: auto;
		margin-top:20px;
		text-align: left;
	}	
	
	.FAQ_helplink_left{
		width: 380px;
		height:220px;
		float: left;
	}
	
	.FAQ_helplink_right{
		width: 354px;
		height:220px;
		float: right;
	}
	
	.FAQ_helplink_text{
		width: 380px;
		margin: 15px 0px 0px 5px;
	}

/* FAQリンク色 */

	.FAQ_helplink_text a{
		color: #46C309;
		font-weight: bold;
	}
	.FAQ_helplink_text a:link {
		color: #46C309;
		text-decoration:none;
	}
	
	.FAQ_helplink_text a:visited {
		color: #46C309;
		text-decoration:none;
	}
	
	.FAQ_helplink_text a:hover {
		color: #999999;
		text-decoration:none;
	}
	
	.FAQ_helplink_text a:active {
		color:#46C309;
		text-decoration:none;
	}
/* ----------------------------- */
/* Aのテキスト中にあるリンク色 */

	.A_text a:link {
		color: #0099ff;
		text-decoration:underline;
	}
	
	.A_text a:visited {
		color: #0099ff;
		text-decoration:underline;
	}
	
	.A_text a:hover {
		color: #ff0000;
		text-decoration:underline;
	}
	
	.A_text a:active {
		color:#0099ff;
		text-decoration:underline;
	}
	
/* ----------------------------- */
/* 質問と解答欄 */
	
	#FAQ_out{
		width: 833px;
		margin: auto;
		padding-bottom:60px;
		clear: both;
		text-align: left;
	}
	
	.FAQ{
		width: 833px;
	}
	
	.midasi{
		height:29px;
		width:827px;
		text-align:center;
		/*border-bottom:1px solid;
		border-color:#666666;*/
		margin: 10px 0px;
		font-size: 20px;
		color: #666666;
	}
	
	.Q_back{
		width:828px;
		height:45px;
		background-image: url("../img/faq_img/faq_q_bar.jpg");
		margin-bottom: 15px;
	}
	
	.Q_text{
		color: #ffffff;
		font-weight: bold;
		margin:22px 0px 0px 70px;
		position:absolute;
	}
	
	.A_img{
		width:35px;
		height:39px;
		margin: 0px 0px 15px 6px;
		background-image: url("../img/faq_img/faq_a_icon.jpg");
		float: left;
	}
	
	.A_text{
		width:755px;
		margin-left:auto;
		margin-right:10px;
	}

	.FAQ_pagetop{
		width: 833px;
		height:23px;
		text-align:right;
		margin-top:10px;
		margin-bottom:20px;
	}
	
/* ----------------------------- */
