@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: #EA096D; text-decoration: underline;}
a:hover { color: #E2708C; 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-repeat:repeat-y;
	background-position:left;
	width: 240px;
	margin-top:3px;
	font-size:12px;
}
#update .box{
    clear:both;
    width:230px;
    padding-bottom:5px;
    margin-left:3px;
    border-bottom:1px dotted #ccc;
}
#update .box img{
    clear:both;
}

#update .day{
   font-size:10px;
   margin-top:1px;
   font-weight:bold;
   color:#583819;
}



/*PICKUP*/

#pug ul{list-style: none;margin:0px;padding:0px;}
#pug li{margin:0px; }

#pug {
    background-image:url(/home/img/bg_pickup.jpg) ;
    background-repeat:no-repeat;
	background-color:#FFF;
	background-position:right bottom;
	width: 500px;
	height:390px;
	margin-top:5px;
	font-size:10px;
}
#pug .box {
    float:left;
    width:250px;
     margin-bottom:7px;
	height:130px;
}
#pug .box .photo{
    float:left;
    padding-right:5px;
}


#pug .box img{
    width:80px;
    border:#B29E77 1px solid;
}
#pug .box .coment{
    float:left;
    width:160px;
}
#pug .box .coment .msg{
    /*overflow:auto;
    height:80px;*/
}
    

#pug .day{
   font-size:12px;
   font-weight:bold;
   margin-top:1px;
   color: #583819;
}







/*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: 230px;
	margin-top:5px;
}
#news .box {
    width:230px;
    margin:3px;
    padding-bottom:5px;
    text-align:center;
}
#news .box p{
    text-align:left;
}
#news .box img{
    width:210px;
    border:#B29E77 1px solid;
}

#news .title{
   font-weight:bold;
   text-align:left;
   margin-bottom:5px;
}

#news .day{
   font-size:10px;
   margin-top:2px;
   color: #583819;
   text-align:left;
}






