/* #000000 基本文字色 #ffffff 背景色 #0000ff リンク文字色 #000000 ボーダー色 #eeeeee セル背景色 #333333 セルタイトル背景色 #ffffff セルタイトル文字色 */ td { word-break : break-all; } body { font-size : small; color : #000000; background-color: #ffffff ; background-image : url(""); } a { color: #0000ff ; font-weight: bold; } a:link { color: #0000ff ; font-weight: bold; } a:active { color: #0000ff ; font-weight: bold; } a:visited { color: #0000ff ; font-weight: bold; } textarea,input,select { color: #000000 ; border : 1px solid #000000; background-color: #eeeeee ; font-size : small ; } textarea { border : 1px solid #000000; padding :5px; font-size : small ; } .box{ border : 1px solid #333333; } .sell{ padding :5px; color: #ffffff ; background-color: #333333 ; } .sell_button{ padding :5px; background-color: #eeeeee ; } .sell_comment{ padding :5px; background-color: #eeeeee ; } .line_res{ border-style:solid; height:1px; width:80%; color: #333333 ; } .hfont{ font-size:10pt; }