@charset "utf-8";

#content { background: #def; }

/* link */
a { outline: none; }
a:link { color: #03f; text-decoration: underline; } 
a:visited { color: #03f; text-decoration: underline; } 
a:hover, a:active { color: #03f; text-decoration: none; }

/* outline */
#history table { width: 680px; }
#history th { vertical-align: top; border-collapse: collapse; background: #36f; color: #fff; }
#history td { border-bottom: 1px solid #def; }

.year { text-align: left; padding: 2px 0.25em 2px 2px;  } /* 年 */
.fiscal { border-bottom: 1px solid #def; }
.month { text-align: right; padding: 2px; } /* 月 */
.fromto { text-align: center; padding: 2px 0; } /* ～ */
.appendix { padding: 2px 0 2px 2px; text-align: left; } /* 補足　右はじいっぱい */

