@charset "UTF-8";

span.Today {
	color: #333;
	display: block;
	text-decoration: underline;
}
.deli {
	background-color: #BBB;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
li.holiday{
	background: url(./holiday.gif) no-repeat;
}
li.reservation{
	background: url(./charter.gif) no-repeat;
}
li.Sun {
	background: url(./holiday.gif) no-repeat;
}
li.Sat {
	color: #0000FF;
}
li.job {
background: none;
}
li.undefined {
/*	cursor: pointer;*/
}


/*________________________________________________________ reset _____*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: normal;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
html{
overflow: hidden;
}
body {
line-height: 1;
color: #666;
background: white;
font:13px/1.231 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
* font-size:small;
* font:x-small;
text-align: center;
}
ol, ul {
list-style: none;
}
img{
vertical-align: bottom;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* clearfix */
.clearfix{
zoom:1;
display: inline-block;
}
.clearfix:after{
content:".";
display: block;
clear:both;
height:0px;
line-height:0; 
visibility:hidden;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}

.clear{
clear: both;
}

/*ui*/
div.cal_wrapper {
	width: 175px!important;
	width/**/: 175px;
	position: relative;
	margin: 0 auto;
}
ul.cal_ui {
	padding: 0px;
	margin: 4px 0 20px 0;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 20px;
	height: 15px;
	list-style: none;
	margin: 0 0 0 15px;
	background-repeat: no-repeat;
	cursor: pointer;
	-moz-user-select: none; -khtml-user-select: none; user-select: none;
}
li.cal_prev {
	/*background-image: url(cal_01.gif);*/
}
li.cal_to {
	background-image: url(cal_02.gif);
}
li.cal_next {
	/*background-image: url(cal_03.gif);*/
}

div.cal_base {
	
}

div.cal_base p {
	margin: 0px;
	padding: 5px;
	font-size: 93%;
	text-align: left;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	float: left;
	width: 25px;
	height: 22px;
	display: inline;
	overflow: hidden;
	text-align: center;
}
ul.cal_main li span {
	padding: 3px;
	display: inline;
	display: block;
	font-size: 77%;
}

li.cal_headline {
color: #aaa;
}
