@charset "UTF-8";

div.h1{
	margin-bottom:20px;
}

div.news-text table{
	width:500px;
	font-family: 'ＭＳ ゴシック','Osaka－等幅';
	font-size:112%;
	margin:0 auto;
	border:none; 
	border-spacing:0;
}
div.news-text table th,
div.news-text table td{
	padding:0;
}

/*過去の一覧*/
div#news dl {
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
    padding: 11px 0;
		min-height:1px;
}
div#news dl:after{
	display:block; visibility:hidden; content:"."; clear:both; height:0;
}

div#news dl dt {
    font-weight: normal;
    width: 80px;
		margin-left:25px;
		zoom:1;
		float:left;
}
div#news dl#box-top {
    padding-top: 0;
}
div#news dl dd {
 width: 650px;
 float:left;
 margin-left:0;
}


div#news dl dd span {
    float: right;
    width: 650px;
}

#leftContents-inner table.general tbody td.emphasis {
	background-color: #fef2f4;
}
