@charset "utf-8";

.marker {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #330000;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #804040;
}
.big-red {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}



#main  .question  {
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	background-image: url(faq/question.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	height: 40px;
	padding-top: 10px;
	margin: 0px;
}

#main .answer {
	background-image: url(faq/answer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	font-size:82%;/* 13px相当 */
	color: #333333;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 18px;
	padding-bottom: 20px;
}
#main  .box1  {
	background-color: #F8E4C7;
	padding: 20px;
	border: medium double #FF9966;
	color: #000000;
}
#main .box1 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
#sitemap a {
	line-height: 25px;
	color: #333333;
	margin-left: 20px;
	text-decoration: underline;
}

