
@charset "utf-8";
#container_r {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    width: 1000px;
}
#container_r h2 {
    background-color: #FFFFFF;
    border-color: #999999;
    border-style: solid;
    border-width: 1pt 0 1px 5px;
    color: #000000;
    font-size: 150%;
    font-weight: bold;
    margin: 5px 0;
    padding: 2px 0 2px 15px;
    text-decoration: underline;
}
#faq_list li {
    font-weight: normal;
    margin: 3px 0 3px 20px;
    padding: 0;
}
p.question {
	background: #225080 url(/materials/img/faq/h2_bg.gif) no-repeat left top;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 8px 0 9px 15px;
}
.answer {
    background-color: #f4f4f4;
    color: #000000;
    margin: 0 0 10px;
    padding: 10px 20px;
}
p .notice {
	font-size: 20px;
	color: #ff0000;
	font-weight: bold;
}
p.go_top {
    margin: 15px 0 0;
    text-align: right;
}
span.tyu {
    color: #FF0000;
    font-weight: bold;
}

.answer img {
	display: inline-block;
}

.sub_comment {
	text-align: center;
}

.sub_comment img {
	display: inline;
}