body {
  margin-top : 0px;
  margin-right : auto;
  margin-bottom : 0px;
  margin-left : auto;
  width : 100%;
  height : 100%;
  overflow : hidden;
}
html {
  height : 100%;
  overflow : hidden;
}

div#sub {
  height : 92%;
  width : 100%;
  overflow : auto;
  background-color: #CCC;
}

div#main {
  height : 45px
  margin-left : auto;
  width : 100%;
  overflow : hidden;
}

div.menu {font-size:14px;}

div.welcome {font-size:13px;}
	
h1{font-size:18px;}
h2{font-size:16px; text-align: center;}
h3{font-size:14px;}
h4{font-size:12px;}


a{text-decoration: none;}
a:hover { color:#ffff66;
background-color:black;} 

td.body{text-align: center;}
.hanten {
	background-color: #e0FFFF;
}
.matsuri {
	background-color: #FFeCFF;
}
.wasou {
	background-color: #CCFF99;
}
.butai {
	background-color: ccccff;
}
.event {
	background-color: #FFCC99;
}
.main {
	text-align: center;
	vertical-align: top;
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

.shop {font-size: 10px;}

.price {color:#F00;
        font-size:15px;
		font-weight:bold;}
		
.number {color:#0000FF;
         font-size:14px;}