/* styles written in this file is for Standard */

#faq .mgt40{
	margin-top:		40px;
}

#faq span{
	font-weight:		normal;
}

#faq span.notice{
	color:			#CC0000;
}



#faq div.shortcut{
	margin:			0px;
	padding:		20px 0px 30px 0px;
}

#faq div.shortcut ul{
	margin:			0px;
	padding:		0px;
	width:			740px;
	list-style:		none;
	float:			left;
}

#faq div.shortcut ul li{
	margin:			0px;
	padding:		0px 20px 0px 12px;
	background:		url(../../common_rn/img/icon_arrow_001.gif) no-repeat 0px 1px;
	float:			left;
	line-height:	1.2;
}

#faq div.shortcut p{
	margin:			0px;
	padding:		0px;
	width:			200px;
	float:			left;
	/*
	DO NOT ERASE HEIGHT AND OVERFLOW PROPERTIY
	*/
	height:			23px;
	overflow:		hidden;
}



#faq div.section{
	margin:			0px;
	padding:		0px 0px 30px 0px;
}

#faq div.section dl{
	margin:			0px;
	padding:		20px 0px 0px 0px;
}

#faq div.section dl dt{
	margin:			0px;
	padding:		0px 0px 20px 22px;
	background:		url(../img/ind_bod_lis_mar_01.gif) no-repeat 0px 0px;
}

#faq div.section dl dd{
	margin:			0px 0px 20px 0px;
	padding:		0px 0px 20px 22px;
	border-bottom:		1px dashed #cccccc;
	background:		url(../img/ind_bod_lis_mar_02.gif) no-repeat 0px 0px;
}

#faq div.section dl dd.last{
	margin-bottom:		0px;
	padding-bottom:		0px;
	border-bottom:		none;
}

#faq div.section dl a:link,
#faq div.section dl a:visited,
#faq div.section dl a:hover,
#faq div.section dl a:active{
	text-decoration:	underline;
}



