@charset "utf-8";

@import url("common_styles.css");


/* -----------------------------------------------------------
CSS Information

 File name:      faq.css
 Author:         佐々木
 Style Info:     faq.html向けの沿革テーブルなど
----------------------------------------------------------- */


/*----------------------------------------------------
	FAQ
----------------------------------------------------*/

#inContents li{
	font-size:13px;
	padding:0 0 5px 25px;
	line-height:1.5em;
	list-style:none;
	background:#FFFFFF url(../img/faq_index.gif) no-repeat 0 50%;
}

#inContents dl,dt,dd{
	padding:0;
	text-indent:0;
}
#inContents dl{
	font-size:14px;
	margin:0 40px 0 40px;
}
#inContents dt{
	height:70px;
	padding:15px 0 0 80px;
	font-weight:bold;color:#C41F3F;
	background:#FFFFFF url(../img/faq_question.jpg) no-repeat 10px;
	border-top:1px dotted #990033;
}
#inContents .ans{
	background:#FFFFFF url(../img/faq_answer.jpg) no-repeat;
	height:60px;
	padding:20px 0 0 70px;
	color:#508080;
}
#inContents .totop{
	margin:0 0 0 550px;
}