@charset "utf-8";

#body{
	width: 940px;
	}
#body .backtopagetop{
	display: block;
	margin-top: 2em;

	text-align: right:
;
	}
	#body .backtopagetop a{
		display: inline;
		}

#body ul{
	padding: 20px 0 35px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	}
	#body ul li{
		background: url("../../common/img/icon_faq_q.gif") no-repeat 20px 50%;
		padding-left: 60px;
		}
		#body ul li a{
			font-weight: bold;
			line-height: 2.2em;
			}

#body dl{
	padding: 0;
	}
	#body dl dt{
	padding-left: 60px;
	color: #003366;
	line-height: 2em;
	margin-bottom: 0.5em;
	font-size: 110%;
	font-weight: bold;
	background-color: #f8f8f8;
	background-image: url(../../common/img/icon_faq_q2.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
		}
	#body dl dd{
	background: url("../../common/img/icon_faq_a.gif") no-repeat 60px 0;
	padding-left: 100px;
	padding-bottom: 0px;
	padding-right: 60px;
	width: 600px;
		}
		
	#body dl dd p{
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
			}
