﻿html {
   height:100%;
}

/* メインHTMLのBODYタグ */
.main-body {
    position   : relative; /* 相対位置 */
    width      : 100%;
    margin     : 0;
    overflow-x : hidden;   /* 横スクロールは表示しない */
}


/* メイリオ20px */
.meiryo-20 {
    font-family : Meiryo;
    font-size   : 20px;
    color       : #000000;
}
/* メイリオ18px */
.meiryo-18 {
    font-family : Meiryo;
    font-size   : 18px;
    color       : #000000;
}
/* メイリオ16px */
.meiryo-16 {
    font-family : Meiryo;
    font-size   : 16px;
    color       : #000000;
}
/* メイリオ14px */
.meiryo-14 {
    font-family : Meiryo;
    font-size   : 14px;
    color       : #000000;
}
/* メイリオ12px */
.meiryo-12 {
    font-family : Meiryo;
    font-size   : 12px;
    color       : #000000;
}

/* 青文字 */
.text-blue {
    font-family : Meiryo;
    font-size   : 12px;
}

.text-underline-skyblue {
    text-decoration : underline !important;
    color           : #00BFFF !important;
}

.text-underline {
    text-decoration : underline !important;
    color           : #000000 !important;
}

.text-link {
    text-decoration : underline;
    color           : blue;
}

.table-row-right {
    display    : table-row;
    text-align : right;
}

.text-left {
    text-align : left;
}
.text-center {
    text-align : center;
}
.document-contents {
    width : 92% !important;
    top   : 10px;
}

a:link {color:#000000;} /* 未訪問のリンクの色(黒) */ 
a:visited {color:#000000;} /* 訪問済みのリンクの色(黒) */

