@charset "shift_jis";
/* CSS Document */
a				{color:#000; text-decoration:none;}
a:hover		{text-decoration:underline; color:#666;}
#wrapper		{margin:0 auto; padding:50px 0 0 0; width:680px; font-size:100%; color:#000;}
#title		{text-align:center; margin-bottom:62px;}

.pagetop				{float:right;}
.pagetop a			{display:block; overflow:hidden; height:0; width:148px; padding-top:13px; background:url(images/btn_pagetop.gif) no-repeat left top;}
.pagetop a:hover	{background:url(images/btn_pagetop_on.gif) no-repeat left top;}

.close		{padding:45px 0; margin-left:235px;}
.close a:hover img	{opacity:0.8; filter:alpha(opacity=80);}

/* question-content layout */
#question-content		{clear:both; border-bottom:1px solid #000; padding-bottom:55px; margin-bottom:40px;}
	.q_section			{background:url(images/bg_title.gif) repeat-x left top; border-top:1px solid #000; padding:12px 0 15px 5px;}
	.q_section h2		{margin-bottom:30px;}
	.question			{padding:0 30px 0 10px;}
	.question li		{background:url(images/ic_q.gif) no-repeat left top; padding-left:55px; margin-bottom:25px; line-height:18px;}

	#other-outer		{background:url(images/bg_bold-top.gif) no-repeat left top; padding-top:10px; margin:40px auto; width:652px;}
	#other-inner		{background:url(images/bg_bold-bottom.gif) no-repeat left bottom; padding-bottom:10px;}
	#other				{border-left:5px solid #ccc; border-right:6px solid #ccc; width:581px; padding:28px 30px;}
	#other dt			{margin-bottom:15px;}
	#other dd			{font-size:100%;}
	#other .mb40		{margin-bottom:40px;}

/* answer-content layout */
#answer-content		{clear:both;}
	.a_section			{padding:50px 0 10px 0;}
	.a_section.np		{padding-top:0;}
	.a_section h2		{margin-bottom:22px;}
	
	.a-outer				{background:url(images/bg_box-top.gif) no-repeat left top; padding-top:9px; margin-bottom:25px; text-align:justify; text-justify:inter-ideograph;}
	.a-inner				{background:url(images/bg_box-bottom.gif) no-repeat left bottom; padding-bottom:9px;}
	.answer				{border-left:1px solid #a9a5a6; border-right:1px solid #a9a5a6; width:616px; padding:18px 30px 23px 30px;}
	.answer dt			{background:url(images/ic_q.gif) no-repeat left top; padding-left:55px; margin-bottom:15px; font-weight:bold; line-height:20px;}
	.answer dd			{background:url(images/ic_a.gif) no-repeat left top; padding-left:55px; font-size:100%; line-height: 20px;}
	.answer dd a		{background:url(images/ic_link.gif) no-repeat 0 50%; padding-left:15px;}

