/*********************
		LHP共通
*********************/

*{
  line-height: 1.3em;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
}
BODY{
  font-size: small;
  color: #dfbbaa;
  background-color: #000000;
}
H1{
  padding: 5px;
  text-align: left;
}
/***** aタグ指定 *****/

A{
  color: #ffffff;
}
A:HOVER{
  color: #dfbbaa;
}
DIV#body{
  width: 700px;
  background-color: #bf0000;
}
DIV#header{
  background-image : url(header_back2.jpg);
  height: 80px;
  text-align: left;
}
P.header_exp{
  color: #ffffff;
  font-size: smaller;
  text-align: right;
}
DIV#bar{
  height: 6px;
  background-image : url(middle_bar.gif);
  background-repeat: repeat-x;
}
DIV#menu{
  background-image : url(menu_back.gif);
  height: 29px;
}
DIV#contents_block{
  padding: 5px;
  text-align: left;
}
DIV#footer_banner{
  width: 700px;
  height: 40px;
}
DIV#footer_copy{
  width: 700px;
  height: 19px;
  background-image : url(footer_bar.gif);
  color: #ffffff;
}

