/*	日本語ページcss	*/

/*	他	*/
.grey1{
color: #999999}


/* 画像配置　*/
.imagebox_r {
      float: right;
	  margin-left: 10px;
	  margin-top: 5px;
      font-size: 100%;
	  text-align:center;
	  line-height: 13pt;
      color: #996600;
   }
   
.imagebox_l {
      float: left;
	  margin-right: 10px;
	  margin-top: 5px;
	  font-size: 100%;
	  text-align:center;
	  line-height: 13pt;
      color: #996600;
   }
   
/* テーブル設定 */
table.table01 {
   border-top: 2px solid #cccccc;
   border-bottom: 2px solid #cccccc;
   border-left: 1px solid white;
   border-right: 1px solid white;
   border-collapse: collapse;
}
table.table01 th, table.table01 td {
   border: 1px solid #cccccc;
   padding: 2px 4px;
   font-size: 12px;
   line-height:18px;
}