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

