@charset "utf-8";

/* info.css */


/* xxxxx
-------------------------------------------------- */

#infoBox {
	width: 674px;
	margin-top: 10px;
	padding: 0 50px;
}

#infoBox h3 {
	margin-bottom: 12px;
}

#infoBox div.main {
	padding: 0 26px 7px 28px;
	line-height: 18px;
	overflow: hidden;
}

#infoyear li {
	float:left;
	margin:4px 9px 11px 0;
	background: url(../images/footer_line.gif) no-repeat scroll 0;
	display:inline;
	padding-left: 10px;
	font-family: verdana;
}

#infoyear .bgnone {
	background:none repeat scroll 0 0;
	padding-left: 8px;
}	


#infolist {
	margin-top: 15px;
	clear: left;
	overflow: hidden;
	background: url(../../images/info/line.gif) no-repeat bottom;
	padding-bottom: 1px;
}	

#infolist dt {
	background-image:url(../../images/info/line.gif);
	background-repeat:no-repeat;
	float: left;
	clear: left;
	width: 79px;
	font-family: verdana;
	padding: 7px 9px 7px 8px;
}

#infolist dd {
	background-image: url(../../images/info/line.gif);
	background-repeat: no-repeat;
	float: left;
	width: 519px;
	padding: 8px 5px 6px 0;
}	


#infolist dd a {
	background:transparent url(../images/arrow02.gif) no-repeat scroll 0 4px;
	display: inline-block;
	padding-left: 14px;
	color:#646464;
	text-decoration: none;
}


#infolist dd a:hover {
color:#8CDC00;
text-decoration:none;
}
	
