
#infoList {
	width: 340px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5;
}

#infoList a {
	color: #000099;
	font-weight: bold;
}

#infoList a:link {
	color: #000099;
	font-weight: bold;
}

#infoList a:visited {
	color: #800080;
	font-weight: bold;
}

#infoList a:hover,
#infoList a:active {
	color: #F10000;
	font-weight: bold;
}



#infoList dl {
	margin: 7px 0 5px 0px;
	padding: 0 0 0 12px;
	background:url(../images/topics_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#infoList dt {
	margin: 0 0 0px 0;
	padding: 0;
	display:inline;
}

#infoList dd {
	display:inline;
	margin: 0 0 0px 6px;
}


#infoList{
zoom:1;/*for IE 5.5-7*/
}
#infoList:after{/*for modern browser*/
content:".";
display: block;
height:0px;
clear:both;
line-height:0;
visibility:hidden;
}

/* 作業後消す */
#infoList + *{
    clear: both;
}
/* 作業後消す */