/*基本書式（文字サイズ）*/
body     { font-size: 12px }
td  { font-size: 12px }
.big { font-size: 16px }
.mid { font-size: 14px }
.min { font-size: 10px }

/*基本書式（リンクカラー）*/
a  { color: #fff; text-decoration: none }
a:hover  { color: #cef5ff }

a.history  { color: #000000; text-decoration: none }
a.history:hover  { color: #808080 }

/*テーブルカラーセット*/
.tline      { background-color: #000080 }
.tphoto       { background-color: #e7f9ff }
.tltitle       { color: #fff; font-weight: bold; background-color: #000080 }
.tstitle     { background-color: #8bb3ff }
.tcel    { background-color: #fff }

/*ライン　〜　ページタイトル*/
.vline     { background-image: url(style05_img/line_v_05.gif) }
.hline     { background-image: url(style05_img/line_h_05.gif) }
.ptlist       { background: #000 url(style05_img/pt_list.gif) no-repeat }
.ptdetail       { background: #000 url(style05_img/pt_detail.gif) no-repeat }
.ptinput      { background: #000 url(style05_img/pt_input.gif) no-repeat }
.ptedit      { background: #000 url(style05_img/pt_edit.gif) no-repeat }
.ptcate   { background: #000 url(style05_img/pt_sel_cate.gif) no-repeat }
.ptbbs   { background: #000 url(style05_img/pt_bbs.gif) no-repeat }
.pthistory  { background: #000 url(style05_img/pt_history.gif) no-repeat }
