/*---------- トップページ用CSS ----------*/

body {
margin-top:10px;
}

#leftbox {
margin-left:10px;
width:205px;
float:left;
margin-right:10px;
}

#rightbox {
line-height:1.5;
margin-right:10px;
}

/*-----　更新履歴　-----*/

#history {
margin-bottom:6px;
}

#histit {
margin:0;
padding:0;
width:205px;
height:25px;
text-indent:-2000px;
background-image:url(../images/tit_history.gif);
background-repeat:no-repeat;
}

#hisbox {
width:205px;
height:130px;
background-image:url(../images/bg_history.gif);
}

#histxt {
height:120px;
overflow:auto;
margin:0px 9px 5px 7px;
padding:0;
background-color:#FFFFFF;
scrollbar-3dlight-color:    #00A0C6;
scrollbar-arrow-color:      #ffffff;
scrollbar-darkshadow-color: #00A0C6;
scrollbar-face-color:       #66C6DD;
scrollbar-highlight-color:  #fffff0;
scrollbar-shadow-color:     #66C6DD;
}

#histxt strong {
color:#00A0C6;
}


/*-----　掲載作品リスト　-----*/

#listtit {
margin:0;
padding:0;
width:205px;
height:25px;
text-indent:-2000px;
background-image:url(../images/tit_list.gif);
background-repeat:no-repeat;
}

#listbox {
width:205px;
height:375px;
background-image:url(../images/bg_list.gif);
}

#listtxt {
height:365px;
overflow:auto;
margin:0px 9px 5px 7px;
padding:0;
background-color:#FFFFFF;
}

#listtxt strong {
color:#00A0C6;
}


.yearbox {
background-image:url(../images/top_line.gif);
background-position:bottom center;
background-repeat:repeat-x;
padding:5px 5px 15px 5px;
margin:0 0 5px 0;
}

.yearbox-end {
padding:5px;
margin:0;
}


/*-----　プレイヤーダウンロード　-----*/

#getplayer {
font-size:90%;
text-align:center;
}


/*-----　Webアニメコンテストについて　-----*/

#abouttxt {
margin-top:0;
padding-top:0;
}

/*　概要テーブル　*/

#summary {
line-height:1.5;
}

#summary th {
text-align:left;
background-color:#FFFFCC;
border-right:1px dotted #66C6DD;
}

#summary th img {
margin:0px 5px 0px 5px;
}

#summary td,th {
border-top:1px solid #66C6DD;
padding:10px 10px 10px 10px;
}

.bottom {
border-bottom:1px solid #66C6DD;
}
