/* ======================================== 共通シート*/

/*table設定　ライン
---------------------------------------------------------------------------*/
table{
  border-spacing:collapese;
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
  font-size: 12px;
}

#tbox1 { 
       text-align:left;
       margin: 5px auto;
       width: 100%;　　/*ボックス幅の設定*/

}
.tbox1 {                    
	text-align: left;
	border : 1px solid #999;
	padding: 2px 2px;
	margin: 5px auto;
	width: 650px;
	height: 100%;
        float: left;
        background-color:#FAF0E6;
}

.table01 { 
        width: 650px;
        background-color:#fff;
        text-align: center;
}

th {
        border: 1px #999 solid;
        text-align: center;
}

td {
        border: 1px #999 solid;
        text-align: left;
        padding: 2px 2px;
}

th.koumoku1 {    
        width: 12%;
        background-color:#FFE4E1;
}
th.naiyou1 {    
        width: 30%;
        background-color:#FFE4E1;
}
th.naiyou2 {    
        width: 22%;
        background-color:#FFE4E1;
}
th.naiyou3 {    
        width: 18%;
        background-color:#FFE4E1;
}
th.naiyou4 {    
        width: 8%;
        background-color:#FFE4E1;
}
th.naiyou5 {    
        width: 8%;
        background-color:#FFE4E1;
}

/*table設定　オプション料金
---------------------------------------------------------------------------*/
.tbox2 {                    /*概略表*/
	text-align: left;
	border : 1px solid #999;
	padding: 2px 2px;
	margin: 5px auto;
	width: 650px;
	height: 100%;
        float: left;
        background-color:#F0FFFF;
}


th.koumoku2 {    
        width: 12%;
        background-color:#E0FFFF;
}
td.naiyou1 {    
        width: 30%;
        background-color:#E0FFFF;
}
td.naiyou2 {    
        width: 22%;
        background-color:#E0FFFF;
}
td.naiyou3 {    
        width: 18%;
        background-color:#E0FFFF;
}
td.naiyou4 {    
        width: 8%;
        background-color:#E0FFFF;
}
td.naiyou5 {    
        width: 8%;
        background-color:#E0FFFF;
}
