@charset "Shift_JIS"; 
/*見出し*/
H1 {font-size: xx-large;
    text-align: center;
    color: #FF0;
    background: #00F;
}

H2 {font-size: x-large;}
H3 {font-size: large;}

dl {
 width: 80%;
 margin-left: 15%;
 background: #ffc;
 border-width: 3px;
 border-style: solid solid solid solid;
 border-color: #396 #006 #006 #396;
}
dt {
 text-align: center;
 background: #fc9;
}
dd {
 margin-left: 5%;
 margin-right: 5%;
}


/*ボディー*/
BODY {
 background: #FFF url("images/back02.gif");
 background-attachment : fixed;
 font-size: 90%;
}

BODY {
    A:link {color: blue};
    A:visited {color: red};
    A:hover {color: yellow};
    A:active {color: lime};
}

/*その他*/
P {
 text-indent: 1em;
 margin: 2px 2%;
}

DIV {text-align: center;}

EM {
  font-style: normal;
  font-weight: bolder;
}

STRONG {color: #900;}

IMG {border-width: 0px;}

.pink {color: #F0F;}

.RIGHT {text-align: right;}
table {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}