/* Layout
---------------------------*/

#iaOriginal dl dd{
	float:left;
	margin-left:1em;
	width:30%;
}

#iaOriginal dl dt a{
	background:transparent url(/g_common/img/misc_arrow004.gif) no-repeat scroll 0em 0.43em;
	padding-left:1em;
}

#iaOriginal dl dd a{
	display:block;
	background:transparent url(/g_common/img/misc_arrow004.gif) no-repeat scroll 0 0.43em;
	text-indent:0;
	padding-left:1em;
}

.section{
	margin-bottom:1em;
}

.sectionInner{
	margin-bottom:1em;
}

/* font
---------------------------------*/
.sectionInner dl{
	margin:0;
}

.sectionInner dl dt{
	font-weight:bold;
	line-height:180%;
}

.sectionInner dl dd{
	line-height:140%;
	text-indent:-2em;
}

.sectionInner dl dt a,
.sectionInner dl dd a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/g_common/img/misc_arrow004.gif) no-repeat scroll 0.8em 0.43em;
	color:#1D518B;
	padding:0 0 0 2em;
	text-decoration:none;
}


/* link
------------------------------*/

div.sectionInner a{
	color:#1D518B;
	text-decoration:none;

}

div.sectionInner a:visited{
	color:#803E7E;
	text-decoration:none;
}

div.sectionInner a:hover{
	color:#1D518B;
	text-decoration:underline;
}


