@charset "Shift_JIS";

body,div,table,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,pre,code,fieldset,legend,input,textarea,
p,blockquote,th,td {
    margin: 0;
    padding: 0;
    font-style: normal;
    word-break: break-all;
}

html {
    overflow-y: scroll;
}

body {
    width: 100%;
    background: url() repeat-x;
    font-size: 12px;
    font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #4D4D4D;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0;
    behavior: url(../js/csshover.htc);
}

/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}

div,table {
    margin: 0 auto;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,ol,li {
    list-style-type: none;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

form label{
    cursor : pointer;
}

select {
    font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

img {
    vertical-align: bottom;
    border: none;
}

br {
    letter-spacing: 0;
}

a:link { /* 未訪問のリンク */
    text-decoration: underline;
    color: #433C80;
}

a:visited { /* 訪問済みのリンク */
    text-decoration: underline;
    color: #433C80;
}

a:active { /* ポイント時のリンク */
    text-decoration: none;
    color: #433C80;
}

a:hover { /* 選択中のリンク */
    text-decoration: none;
    color: #433C80;
}

a:hover img { /* 選択中の画像透過 */
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mlr5 {
    margin: 0 5px;
}

.mlr10 {
    margin: 0 10px;
}

.mlr20 {
    margin: 0 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.float_L {
    float: left;
}

.float_R {
    float: right;
}

.red {
    color: red;
}

.clear {
    clear: both;
}

p {
    margin: 10px;
}

.pageTop {
    padding: 10px;
    text-align: right;
}

