/*各テーブル=========================================*/
#left, #right {
margin-top:10px;
margin-bottom:10px;
}

#left {
float: left;
width: 420px;
overflow: hidden;
text-align:left;
}

#right {
float: right;
text-align:right;
width: 320px;
overflow: hidden;
}


/*leftTable ////////////////////////////////////////////////*/
.movie{
width:410px;
height:350px;
border: solid 4px #3D9F00;
}




/*rightTable ////////////////////////////////////////////////*/
#right h2{
margin-top:10px;
}


.comment{
margin-top:5px;
background-color:#FCEDA4;
padding:10px 10px 10px 10px;
}
.comment p{
margin:0;
padding:0;
text-align:left;
font-size:12px;
line-height:133%;
}

p.sign{
text-align:right;
line-height:160%;
}


#rightNavi{
text-align:left;
margin-top:0px;
margin-bottom:10px;
}

/*bottomNews ////////////////////////////////////////////////*/
#bottomNews {
margin-bottom:10px;
background-color:#D7F5FF;
background-image:url(images/bottomNewsBG.gif);
background-repeat:no-repeat;
background-position:600px -10px;
}


#bottomNews h3 {
padding-left:15px;
height:25px;
text-align:left;
background-image:url(images/bottomNewsH3BG.gif);
background-repeat:repeat-x;
font-size:14px;
font-weight:bold;
color:#FFF;
}
#bottomNews ul {
margin-top:10px;
margin-bottom:5px;
text-align:left;
}
#bottomNews li {
font-size:12px;
}


/*backNumber ////////////////////////////////////////////////*/
#backNumber{
margin-bottom:10px;
}

#backNumber th{
font-size:10px;
}



