@charset "utf-8";

/*========================

バックナンバー

========================*/

/*------------------------
常にインクルードするCSS
------------------------*/

@import "reset.css";
@import "base.css";

/*------------------------
トピックス
------------------------*/

table {
	width:690px;
}

table tr {
	background:url(../img/line_mid.jpg) bottom repeat-x;
}

table tr td {
	margin:0;
	padding:10px 0 3px 0;
	vertical-align:top;
}

 table tr td.tit {
	padding:10px 0 3px 12px;
	width:100px;
}
