/* CSS Document */

.mt20{
	margin-top:20px;
	}

.mt30{
	margin-top:30px;
	}

div#main p,
div#main li{
	text-justify:newspaper;
	}

div#main dl.link{
	margin:20px 0 0 0;
	}

div#main dl.link dd{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:3px 10px;
	width:548px;
	float:left;
	}

div#main dl.link dd.even{
	border-bottom:1px solid #CCCCCC;
	}
	
div#main dl.link dd.even2{
    border-top:1px dotted #CCCCCC;
	}

div#main dl.link dd a{
	background:url(../../../../img_common/tobottom.gif) left center no-repeat;
	padding-left:20px;
	}

div#main dl.link dd.even2 a{
    padding-left:40px;
	display:block;
	background:url(../../../../img_common/tobottom.gif) 20px 1px no-repeat;
	}

div#main table{
	width:570px;
	}

div#main table th,
div#main table td{
	background:url(../../../../news/img/dotbg.gif) left bottom no-repeat;
	}

div#main table th{
	vertical-align:top;
	padding:7px 10px;
	width:55px;
	}

div#main table td{
	vertical-align:top;
	padding:7px 10px;
	}

div#main table td.data{
	width:60px;
	}




div#main table tr.odd{
	background:#FFFFFF;
	}

div#main table tr.even{
	background:#EEEEEE;
	}

div#main p#backnumber{
	float:right;
	margin-top: 10px;
	}

