@charset "UTF-8";
/* CSS Document */



#Content  {
width:910px;
}

#Calendar_Top  {
width:910px;
padding-top:50px;
}

#CalendarMenu  {
width:270px;
float:left;
}

#Calendar_Month  {
width:270px;
float:left;
}

#Calendar_navi  {
width:270px;
}

#Calendar_navi ul  {
margin:0;
padding:0;
list-style:none;
}

#Calendar_navi li  {
float:left;
margin:0;
padding:0;
height:16px;
text-indent:-9999px;
}

#Calendar_navi li a   {
text-decoration:none;
display:block;
height:16px;
}

/*--------------basic-----------------
-----------------------*/
#Calendar_navi li#Previous  {
background:url(/schedule/images/navi_prev.gif) no-repeat;
width:71px;
}
#Calendar_navi li#ThisMonth    {
background:url(/schedule/images/navi_this.gif) no-repeat;
width:100px;
margin:0px 5px;
}
#Calendar_navi li#Next  {
background:url(/schedule/images/navi_next.gif) no-repeat;
width:71px;
}
#Calendar_navi li#PreviousOff  {
background:url(/schedule/images/navi_prev_off.gif) no-repeat;
width:71px;
}
#Calendar_navi li#NextOff  {
background:url(/schedule/images/navi_next_off.gif) no-repeat;
width:71px;
}

/*--------------hover-------------------
-------------------------*/
#Calendar_navi li#Previous a:hover  {
background:url(/schedule/images/navi_prev_on.gif) no-repeat;
width:71px;
}
#Calendar_navi li#ThisMonth a:hover    {
background:url(/schedule/images/navi_this_on.gif) no-repeat;
width:100px;
}
#Calendar_navi li#Next a:hover  {
background:url(/schedule/images/navi_next_on.gif) no-repeat;
width:71px;
}

#Top_Pickup  {
float:right;
}

/*////////////////////////////////////*/
#Calendar{
clear:both;
float:none;
width:910px;
font-size:1em;
padding-top:12px;
padding-bottom:20px;
}

#Calendar table.CalendarCell{
width:910px;
border-collapse: collapse;
border-spacing:0;
}

#Calendar table.CalendarCell td{
border:1px #e2e2e2 solid;
color:#464646;
vertical-align:top;
height:130px;
width:130px;
padding:2px;
}

#Calendar table.CalendarCell td#gray{
background:url(/schedule/images/bg_off.gif) repeat;
}

#Calendar table.CalendarCell td#day{
height:18px;
text-align:center;
padding-top:5px;
}



#Calendar table.CalendarCell td p.day_no{
height:15px;
}
#Calendar table.CalendarCell td p.day_no span  {
margin-left:8px;
font-weight:bold;
font-size:1em;
}

#Calendar table.CalendarCell td p.day_no span.Sat  {
color:#45aaea;
}

#Calendar table.CalendarCell td p.day_no span.Sun  {
color:#ff6767;
}


#Calendar table.CalendarCell td .Calendar_Event  {
padding:15px 0px 0px 12px;
}

#Calendar table.CalendarCell td .Calendar_Event p.jq_flyer a  {
text-decoration:none;
color:#000;
font-weight:bold;
font-size:1em;
line-height:1.3em;
}

#Calendar table.CalendarCell td .Calendar_Event p.jq_flyer a:hover  {
background-color:#FFea00;
color:#000;
}


#Calendar table.CalendarCell td .Calendar_Event p.jq_flyer a span.sttl {
font-size:0.9em;
color:#6d6d6d;
line-height:1.25em;
}

#Calendar table.CalendarCell td .Calendar_Event p.jq_flyer a:hover span.sttl  {
background-color:#FFea00;
color:#000;
}

/*///////////////////////////////*/

#Calendar_navi_bottom  {
width:910px;
padding-bottom:50px;
}

#Calendar_navi_bottom ul  {
margin:0;
padding:0;
list-style:none;
}

#Calendar_navi_bottom li  {
float:right;
margin:0;
padding:0;
height:16px;
text-indent:-9999px;
}

#Calendar_navi_bottom li a   {
text-decoration:none;
display:block;
height:16px;
}

/*--------------basic-----------------
-----------------------*/
#Calendar_navi_bottom li#Previous  {
background:url(/schedule/images/navi_prev.gif) no-repeat;
width:71px;
}
#Calendar_navi_bottom li#ThisMonth    {
background:url(/schedule/images/navi_this.gif) no-repeat;
width:100px;
margin:0px 5px;
}
#Calendar_navi_bottom li#Next  {
background:url(/schedule/images/navi_next.gif) no-repeat;
width:71px;
}
#Calendar_navi_bottom li#PreviousOff  {
background:url(/schedule/images/navi_prev_off.gif) no-repeat;
width:71px;
}
#Calendar_navi_bottom li#NextOff  {
background:url(/schedule/images/navi_next_off.gif) no-repeat;
width:71px;
}

/*--------------hover-------------------
-------------------------*/
#Calendar_navi_bottom li#Previous a:hover  {
background:url(/schedule/images/navi_prev_on.gif) no-repeat;
width:71px;
}
#Calendar_navi_bottom li#ThisMonth a:hover    {
background:url(/schedule/images/navi_this_on.gif) no-repeat;
width:100px;
}
#Calendar_navi_bottom li#Next a:hover  {
background:url(/schedule/images/navi_next_on.gif) no-repeat;
width:71px;
}

/*////////////////////////////////////*/

#Pickup_Wrap  {
width:910px;
padding-bottom:80px;
}

#Pickup  {
float:left;
}

#Pickup_Wrap p.dot  {
float:left;
}

#Pickup_Wrap p.dot_right  {
float:right;
}


#Pickup_Party  {
float:left;
width:250px;
padding:0px 25px;
}






#Pickup_Party .Pickup_ttl  {
color:#000000;
font-size:1.2em;
font-weight:bold;
padding:15px 0px 5px;
}

#Pickup_Party .Pickup_Description  {
font-size:0.85em;
}
















