@charset "utf-8";
/* CSS Document */

#tit_head{
	background-image:url(../img/tit_head.jpg);
	width:699px;
	height:90px;
	margin:0 auto 30px auto;
	}

/*---------------------------------------------------------------------------------------
テーブルのレイアウト
----------------------------------------------------------------------------------------*/
.example table {
width: 658;
border: 1px #CCCCCC solid;
margin-bottom:30px;
}

.example td {
border: 0px #000000 solid;
padding: 10px 20px;
}



#faq{
	width:auto;
	height:auto;
	}


/*---------------------------------------------------------------------------------------
質問レイアウト
----------------------------------------------------------------------------------------*/

#faq h2{
	width:480px;
	height:auto;
	margin:0 auto;
	font-size:14px;
	line-height:20px;
	letter-spacing:1px;
	float:left;
	padding:0 20px 0 0;
	}
	
#f_img{
	background:url(../img/ca_f.gif);
	width:72px;
	height:100px;
	margin:0 auto;
	float:left;
	}
	
	
/*---------------------------------------------------------------------------------------
アンサーレイアウト
----------------------------------------------------------------------------------------*/
#a_tx{
	width:500px;
	height:auto;
	margin:0 0 0 20px;
	font-size:14px;
	line-height:20px;
	letter-spacing:1px;
	float:left
	}
	
#a_img{
	background:url(../img/ca_a.gif);
	width:56px;
	height:100px;
	margin:0 0 0 20px;
	float:left;
	}