@charset "shift_jis";

.faq_sub {
/*	background-color: #FFFF99;*/
	font-size: 100%;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 3px;
}
.support_title {
	font-weight: bold;
	color: #666;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-color: #EEE;
	font-size: 100%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.support_data {
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #666;
}
.support_data strong {
	color: #FF0000;
}

.gototop {
	background-color: #EAEAEA;
	text-align: right;
	padding: 3px;
	margin-top: 10px;
}
