@charset "utf-8";

/* table主設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 480px;
   text-align:left;

}

th,td{
font-size: 12px;
/*background-color: #fff;*/
}


/* 表
----------------------------------------------------------- */
.tbl	{
	/*color: #000; /*red;*/
margin-top: -10px ;
}

.tbl th	{
        height: 25px;
}

.tbl th.top	{
font-size: 14px;
   padding:0 0 0 22px;
        height: 25px;
   border-bottom: 3px double red;
}

.tbl td.ttt	{
font-size: 14px;
   padding:0 0 0 22px;
        height: 25px;
    background:  transparent url(../common/h2_red.gif) 0 0 no-repeat ;
   border-bottom: 3px double red;

}

.tbl td.bike	{
/*   margin: 20 0 0 0;*/
    padding: 0 0 0 40px;
    height: 28px;
    background:  transparent url(../common/bike.gif) 0 0 no-repeat ;
    font-size: 14px;
    font-weight:bold;
    border-bottom: 3px double red;
}

.tbl td.car	{
   padding:0 0 0 40px;
        height: 30px;
    background:  transparent url(../common/car.gif) 0 0 no-repeat ;
font-size: 14px;
   font-weight:bold;
   border-bottom: 3px double red;

}

.tbl td.camp	{
   padding:0 0 0 35px;
        height: 35px;
    background:  transparent url(../common/tttt.gif) 0 0 no-repeat ;
font-size: 14px;
   font-weight:bold;
   border-bottom: 3px double red;

}

.tbl td.ttttt	{
   padding:0 0 0 30px;
        height: 22px;
}

.tbl td	{
        font-size: 12px;
        height: 23px;
/*padding: 5px;*/

}




