/*■基本設定■*/
body{
  font-size: 10pt;
  color: #000000;
  background-color: #ffffff;
  background-image: url("");
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック";
}

/*■リンク設定■*/
a:link{
  color: #000000;
  text-decoration: none;
}
a:visited{
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #ff0000;
}
a:active{
  color: #ff0000;
}

/*■汎用設定■*/
.main_table{
  width: 700px;
  height: **;
}

.hp_header{
  width: 100%;
  height: **;
  font: 8pt;
}
.hp_body{
  width: 100%;
  height: **;
}
.hp_footer{
  width: 100%;
  height: **;
}

.logo{
  width: 100%;
  height: **;
  font: 8pt;
}
.menu{
  width: 100%;
  height: **;
  letter-spacing: 0px;
}
.marquee{
  width: 100%;
  height: 10px;
  font-size: 8pt;
  vertical-align: middle;
}

.space{
  width: 100%;
  height: 15px;
}
.text{
  width: 100%;
  height: **;
  font-size: 10pt;
  font-weight: normal;
  color: #;
  letter-spacing: 2px;
  background-color: #ffffff;
  padding: 10px;
  line-height: 1.2em; 
}
.topic_title{
  width: 100%;
  height: **;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0px;
  padding: 0px;
  background-color: #ffffff;
}

/*■アウトライン設定■*/

/*■ニュース設定■*/
.news_title{
  width: 100%;
  height: **;
  letter-spacing: 1px;
}
.news_image{
  width: 300px;
  height: **;
  max-height: 300px;
  margin: 10px 10px;
}

/*■バックナンバー設定■*/

.bn_info{
  width: 100%;
  height: **;
}
.bn_info_left{
  width: 60%;
  height: **;
  font-size: 12pt;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0px;
}
.bn_info_right{
  width: 40%;
  height: **;
  text-align: center;
}
.bn_title{
  font-size: 14pt;
  font-weight: bold;
  color: #000099;
}
.bn_index_title{
  width: 100%;
  height: **;
  font-weight: bold;
  background-color: #eee;
  font-size: 12pt;
}
.bn_index{
  width: 100%;
  height: **;
  padding: 20px;
}
.bn_image{
  width: 180px;
  height: **;
}
.bn_graph{
  width: 100%;
  height: **;
  font-size: 10pt;
}
.bn_left{
  width: 4%;
  height: 14pt;
  align: center;
  vertical-align: top;
}
.bn_center{
  width: 90%;
  height: **;
  vertical-align: top;
}
.bn_right{
  width: 6%;
  height: **;
  letter-spacing: 1;
  text-align: right;
  vertical-align: top;
}

/*■オーダー設定■*/

/*■イベント設定■*/
.event_title{
  width: 100%;
  height: **;
  letter-spacing: 1px;
}
.event_image{
  width: 240px;
  height: **;
  float: right;
  margin: 10px 10px;
}

/*■問い合わせ設定■*/