
/*このスタイルはぷよ＆魔導Fanに使用します。*/

BODY {
  background : url(img/back.gif);
  font : 9pt "MS UI Gothic";
  text-align : center;
  color : #004000;
  scrollbar-arrow-color : #80FF80;
  scrollbar-base-color :  #80FF80;
  scrollbar-face-color :  #FFFFFF;
  scrollbar-shadow-color :  #FFFFFF;
  scrollbar-darkshadow-color: #80FF80}

HR {
  width : 90%;
  border : solid thin palegreen}


.title {
  font : 12pt "MS UI Gothic";
  border : 0}
.solid {
  font : 9pt "MS UI Gothic";
  border : solid thin springgreen}
.double {
  font : 9pt "MS UI Gothic";
  border : double medium springgreen}
.dotted {
  font : 9pt "MS UI Gothic";
  border : dotted thin springgreen}
TABLE {
  font : 9pt "MS UI Gothic";
  border : 0}

TH.title{
  background : #006600 ;
  color : white}

.info {line-height : 150%}

A:LINK {
  text-decoration : none;
  color : #008080}
A:VISITED {
  text-decoration : none;
  color : #008080}
A:ACTIVE {
  text-decoration : none;
  color : #008080}
A:HOVER {
  background : black; 
  color : #00FA9A}

INPUT.button {
  font-size : 10pt;
  color : #333333;
  background-color : #CCFFCC;
  border-width : 1;
  border-style : solid;
  border-color : #00FF7F}
INPUT.word {
  font-size : 10pt;
  color : #333333;
  background-color : #FFFFFF;
  border-width : 1;
  border-style : dotted;
  border-color : #00FF7F}