@charset "utf-8";

/*--mainarea----------------------------------------
----------------------------------------------*/

.question {
    width:550px;
    margin:10px auto;
	padding:0px 0px 0px 30px;
    text-align:left;
}

.question li {
    color:#4F7D6D;
	font-size:100%;
	line-height:180%;
	list-style-type:decimal;
}

.question li a {
    color:#4F7D6D;
	border:none;
}

dl {
    width:580px;
    margin:10px auto;
	text-align:left;
}

dt {
	color: #4F7D6D;
	font-size:100%;
	border-bottom: #4F7D6D dotted 1px;
	border-left: #4F7D6D solid 3px;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}

dd {
	line-height: 150%;
	font-size:92%;
	color:#333333;
	text-indent:10px;
	padding:0px 10px 0px 30px;
	margin: 0px 0px 1em 0px;
}


.pagetop {
    width:77px;
	height:12px;
	margin:10px 0px 10px 445px; 
}

/*--subarea----------------------------------------
----------------------------------------------*/

#glovalnavi .faq a {
    background:url(../../shared/img/btn_faq.gif) no-repeat bottom;
}

/*--------------------------------------------
footer
----------------------------------------------*/

#footercontents .faq a{
	color:#9DBA3D;
	text-decoration:none;
}

