
@import url("reset.css");

body {
	color:#333333;
	width:730px;
}

body,
td {
	font-family:  "メイリオ", Meiryo, Arial, Helvetica, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";		/**/
	font-size:12px;
	line-height:1.3em;
}
/*---------------------------------------
shiiping charge
---------------------------------------*/
.charge-tbl {
	width:730px;
	border-collapse: collapse;
	border: 1px solid #00BE68;
}
.charge-tbl th, .charge-tbl td {
	padding: 3px;
	font-size:10px;
}

.charge-tbl th {
	text-align: center;
	font-weight:normal;
	color:#333;
	/*background-color: #ffc;*/
	border: 1px solid #ccc;
}
.charge-tbl td {
	border: 1px solid #ccc;
}

.zones {
	background-color: #FAEBD7;
}
.prefs {
	background-color: #ffc;
}

.size {
	font-weight:bold;
	background-color: #ffc;
}

.area {
	padding: 5px 0;
}
.cell1 {
	background-color: #FAEBD7;

}