diff --git a/shuzai/omatsu/omatsu.html b/shuzai/omatsu/omatsu.html
index f30e8bb..4efbd6d 100644
--- a/shuzai/omatsu/omatsu.html
+++ b/shuzai/omatsu/omatsu.html
@@ -20,7 +20,8 @@
| 電話番号 | 0234-94-2617 |
| 住所 | 山形県酒田市大字生石上坂125 |
-| 営業時間 |
+ |
| 営業時間 |
+
11:30~15:00(ラストオーダー14:30)
17:00~21:00(ラストオーダー20:00) |
diff --git a/shuzai/tabelog/tabelog.css b/shuzai/tabelog/tabelog.css
new file mode 100644
index 0000000..bc4e76c
--- /dev/null
+++ b/shuzai/tabelog/tabelog.css
@@ -0,0 +1,17 @@
+body {color:#000000; background: #ffffff ;}
+h1 { color:#000000; font-size:xx-large; text-align:center;
+background: linear-gradient(transparent 50%, #ffff66 60%);
+text-shadow: 2px 2px 0 rgba(0,0,0,.2);}
+h2 { color:#000000; background: linear-gradient(transparent 50%, #ffff66 60%);
+ line-height: 1.3em;
+font-size:x-large; }
+h3 { color:#ffffff; font-size:xx-large;}
+h4 { color:#ffffff; background-color:#ff6600;
+font-size:xx-large;}
+p{position: relative;}
+table, th, td {border: 1px solid; border-collapse: collapse}
+th { font-size:large; text-align:center; }
+td:first-child { font-weight:bold; text-align:left; }
+div.localbox {clear: both; }
+div.rfloat {clear: both; width: 40%; float: right; margin-left: 7ex;}
+ul {font-size:x-large;}