/* バックカラー */body { background:#D4D3D2; }/* 全体フォント、フォントサイズ、行間 */body,td,select { font-family:"ＭＳ ゴシック",Osaka; font-size:12px; color:#666666; line-height:16px; }/* リンクの設定 */A:link { text-decoration:none; color:#666666; }A:visited { text-decoration:none; color:#666666; }A:hover { text-decoration:none; color:#F62D13; }A.red:link { text-decoration: none; color:#F62D13; }A.red:visited { text-decoration: none; color:#F62D13; }A.red:hover { text-decoration: none; color:#666666; }/* 特殊フォント、フォントサイズ */.small { font-size:10px; }