@charset "utf-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　　　　　　　　トップページ用css
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@import url("base.css") ;
/*--------------------------------------------------------------------------------
　LIVEスケジュールの設定
--------------------------------------------------------------------------------*/
#container #schedule{
 width:850px;
 height:270px;
 padding-top:40px;
 margin-bottom: 30px;
 background-image: url(../images/top_schedule.gif);
 background-repeat: no-repeat;
 color: #666666;
}

#container #schedule #schInner{
 width:810px;
 height:270px;
 overflow:auto;
 text-align:left;
 padding: 0px 20px;
}

#container #schedule #schInner strong {
 font-size: 14px;
 padding-left: 10px;
 color: #003366;
}

#container #schedule #schInner img {
 vertical-align: bottom;
 margin-right: 5px;
}


#container #schedule #schInner .kyokai {
 font-size: 12px;
 color: #ffffff;
 background-color: #CC0000;
 margin: 0px 10px;
 padding: 3px 10px 2px;
}

#container #schedule #schInner .sinzen {
 font-size: 12px;
 color: #ffffff;
 background-color: #006633;
 margin: 0px 10px;
 padding: 3px 10px 2px;
}

#container #schedule #schInner a {
 color: #000066;
 margin-left: 10px;
 font-style: normal;
 text-decoration: none;
}

#container #schedule #schInner a:hover { 
 color: #a7abc5; 
}

#container #schedule #schInner hr{
 height:1px;
 background-color:#999999;
 margin-top: 10px;
 margin-right: 20px;
 margin-bottom: 10px;
 margin-left: 20px;
}

/*--------------------------------------------------------------------------------
　リンクボタンの設定
--------------------------------------------------------------------------------*/
#container #link {
 height: 140px;
 width: 850px;
}

#container #live_link {
 width: 420px;
 height: auto;
 float: left;
 margin-right: 30px;
}

#container #live_link img {
 margin-bottom: 20px;
}

#container #link #form_link {
 float: right;
}
