@charset "utf-8";
/*
 * よくある質問
 */
#ttl_faq {
	text-indent: -9999px;
	background: transparent url(../images/faq/ttl_faq.gif) no-repeat top left;
	width: 690px;
	height: 30px;
	margin-bottom: 15px;
}

#ttl_faq_side {
	text-indent: -9999px;
	background: transparent url(../images/ttl_faq_side.gif) no-repeat top left;
	width: 265px;
	height: 30px;
	margin-bottom: 15px;
}

#faq_list {
    list-style: disc inside none;
    margin: 0;
    padding: 0;
}

#faq_list li {
    display: block;
    padding-left: 15px;
    border-bottom: 1px solid #F0F0F0;
    padding: 5px;
    width: 550px;
	line-height: 1.5em;
	padding-left: 20px;
}

#faq_list li:hover {
    background-position: 3px 50%;
}

th.faq_q {
	background: transparent url(../images/faq/ico_q.gif) no-repeat scroll left center;
	background-color: #F0F0F0;
    height: 40px;
    width: 70px;
    margin-left: 10px;
}

td.faq_q {
    background: #F0F0F0;
    width: 600px;
    padding: 7px;
	line-height: 1.5em;
	font-weight: bold;
}

th.faq_a {
	background: transparent url(../images/faq/ico_a.gif) no-repeat scroll top left;
    height: 40px;
    width: 70px;
    padding-top: 10px;
    margin-left: 10px;
}

td.faq_a {
    padding: 7px;
	line-height: 1.5em;
}

p.faq_a {
	line-height: 1.5em;
}

.text01 {
    color: #E80000;
    font-weight: bold;
    line-height: 1.5em;
}

