*{
    font-size: 14px;
    font-family: "ＭＳ Ｐゴシック";
    line-height: 1.5em;
}

body{
    background-image: url('img/ws-22.jpg');
    background-repeat:repeat-y;
    font-size:62.5%;
}

img{
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

h2{
    margin: 0 0 0 0;
    font-size: 17px;
    border-bottom: 1px solid black;
}

#history-latest{
    width:600px;
    font-weight:bold;
    text-align:right;
    margin:0 auto 1em auto;

}

#topimg{
    width:600px;
    margin:0 auto 1em auto;
}

#history{
    width:500px;
    margin:0 auto 1em auto;
    text-align:left;
}

#bar{
    width:700px;
    margin:0 auto 1em auto;
}

#menu_sub{
    width:600px;
    margin:0 auto 1em auto;
    font-weight:bold;
    text-align:center;
}

#copyright{
    font-weight: bold;
}

#title{
    width:600px;
    margin:1em auto 1em auto;
    font-weight:bold;
    text-align:center;
}

#article{
    width:600px;
    margin:1em auto 1em auto;
    text-align:left;
}

table, td, th, tr{
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    border-collapse: collapse;
}

th{
    text-align:center;
}