@charset "UTF-8";
/* CSS Document */

#Info_list{
	width:700px;
	padding:20px 100px;}


#Info_list ul li{
	list-style:none;
	padding:20px 0px;
	background-image:url(../info/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 23px;
	padding-left:20px;
	border-bottom:1px dotted #CCC;}
	

#Info_list ul li object,
#Info_list ul li table{
	padding:15px 0px;
	}
	
span.style4{
	color:#C03;}
	
#Info_list ul li a{
	color:#C03;
	text-decoration:underline;}


