@charset "utf-8";

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

 File name:      index.css
 Author:         yoko shinkawa
 Style Info:     トップページ用スタイル
----------------------------------------------------------- */

p.question {
	padding-left: 45px;
	font-weight: bold;
	color: #009900;
	background-color: transparent;
	background-image: url(../img/faq/question.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 2em;
	padding-top: 1em;
}

p.answer {
	padding-left: 45px;
	background-color: transparent;
	background-image: url(../img/faq/answer.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 2em;
}

