@charset "utf-8";
@import url("../common/css/common2.css");


/* == fresco Home Page Bace__CSS =============================================== */

/* --- table_01 --- */
#main table.table_01{
width:707px;
border-top:#006699 1px solid;
border-right:#006699 1px solid;
clear:both;
margin: 0 5px 40px 5px;

}
#main table.table_01 th,#main table.table_01 td{
border-bottom:#006699 1px solid;
border-left:#006699 1px solid;
padding:5px;
}

#main table.table_01 th{
background:#AAE3FF;
color:#016799;
line-height:170%;
width:196px;
font-weight: bold;
}
#main table.table_01 td{
background:#FFFFFF;
line-height:170%;
}
#main table.table_01 td.bg_g{
background:#F2F2F2;
}