@charset "Shift_JIS"; 
/*見出し*/
h1,h2,h3,h4,h5,h6 {
 font-family: "ＭＳ Ｐ明朝";
 border-width: 3px;
 border-style: solid solid solid solid;
}

h1 {
 border-width: 3px;
 border-style: solid solid solid solid;
 border-color: #0cf #00c #00c #0cf;
 text-align: center;
 font-size: 280%;
 color: #000;
 background: #9cf;
 margin: 0em 1em 1em 1em;
}
h2 {
 font-size: 200%;
 color: #00f;
 background: #3f9;
 border-color: #faa #006 #006 #faa;
 margin: 0.5em 5em 0.5em 0em;
}
H3 {font-size: large;}
H4 {font-size: 130%;}
H5 {font-size: 120%;}
H6 {font-size: 110%;}

/*ボディー*/
BODY {background: #FFF url("images/back.gif");}

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.index {
  text-align: center;
}
div {
  text-align: center;
}

table {
 text-align: center;
 width: 80%;
}
A {
  text-decoration: none;
}
