/*　パチスロ グリンピース　CSS */

body,table,tr,td, { cursor: url(http://www.greenpeas.co.jp/cursor.cur); font-size: 9pt}
h1 {font-size:8pt;color:#333333;padding:0px;margin:0px;font-weight:normal;}

/* ここ以下はリンク指定 */a:link { color: #0000cc; text-decoration: underline; font-size: 8pt;}a:visited { color: #0000cc; text-decoration: underline; font-size: 8pt;}a:hover { color: #cc0000; text-decoration: underline; font-size: 8pt;}a:active { color: #cc0000; text-decoration: underline; font-size: 8pt;}/* ここ以下はフォントカラー */.gray { color: #dddddd; }

.margin    { margin-left: 3px }

.pad_5px    { padding-left: 5px }

.pad_10px    { padding-left: 10px }

.red{ color: #cc0000;}.blue { color: blue;}.yellow{ color: #ffff00;} .white{ color: #ffffff;}.green{ color: #005900;}.lightgreen{ color: #759F75;}.orange{ color: #FF4500;}.lightyellow { color: #ffffe0; }/* ここ以下はフォントサイズ */.Xlarge { font-size: 13pt;} .large { font-size: 12pt;}.medium{ font-size: 11pt;} .normal { font-size: 9pt;}.small { font-size: 8pt;}.Xsmall { font-size: 7pt;}.xxsmall { font-size: 3pt;}/* ここ以下は太字指定 */.bold { font-weight: bolder;}.clear { margin:0; padding:0;}

