@charset "utf-8";

html {overflow-x:hidden;

    scrollbar-3dlight-color : #DCD6C5;
	scrollbar-arrow-color : #DAB753;
	scrollbar-base-color : #fff;
	scrollbar-darkshadow-color : #CDC4AD;
	scrollbar-face-color : #FAF8E7;
	scrollbar-highlight-color : #fff;
	scrollbar-shadow-color : #DCD6C5;
}

body {
	margin: 0px; 
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	padding:0px;

}


h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
}

img {
	border: 0;
}


a { color: #627669; text-decoration: none;}
a:hover { color: #627669; text-decoration: underline;}


#navi{
text-align:right;
font-size:10px;
padding-bottom:10px;
padding-right:10px;
clear:both;
border-top:1px dotted #ccc;
}


/*SCHEDULE*/

#if_schedule ul{list-style: none;margin:0px;padding:0px;}
#if_schedule li{margin:0px; }
#if_schedule a{margin-left:5px; }

#if_schedule {
    background-image:url(/home/img/bg_iframe_schedule.jpg) ;
    background-color:#FAF8E7;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top;
	width: 230px;
	margin-top:3px;
	padding:0;
	font-size:12px;
}

#if_schedule .box{
    clear:both;
    width:220px;
    padding-bottom:5px;
    margin-left:3px;
}
#if_schedule .box img{
    clear:both;
}

#if_schedule .day{
   font-size:12px;
   margin-top:1px;
   font-weight:bold;
   color:#583819;
   text-align:center;
}


#if_schedule .shift{
   font-size:10px;
   margin-top:1px;
   color:#827966;
   border-bottom:#827966 1px solid;
}

/*UPDATE*/

#update ul{list-style: none;margin:0px;padding:0px;}
#update li{margin:0px; }

#update {
    /*background-image:url(/home/img/bg_iframe.jpg) ;*/
    /*background-color:#000;*/
	background-repeat:repeat-y;
	background-position:left;
	width: 280px;
	margin-top:3px;
	font-size:12px;
}
#update .box{
    clear:both;
    width:280px;
    padding-bottom:5px;
    margin-left:3px;
    /*border-bottom:1px dotted #ccc;*/
}
#update .box img{
    clear:both;
}

#update .day{
   font-size:12px;
   margin-top:1px;
   font-weight:bold;
   color:#69C9B6;
}



/*PICKUP*/

#pug ul{list-style: none;margin:0px;padding:0px;}
#pug li{margin:0px; }

#pug {
	background-color:#FFF;
	background-position:right bottom;
	width: 600px;
	margin-top:0px;
	font-size:12px;
}
#pug .box {
    float:left;
    width:145px;
    height:200px;
     margin:2px 2px 0px 2px;
}
#pug .box img{
    width:145px;
    height:200px;
    clear:both;
    border:0:
}


#pug .box .photo{
     clear:both;
     text-align:center;
     background-repeat:no-repeat;
     background-position:top center;
}
#pug .box .name{
     clear:both;
     text-align:center;
     font-weight:12px;
}






/*NEWS*/

#news ul{list-style: none;margin:0px;padding:0px;}
#news li{margin:0px; }

#news{
    background-image:url(/home/img/bg_iframe.jpg) ;
	background-repeat:repeat-y;
	background-position:left;
	width: 330px;
	margin-top:0px;
}
#news .box {
    width:325px;
    margin:3px;
    padding-bottom:5px;
    text-align:center;
    clear:both;
}
#news .box p{
    text-align:left;
}
#news .box img{
    width:130px;
    margin-right:5px;
    border:#fff 1px solid;
    float:left;
}

#news .title{
   font-weight:bold;
   font-size:12px;
   text-align:left;
   margin-bottom:5px;
   color:#69C9B6;
}

#news .day{
   font-size:10px;
   margin-top:2px;
   text-align:left;
}





