#container-inner { position: static; width: auto; }
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }
#alpha {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    margin: 15px 15px 0 15px; 
    width: 460px; 
    font-size: 80%;
}
#alpha img{
    margin: 2px; 
    padding: 2px; 
}
#beta { 
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    width: 200px;
    background: #FFFFCC;
    font-size: 80%;
}

#alpha-inner, #beta-inner {
    position: static;
}

#beta-inner {
    padding: 10px 10px 0 10px;
    position: relative;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin-top: 0;
    border-left: 5px solid #FFCC00;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 18px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.entry-footer{
    clear: both;
}
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
    width: auto;

    margin: 0;
    border-left: 5px solid #36414d;
    padding: 5px;
    color: #fff;
    background: #ff9900;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #fff;
}

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.module-list {
    margin: 0 15px 10px 15px;
    list-style: disc;
}
.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #666;
    line-height: 1.2;
}


.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

dl.dish_list{
    padding: 4px;
}
dl.dish_list dt{
    font-size: 80%;
    padding:10px 0 0;
    margin:0;
    font-weight: bold;
}
dl.dish_list dd{
    font-size: 80%;
    padding:0;
    margin:0;
    text-align: right;
    border-bottom: dotted 1px;
}

.menu-new {
	background-color: #FFFFFF;
	padding: 8px 20px;
	color: #000000;
	height: 133px;
}
.menu-new h2 {
	font-size: 15px;
	margin: 0px;
	color: #CC0000;
}
.menu-new h3 {
	font-size: 19px;
	margin: 5px 0;
	color: #FF6600;
}
.menu-new p {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}
.menu-new img {
	margin: 0 10px 0 0;
	height: 100%;
}
span.menu-new-texts {
}
div.right {
    text-align: right;
    padding-right: 12px;
    padding-top: 12px;
    font-size: 80%;
}


/* for cooking_class_calendar by ichie */
.calendar {
    color: #444444;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 8px;
}
.calendarhead {
    font-size: 12px;
    letter-spacing: .2em;
    align: center;
}
.calendar table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
.calendar th {
    padding-top: 5px;
    font-size:12px;
    width : 20px ;
}
.calendar td {
    padding: 2px 0;
    font-size:14px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.holiday {
    color: #f75f74;
}
.saturday {
    color: #6796e3;
}
a.cooking_class{
    background-image: url(/cooking/images/small_plate.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-weight: bold;
    padding-bottom: 2px;
    text-decoration: none;
}
span.cal_pre{
    float: left;
}
span.cal_nex{
    float: right;
}

div.clear{
    clear: both;
}

hr.clear{
    clear: both;
    display:none;" 
}