/*V4-Index-CSS*/

/*Body-Contents*/

/*Title*/
.t_box{ font-weight:bold; font-size:14px; }
.t_box span{ font-size:12px; }


/*HeadLine*/
#t_box_t{ background-color:#08A0F0; color:#FFF; font-size:14px; font-weight:bold; padding:0.3em; margin-bottom:1em; }
#t_box_t span{ font-size:12px; }


/*Left-Box*/
#l_box{ float:left; width:200px; }
#l_box .b_box{ border:1px solid #CCCCCC; margin-bottom:2em; overflow:hidden; padding-bottom:7px; }
#l_box .b_box ul{ display:inline; list-style:none; }
#l_box .b_box li{ float:left; text-align:center; margin:10px 0 0 9px; width:55px; }
#l_box .b_box img{ width:50px; height:44px; }


/*Middle-Box*/
#m_box{ float:left; width:500px; padding-left:1em; }

#m_box .b_box{ padding-left:1em; margin-bottom:2em; overflow:hidden; }
#m_box .b_box ul{ display:inline; list-style:none; }
#m_box .b_box li{ float:left; text-align:center; margin:10px 0 0 9px; width:55px; }
#m_box .b_box img{ width:100px; height:100px; }
#m_box .b_box_r{ text-align:right; }



/*Right-Box*/
#r_box{ float:right; width:200px; }
.r_t{ padding:1em; color:#FFF; background-color:#AABBCC; font-weight:bold; text-align:center; margin-top:1em; }
.r_b{ padding:1em; border:1px solid #ABC; }




