@charset "utf-8";

#topLeft{width:240px;float:left;padding:3px 0 0 0;}
#topRight{width:510px;float:left;margin:0 0 0 10px;}



/* BANNAR NAVI
-------------------------------------------- */
#bannar{
width:510px;
height:87px;
margin:0 0 5px 0;
clear:both;
}
#bannar:after{
content:"";
display:block;
clear:both;
height:87px;
overflow: hidden;
}
/*\*/
*html #bannar{
height:87px;
overflow:visible;
}
/**/

#bannar li{
float:left;
list-style:none;
}
#bannar li a:focus{outline:none;}

#bannar01 a{
position:relative;
text-decoration:none;
display:block;
width:252px;
height:87px;
background:url(../img/common/bannar_01.gif) no-repeat 0 0;
}
#bannar01 a span{display:none;}

#bannar02{margin:0 0 0 6px;}
#bannar02 a{
position:relative;
text-decoration:none;
display:block;
width:252px;
height:87px;
background:url(../img/common/bannar_02.gif) no-repeat 0 0;
}
#bannar02 a span{display:none;}

#bannar01 a:hover{background-position:0 -87px;}
#bannar02 a:hover{background-position:0 -87px;}

#bannar03{margin:0 0 0 12px;}


/* NEWS
-------------------------------------------- */
#news{
width:510px;
background:url(../img/common/back_news.gif) repeat-y 0 0;
border-top:1px solid #D7CEB5;
border-bottom:1px solid #D7CEB5;
margin:2px 0 0 0;
padding:2px 0 5px 0;
}
#news table{width:496px;margin:0 auto;text-align:left;}
#news table th{width:70px;padding:5px;font-weight:normal;}
#news table th span{color:#FFFFFF; background:#B91522;padding:2px 6px;}
#news table td{padding:5px;}

.borB1D{border-bottom:1px dotted #FFFFFF;}


