/* ボディー部分 */
body { margin: 0px 0px 0px 0px }
.base { width: 800px; margin: 0px auto 0px 0px }
/* 水平線 */
hr  { }
/* フォントスタイル */
.copyright   { color: white; font-size: 14px }
.aisatsu   { font-weight: bold; font-size: 14px; line-height: 1.5em }
.attention01   { font-weight: bold;  color: red  }
/* フォントサイズ */
.font-size-8px { font-size: 8px }
.font-size-10px { font-size: 10px }
.font-size-10pxb { font-weight: bold; font-size: 10px }
.font-size-12px { font-size: 12px }
.font-size-12pxb { font-weight: bold; font-size: 12px }
.font-size-12pxb_h130 { font-weight: bold; font-size: 12px; line-height: 130% }
.font-size-12px_h120  { font-size: 12px; line-height: 120% }
.font-size-14px { font-size: 14px }
.font-size-14pxb { font-weight: bold; font-size: 14px }
.font-size-16px { font-size: 16px }
.font-size-16pxb { font-weight: bold; font-size: 16px }
.font-size-16pxb-arcblue02 { font-weight: bold; font-size: 16px; color: #0099CC }
.font-size-18px { font-size: 18px }
.font-size-18pxb { font-weight: bold; font-size: 18px }
.font-size-18pxb-blue { font-weight: bold; font-size: 18px; color: blue }
.font-size-20pxb { font-weight: bold; font-size: 20px }
.font-size-24pxb { font-weight: bold; font-size: 24px }
/* フォント高さ */
.font-height-150%    { line-height: 1.5em }
/* フォントカラー */
.font-color-white { color: white }
.font-color-red { color: red }
.font-color-green { color: green }
.font-color-blue { color: blue }
.font-color-arcblue { color: #0099CC }
.font-color-purple { color: purple }
.font-color-yellow { color: yellow }
.font-color-gray { color: gray }
/* 見出しサイズ */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.navi_paging a { font-weight:bold; font-size:12px; color:#006666; text-decoration:none; }
.navi_paging a:hover { color:#fff; background-color:#228888; padding:0px 5px; }

