@charset "utf-8";
div#postage_top{
	width: 580px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}

div#postage_top h2{
	font-size: 18px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image:url(../images/common/title.gif);
	background-position:left bottom;
	background-repeat: no-repeat;
	height: 36px;
	width: 580px;
}

div#postage_top em{
	display:none;
	}

table.postage_table{
	width:100%;
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
.postage_table th{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
	text-align: center;
}
.postage_table td{
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align: center;
}


table.postage_table2{
	width: 100%;
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
.postage_table2 th{
	width: 50%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
	text-align: center;
}
.postage_table2 td{
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align: center;
}
