@charset "utf-8";
/******* ボディー *******/

html {

overflow-y: auto;
overflow-x: hidden;
}

html, body {
    scrollbar-base-color: #2C2117;
    scrollbar-track-color: #000000;
    scrollbar-highlight-color: #423122;
    scrollbar-3dlight-color: #523D29;
    scrollbar-arrow-color: #FFFFFF;
}



body {
	font-size:12px;
	color:#4f2912;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	font-family: 'verdana','Osaka','ＭＳ　Ｐゴシック','sans-serif';
}




/************************************************
*clear
*IE以外：親要素で回りこみを自動解除
************************************************/

div:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
}

p{
	line-height:120%;
	margin-top: 0px;
}

.wrap_calendar{
width:850px;
margin:0 auto;
padding-left:70px;
padding-top:5px;
}

div.calendar{
float:left;
width:320px;
margin:10px 10px;
padding-bottom:20px;
}
div.calendar_hr{
width:793px;
margin:5px;
}
.wrap_calendar table{
width:260px;
border:none;
font-size:11px;
}

.wrap_calendar table td,
.wrap_calendar table th{
height:16px;
}
.wrap_calendar table caption{
color:#ffd7bf;
font-size:16px;
font-family:"Book Antiqua";
}
.wrap_calendar table th{
border-bottom:#CCCCCC dotted 1px;
border-right:#CCCCCC dotted 1px;
color:#B3D0CA;
}

.wrap_calendar table th.header{
color:#ffff99;
}

.wrap_calendar table td.header{
border-bottom:#CCCCCC dotted 1px;
color:#ffff99;
}

.wrap_calendar table td.headersat{
border-bottom:#CCCCCC dotted 1px;
color:#ffff99;
border-right:none;
}

.wrap_calendar table td.sat{
color:#d3e5ad;
border-right:none;
}
.wrap_calendar table td{
	border-bottom:#aaaaaa dotted 1px;
	border-right:#aaaaaa dotted 1px;
	color:#dddddd;
	padding:2px 2px;
}

.wrap_calendar table td.note{
border:none;
text-align:left;
}

.wrap_calendar table td.btm{
border-bottom:none;
}

.wrap_calendar table td.rt{
border-right:none;
}
/*祝日*/
.wrap_calendar table td em{
color:#B3D0CA;
}
/*定休日*/
.wrap_calendar table td strong{
color:#FF6666;
}
table.comment{
font-family:Geneva, Arial, Helvetica, sans-serif;
margin:0;
height:30px;
}

/****************コンテンツ****************/



/**************** 画像 ****************/
img.title{
margin-bottom:5px;
}

img.rt{
float:right;
}

img.rt30{
float:right;
margin:0 30px;
}


img.rt50{
float:right;
margin-bottom:50px;
}

img.dummy{
background-color:#CCCCCC;
}

img.bordered{
border:8px solid #160c02;
margin-left:2px;
margin-bottom:2px;
}


img.mid{
vertical-align:middle;
}
img.no-bor{
border:none;
}

