body {
    font-size: 14px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif
    }
/* image_opacity */
#mainArticles a:hover img, #sideBanners a:hover img, div.freeHtml a:hover img, div.image img.gallery:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75
    }
#mainArticles h2, #listTopics h2 {
    font-size: 26px
    }
/*テーブル*/
table.simpleTable {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0
    }
.simpleTable th {
    padding: 10px;
    text-align: center;
    color: #333;
    background-color: #FBE5D7;
    border: 1px solid #b9b9b9
    }
.simpleTable td {
    padding: 10px;
    background-color: #FFFAF6;
    border: 1px solid #b9b9b9;
    color: #333
    }
.simpleTable td.setCenter {
    text-align: center
    }
/*link*/
a.linkbtn {
    background-color: #00A94B;
    border: 2px solid #2F8C58;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 18px;
    padding: 5px 30px;
    text-decoration: none
    }
a.linkbtn:hover {
    background-color: transparent;
    color: #419566
    }
/*button*/
table.contactTable .button {
    background: none
    }
table.contactTable input.button {
    display: block;
    margin: 0 auto;
    font-size: 14px
    }
table.contactTable input.button {
    background-color: #FFA500;
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 50px;
    letter-spacing: 5px;
    margin: 0 auto;
    outline: none;
    width: 150px
    }
table.contactTable input.button:hover {
    background: none;
    background-color: #FFD280
    }
.contactTable input[type="radio"], .contactTable input[type="checkbox"] {
    margin-right: 4px
    }
.contactTable label {
    display: block;
    margin: 5px 0
    }
table.contactTable tr th {
    width: 30%
    }
/*リスト*/
ul.simpleList {
    padding-left: 2em
    }
ul.simpleList li {
    list-style-type: disc;
    padding: 5px
    }
ol.simpleOrderList {
    padding-left: 2em
    }
ol.simpleOrderList li {
    list-style-type: decimal;
    padding: 5px
    }