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

@import url("base.css");


/*--見出し--*/

h3{
	width:670px;
	height:42px;
	font-weight:normal;
	font-size:110%;
	padding-left:30px;
	padding-top:23px;
	color:#FFF;
	font-weight:bold;
	background-color:#009fe8;
	margin-bottom:30px;}

h4{
	width:668px;
	margin-bottom:8px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	background-color:#dbdcdc;
	color:#005394;}

.black{
	color:#000;
	margin-right:3px;
	font-size:95%}
	
	
/*--コンテンツ--*/

.contents-box{
	width:680px;
	margin:auto;
	margin-bottom:50px}
	
.faq-txt{
	width:660px;
	margin:auto;
	margin-bottom:50px}
	
	
/*--役立ちコンテンツ--*/

#useful{
	width:700px;
	margin:auto;
	padding-top:20px;
	text-align:center}
	
#useful ul {
	list-style:none;
	padding:0;
	overflow: hidden;
	width:706px;
	margin-top:20px}
	
#useful li {
	height:135px;
	float:left;
	margin-right:6px;
	text-align:center}