@charset "Shift_JIS";

a:link    { color : #330000; }
a:visited { color : #330000; }
a:hover   { color : #ffffcc; background-color : #003300; }
a:active  { color : #330000; }


#container {
  width : 700px;
  margin-left:auto;
  margin-right:auto;
  background-color: lavender;
  background-image: url(../../image/tile.gif);
  padding : 10px;
}

#header {
  background : url(../../image/yashio-title.gif) no-repeat 62px 0%;
}

#footer {
  background : url(../../image/yashio-end-logo.gif) no-repeat 0px 0%;
  height : 20px;
}

body {
  background-color: #ccccff;
}

h2 {
  color               : #003300;
  border-left         : solid 20px #003300;
  border-bottom	      : solid  1px #003300;
  padding-left        : 5px;

}

h3 {
  color               : ivory;
  background-color    : #003300;
  padding             : 3px;
}

h4 {
  width               : 80%;
  background-color    : #ffffff;
  border              : solid 1px #003300;
  padding             : 1px;
  padding-left        : 5px;
}

img {
}

#back {
  padding-left     : 25px;
  padding-top      : 15px;
  height           : 20px;
  background       : url(../../image/back.gif) no-repeat 0px 13px;
}

p {
}

ul {
  /*list-style-type : square;*/
}

li {
  line-height : 150%;
}

table {
/*  border : solid 1px darkblue;*/
  width  : 100%;
}

th {
  border : solid 1px black;
  background-color : white;
  text-align : center;
}

td {
  border : solid 1px gray;
  text-align : center;
}

span.notice {
  color : red;
}
