@charset "utf-8";
/* --------------------------------------------------------------------

about.css

-------------------------------------------------------------------- */
#article #historyTable{
margin:0 0 40px;
}

#article #historyTable th{
text-align:center;
}

/* clearfix
-------------------------------------------------------------------- */

#header{
display: inline-block;
}


#header{
display: block;
}


#header:after{
content: url(../img/common/spacer.gif);
display: block;
clear: both;
height: 0;
}