@charset "UTF-8";

/* CSS Document */


/* ----------------------------------------------------------------------------------
contents
---------------------------------------------------------------------------------- */

#infomation dl {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#infomation dt {
	clear: left;
    float: left;
    width: 20em;
	font-weight: bold;
    padding: 7px 0em;
}

#infomation dd {
	margin-left: 0;
    padding: 7px 0em 7px 23em;
	border-bottom: 1px dotted #ccc;
}

.lineTopics {
    margin: 10px auto;
    border-bottom: 1px dotted #ccc;
}