@charset "UTF-8";
/* CSS Document */

.faqUl {
	background-image: url(../images/faq_bg.jpg);
	background-repeat: repeat-y;
	font-size: 1.4em;
}
.faqLi01 {
	margin-left: 3em;
	background-image: url(../images/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 1em;
	width: 450px;
}
.faqLi02 {
	margin-left: 4.6em;
	margin-left: 3em;
	background-image: url(../images/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-bottom: 1em;
	width: 450px;
}
.faqLi03 {
	margin-left: 3em;
	background-image: url(../images/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 450px;
}
.faq {
	color: #003366;
	text-decoration: underline;
}
.faq:visited {
	color: #33ccff;
	text-decoration: none;
}
.faq:hover {
	color: #33ccff;
	text-decoration: underline;
}
