/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background:  url(../images/bg/y8b.gif) repeat;
  font: 400 12px verdana, arial, sans-serif;
  line-height: 18px;
  color: #A52A2A;
}
/* 背景サイズ1600×11 */
/* line-height: 18px;で全体の文字と文字のスペースを固定している */
/*   background: url(../images/bg/light_body.gif) repeat-y top center; */


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  margin-top: 0.5em;
  font: arial, sans-serif;
  font-weight:bold;
  font-size: 30px;
  color: #A52A2A;
  border: none
}
/* margin-topでテキスト上部に余白を設けている */
h2 {
  font-size: 24px;
  margin-top: 0.5em;
  color: #A52A2A;
}

h3 {
  text-transform: uppercase;
  margin-top: 18px;
  font-size: 1.3em;
  color: #A52A2A;
}

/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #4B0082;
}

a img {
  border: 0;
}

a img.border {  
  border: none;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #A52A2A;
}

/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}

/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #A52A2A;
}

ol li span {
  font-weight: normal;
  color: #A52A2A;
}

