@charset "UTF-8";

/* ここから ＦＡＱ 設定*/
#faq {
	width				: 680px;
	height				: auto;
	float				: left;
}

#faq a {
	text-decoration		: none;
}

#faq a:link {
	text-decoration		: none;
	color				: #0000FF;
}

#faq a:visited {
	text-decoration		: none;
	color				: #993399;
}

#faq a:hover {
	text-decoration		: underline;
	color				: #00FF00;
}

#faq a:active {
	text-decoration		: underline;
	color				: #00FF00;
}

#faq_top {
	padding-left		: 20px;
	padding-top			: 10px;
	width				: 660px;
	line-height			: 1.5em;
}

#faq_section {
	padding-left		: 10px;
	padding-right		: 10px;
	width				: 660px;
	height				: auto;
}

#faq h1 {
	font-size			: 1em;
	text-align			: left;
	text-decoration		: underline;
	padding-top			: 5px;
	padding-bottom		: 5px;
}

#faq h2 {
	text-align			: left;
	font-weight			: normal;
	font-size			: 1em;
	padding-top			: 5px;
	padding-right		: 5px;
}

#faq h3 {
	color				: #FF0000;
	font-size			: 1em;
	text-align			: left;
	line-height			: 1.25em;
	font-weight			: normal;
	padding-top			: 5px;
	padding-left		: 15px;
	padding-bottom		: 10px;
}

/* ここまで ＦＡＱ 設定 */
