/*右近・左近 スタイルシート*/

body                 { color: black; font-size: 14px; background-repeat: no-repeat; background-attachment: fixed; background-position: left top; margin: 0 }

td          { font-size: 14px }
table   { }
a:link                 { color: maroon }
a:visited              { color: maroon }
a:active               { color: maroon }
a:hover                 { color: orange }

.f8 { font-size: 8px}
.f10 { font-size: 10px}
.f12 { font-size: 12px}
.f14 { font-size: 14px}
.f16 { font-size: 16px}
.fb10 { font-size: 10px;font-weight: bold }
.fb12 { font-size:12px;font-weight: bold }
.fb14 { font-size: 14px; font-weight: bold }
.fb16 { font-size:16px;font-weight: bold }

.space10 { margin: 10px 0 0 }

.line_side_red { border-right: 1px solid #f00; border-left: 1px solid #f00 }
.line_topunder_grey { border-top: 1px dotted silver; border-bottom: 1px dotted silver }
.line_top_grey { border-top: 1px dotted silver }
.line_under_grey   { background-image: none; border-bottom: 1px dotted gray }
.line_left_under_green { background-image: none; border-bottom: 2px solid olive; border-left: 1px solid olive }
.line_under_green1 { background-image: none; border-bottom: 2px solid olive }
.line_left_green2 { background-image: none; border-left: 1px solid olive }
.table_line   { border: solid 1px #dbe6e6}
.line_under  { border-style: none none solid; border-width: 0 0 1px; border-color: silver }
