body {
        color:#ffffff;       /* 文字を白くする */
	background-color:#000000;  /* 背景色指定 */
}
table {
	color:#ffffff;		/* テーブルの文字色 */
	background-color:#000000;	/* テーブルの背景色 */
}

.c1 {
        letter-spacing:3pt;  /* 店舗紹介の住所等の文字間隔設定 */
	font-size:10pt;
}
.c2 {
	font-size:22pt;      /* 店舗名用フォント */
	font-family:"MS P明朝","平成明朝",serif;
}
.c3 {
	color:#000000;  /* フォント黒 */
	background:#000000;
}
