@charset "utf-8";

@import url("../packages/default/css/import.css");

<style type="text/css">
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
	background-color:FFFFFF;
	background-image:url(http://www.wm-p.jp/store/img/back.jpg);
	background-attachment: fixed;
	background-position:top center;
	background-repeat:no-repeat;
        }

table#table-01 {
    width: 580px;
    border: 1px #E3E3E3 solid;
    background: #F3F3F3;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 0px;
    border: #E3E3E3 solid;
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 0px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
}

table#table-02 {
    width: 570px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 th {
    padding: 0px;
    border: solid;
    font-weight: bold;
    white-space: nowrap; 
}
table#table-02 td {
    padding: 0px;
    border: 0px #F3F3F3; solid
    white-space: nowrap;
}


</style>
