@charset "utf-8";
/* CSS Document */

#schedule{
text-align:left;
}

#schedule h2{
width:846px;
height:120px;
text-indent:-10000px;
background:url(/schedule/img/title.gif) no-repeat;
margin-bottom:10px;
}
#schedule #kakomi{
background-color:#ffffff;
padding:5px;
}


#schedule ul#bt_block{
width:821px;
height:71px;
background:url(/schedule/img/ul_bg.jpg) no-repeat;
list-style-type:none;
/*
padding-top:10px;
*/
padding-left:10px;
margin-bottom:10px;
}
#schedule ul#bt_block li{
width:268px;
height:42px;
text-align:center;
background:url(/schedule/img/li_bg.jpg) no-repeat center;
float:left;
margin-top:5px;
margin-right:4px;
padding-top:26px;
_padding-top:22px;
font-size:12px;
font-weight:bold;
}
#schedule ul#bt_block li.myDay{
background:url(/schedule/img/li_myDay.jpg) no-repeat;
width:268px;
height:42px;
font-size:18px;
margin-top:10px;
padding-top:16px;
}

#schedule #early{
width:418px;
float:left;
text-align:center;
}

#schedule #lately{
width:418px;
float:left;
text-align:center;
}

#schedule #early h3{
width:392px;
height:35px;
background:url(/schedule/img/hd_early.jpg) no-repeat;
text-indent:-10000px;
margin:0px auto;
}

#schedule #lately h3{
width:392px;
height:35px;
background:url(/schedule/img/hd_lately.jpg) no-repeat;
text-indent:-10000px;
margin:0px auto;
}

#schedule ul.galblock{
list-style-type:none;
text-align:center;
}
#schedule ul.galblock li{
background:url(/schedule/img/block_bg.jpg) no-repeat;
width:380px;
height:242px;
margin:10px auto;
padding:10px;
text-align:left;
}

#schedule ul.galblock li p.time{
background-color:#FD9339;
font-weight:bold;
font-size:14px;
color:#ffffff;
text-align:center;
padding:2px;
height:16px;
}

#schedule ul.galblock li img.thumb{
float:left;
border:1px solid #666666;
margin-top:4px;
margin-right:4px;
}
#schedule ul.galblock li h4{
font-weight:bold;
font-size:20px;
color:#1351a4;
width:200px;
float:left;
margin-top:4px;
}
#schedule ul.galblock li .age{
font-size:14px;
}
#schedule ul.galblock li p.size{
padding-left:6px;
color:#666666;
font-size:16px;
float:left;
margin-bottom:10px;
}
#schedule ul.galblock li p.comment{
color:#666666;
font-size:12px;
overflow:auto;
float:left;
width:190px;
height:120px;
padding-left:10px;
line-height:150%;
}


