@charset "Shift-JIS";

/* basic
-------------------------------------------------------------- */
body {
    font-size:12px;
    *font-size: 75%;
    line-height:1.572;
    text-align:center;
    color: #333;
    font-family:"Microsoft JhengHei", ???????, Arial, Helvetica, sans-serif;
}
body * {
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
th,
td,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}
a img {
    border: 0;
}
ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
em {
    font-style: normal;
    font-weight: bold;
}
span.em {
    font-weight:bold;
}

a:link {
    color:#1e50a2;
    text-decoration: none;
}
a:visited {
    color:#1e50a2;
    text-decoration: underline;
}
a:hover {
    color:#1e50a2;
    text-decoration: underline;
}
a:active {
    color:#1e50a2;
    text-decoration: underline;
}


/* general
-------------------------------------------------------------- */
/* margin */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml12 { margin-left: 12px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb12 { margin-bottom: 12px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }

.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr12 { margin-right: 12px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }

/* align,valign */
.alignR { text-align: right !important; }
.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.valignT { vertical-align: top !important; }
.valignM { vertical-align: middle !important; }
.valignB { vertical-align: bottom !important; }

/* clearfix */
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
}
.clearfix {
    _height: 1px;
    min-height: 1px;
    /*?_*//*/
    height: auto;
    overflow: hidden;
    /**/
}

/* table */
table{border-collapse:collapse;line-height:1.37;}
table caption,
table th,
table td{vertical-align:top;}