@charset "shift_jis";


/**/

#contents #leftArea .title { margin-bottom:5px;}

#leftArea .section { width:551px;}

#leftArea .block01,
#leftArea .block02,
#leftArea .block03 { padding-bottom:20px;}


#leftArea .section h4.question{
	width:506px;
	height:37px;
	padding:15px 0 0 45px;
	color:#686868;
	font-weight:bolder;
	font-size:108%;
}

#leftArea .section p.answer {
	width:506px;
	padding:15px 0 0 45px;
	color:#686868;
}


#leftArea .section h4.question { background:url(../images/faq/q_back.gif) left top no-repeat; }
#leftArea .section p.answer { background:url(../images/faq/a_back.gif) left top no-repeat; margin-top:-15px; }
#leftArea .block01 h4.question { background:url(../images/faq/q_back.gif) 0 -1px no-repeat; }




/* clearfix
---------------------------------------------------------------------------------------------------------*/

#leftArea .section:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#leftArea .section:after{
  zoom: 1;

}

