@charset "UTF-8";


body{
  background-color : #ffffff;
  background-image : url(back.gif);
  background-repeat : repeat-x;
}

h1{
  font-size : 90px;
  font-weight : bold;
  font-style : italic;
  color : #80ff00;
  text-align : center;
}

h2{
  font-size : 50px;
  border-left-width : 50px;
  border-left-style : solid;
  border-left-color : lime;
}

h3{
  font-size : 33px;
}

a:link{
  color : #0000ff;
  border-bottom-style : hidden;
}

a:hover{
  background-color : yellow;
}

a:visited{
  color : silver;
}

.koukoku{
  text-align : center;
}

