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

.history{
border:solid 1px #cfcfcf;
margin-bottom:10px;
}

.history th, .history td{
padding:8px;
vertical-align:top;
}


.year{
text-align:center;
width:12%;
background-color:#d7d7d7;
border-right:solid 1px #cfcfcf;
}
.month{
text-align:right;
width:10%;
background-color:#e9edf0;
border-right:solid 1px #cfcfcf;
color:#868788;
}
.news{
background-color:#ffffff;
}

.month_r{
background-color:#eacbc9;
border-right:solid 1px #cfcfcf;
text-align:right;
color:#868788;}
.news_r{
background-color:#ffdad7;
}