H1 {
  text-align: center;
  font: 12px;
}
H2 {
  font: 36px;
}

<!-- メニューレイアウト -->
td.menu{
    vertical-align: text-top;
    width 200px;
}

dl.menu {
    background-color : #FFFF60;
    margin: 0px;
    font: 12px;
   }

dt.menu {
    background-color : #C0C020;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 24px;
    width:200px;
    padding-top: 4px;
    padding-left: 8px;
    font: 16px;
    font-weight:bold;
   }

dd.menu {
    background-color : #FFFF60;
    height: 20px;
    width:200px;
    padding-top: 4px;
    padding-left: 12px;
    font: 12px;
    margin: 0px;
   }

<!-- 情報ページの記事表示部分 -->
td.contents {
    background-color : #FFFFFF;
    width: 600px;
    vertical-align: text-top;
}

p.description{
    font  :  14px;
}

img{
    border: 0px;
}

h3.article_title{
    border-bottom:  solid  1px #FFFF20;
    border-left:    solid 15px #FFFF40;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 30px;
    padding-top: 5px;
    padding-left: 10px;
    font: 20px;
    font-weight:bold;
}

<!-- 情報ページのカコミ記事 -->
td.column {
    padding: 20px;
    vertical-align: text-top;
    font    : 12px;
}

<!-- 情報ページのtableレイアウト -->
table.data{
    border-collapse: collapse;
}

td.data_title {
    background-color : #C0A040;
    font: 14px;
    font-weight:bold;
    height: 20px;
    padding-top: 3px;
}

td.data {
    vertical-align: text-top;
    font: 12px;
}

a.button:link {
    color: #FFFFFF;
    text-decoration: none;
}
a.button:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.button:hover {
    color: #FFFFFF;
    text-decoration: none;
}
a.button:active {
    color: #FFFFFF;
    text-decoration: none;
}

p.button {
    vertical-align: middle;
    background-image: url('./img/point_list_board.jpg');
    font-color: #FFFFFF;
    font: 20px;
    font-weight:bold;
    padding-top: 15px;
    width: 300px;
    height: 50px;
}
