@charset "utf-8";

/*============================================
テーブル
============================================*/
table.news {
	width:960px;				/*テーブル全体の幅*/
}
table.news th {
	width:150px;				/*見出しセルの幅*/
	padding:10px;				/*パディング*/
	text-align:center;				/*センター揃えにする*/
	white-space:nowrap;				/*セル内の改行を禁止する*/
	background-color:#ccccee;			/*セルの背景色*/
	border-bottom:dotted #666666 1px;		/*セルのボーダー*/
}
table.news td {
	padding:10px;				/*パディング*/
	background-color:#eeeeff;			/*セルの背景色*/
	border-bottom:dotted #666666 1px;		/*セルのボーダー*/
}



table.btable {
	width:960px;				/*テーブル全体の幅*/
}
table.btable th {
	/*width:150px;*/				/*見出しセルの幅*/
	padding:10px;				/*パディング*/
	text-align:center;				/*センター揃えにする*/
	white-space:nowrap;				/*セル内の改行を禁止する*/
	background-color:#ccccee;			/*セルの背景色*/
	border-bottom:dotted #666666 1px;		/*セルのボーダー*/
}
table.btable td {
	padding:10px;				/*パディング*/
	background-color:#eeeeff;			/*セルの背景色*/
	border-bottom:dotted #666666 1px;		/*セルのボーダー*/
}

.btable a {
	text-decoration:none;		/*リンク部分を下線無しにする*/
}
