/*Tableのスタイル*/
table { margin: 0}

/* ボタンのスタイル */
input.common_button  { height : 16pt; width : 50pt}
input.common_sbutton { height : 16pt; width : 30pt}
input.common_lbutton { height : 16pt; width : 70pt}
input.common_wbutton { height : 16pt; width : 90pt}
input.common_gbutton { height : 16pt; width : 130pt}

/* キーワード */
font.keyword {
	font-weight: bold;
	color : #ff0000
}

/* メニューのタイトル */
font.content_menutitle {
	font-weight: bold;
	font-size: large;
	color: #ffffff;
	font-family : "ＭＳ Ｐゴシック"
}
/* 濃い色 (タイトルの背景など) */
td.dark_color {
	background-color: #FF0000
}
/* 中間色 (テーブルヘッダの背景など) */
td.middle_color {
	background-color: #99ffff
}
/* 薄い色 (テーブル内など細かな識別にたまに) */
td.light_color {
	background-color: #ccffff
}
/***End of file**/
