@charset "utf-8";
/* CSS Document */
@import "base.css";

/*===================================
*	top page
===================================*/
#price table{
display:block;
width:616px;
height:104px;
background:url(../cmn/bg_top_table.png) no-repeat 0 0;
font-size:14px;
text-align:center;
zoom:1;
}
#price table th{
font-weight:normal;
}
#price table thead th.blank{
padding:15px 0 0 40px;
text-indent:-100em;
}
#price table tbody th{
padding:0 20px 0 40px;
text-align:left;
}
#price table th.we{
width:140px;
color:#0755b7;
}
#price table td.we{
color:#cf171e;
}
/*ie*/
*:first-child+html #price table thead th.blank{
padding-top:5px;
}
*:first-child+html #price table th,
*:first-child+html #price table td{
height:14px;
font-size:12px;
}
* html #price table thead th.blank{
padding-top:5px;
}
* html #price table th,
* html #price table td{
height:14px;
font-size:12px;
}
#content #program.section h3{
height:30px;
margin-left:10px;
background-image:url(../cmn/bg_h3_program.png);
color:#f7eee4;
font-size:18px;
line-height:30px;
}

