@charset "utf-8";
body {
  color: #3A270F;
}

/*
  #############################################
  # 全体の基本レイアウト
  #############################################
*/
#Wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#ContentsLeft {
  width: 293px;
  height: 1400px;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
  background-image: url(../images/left_back.jpg);
  background-repeat: no-repeat;
}
#ContentsRight {
  width: 707px;
  height: 1400px;
  margin: 0;
  padding: 0;
  text-align: left;
  float: right;
}
#Header {
  width: 707px;
  height: 543px;
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
}
#MenuBar {
  width: 707px;
  height: 35px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#News {
  width: 647px;
  height: auto;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
}
#Contents {
  width: 687px;
  height: auto;
  margin: 0;
  padding: 10px;
  text-align: left;
}
#Footer {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 10px 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D6D6D6;
}
/*
  #############################################
  # 左コンテツ部のレイアウト
  #############################################
*/
#ContentsLeft .banner {
  text-align: center;
}
#ContentsLeft .banner a {
  margin: 20px auto;
  text-indent: -10000px;
  overflow: hidden;
  width: 200px;
  height: 90px;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;  
}
#ContentsLeft .banner a:hover {
  background-position: left bottom;  
}
/*
  #############################################
  # ヘッダー部のレイアウト
  #############################################
*/
#Header h1 {
  text-indent: -10000px;
}

/*
  #############################################
  # メニューバー部のレイアウト
  #############################################
*/
#MenuBar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#MenuBar li {
  display: inline;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#MenuBar a {
  margin: 0;
  padding: 0;
  display: block;
  height: 24px;
  width: 101px;
  font-size: 0.8em;
  padding-top: 11px;
  float: left;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
  color: #D8DFF2;
  background-image: url(../images/bar.png);
  background-repeat: no-repeat;
  text-decoration: none;
}
#MenuBar a:link,
#MenuBar a:visited,
#MenuBar a:active {
  color: #D8DFF2;
}
#MenuBar a:hover {
  color: #3A270F;
}
#MenuBar a.home {
  background-position: left top;
}
#MenuBar a.home:hover {
  background-position: left bottom;
}
#MenuBar a.event {
  background-position: -101px top;
}
#MenuBar a.event:hover {
  background-position: -101px bottom;
}
#MenuBar a.jr {
  background-position: -202px top;
}
#MenuBar a.jr:hover {
  background-position: -202px bottom;
}
#MenuBar li a.item {
  background-position: -303px top;
}
#MenuBar li a.item:hover {
  background-position: -303px bottom;
}
#MenuBar li a.studio {
  background-position: -404px top;
}
#MenuBar li a.studio:hover {
  background-position: -404px bottom;
}
#MenuBar li a.inquiry {
  background-position: -505px top;
}
#MenuBar li a.inquiry:hover {
  background-position: -505px bottom;
}
#MenuBar li a.access {
  background-position: right top;
}
#MenuBar li a.access:hover {
  background-position: right bottom;
}

/*
  #############################################
  # ニュース部のレイアウト
  #############################################
*/
#News dt {
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #E4801E;
  border-left-color: #E4801E;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
#News dd {
  text-indent: 10px;
  font-size: 0.9em;
  margin-bottom: 3px;
}
#News dd a {
  text-decoration: none;
  color: #3A270F;
}
#News dd a:link,
#News dd a:visited,
#News dd a:active {
  color: #3A270F;
}
#News dd a:hover {
  color: #E4801E;
}

/*
  #############################################
  # コンテツ部のレイアウト
  #############################################
*/
#Contents .item {
  width: 300px;
  height: 145px;
  padding: 0;
  float: left;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 20px;
}
#Contents .item .itemHead {
  height: 40px;
  width: 300px;
}
#Contents .item .itemHead h2 {
  font-size: 1.4em;
}
#Contents .item .itemHead h2 a {
  margin: 0;
  padding: 0;
  display: block;
  height: 34px;
  width: 235px;
  padding-top: 6px;
  padding-left: 65px;
  float: left;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #3A270F;
  text-decoration: none;
}
#Contents .item .itemHead h2 a:link,
#Contents .item .itemHead h2 a:visited,
#Contents .item .itemHead h2 a:active {
  color: #3A270F;
}
#Contents #Event .itemHead h2 a {
  background-image: url(../images/event_bar.png);
  background-repeat: no-repeat;
  background-position: left top;  
}
#Contents #Event .itemHead h2 a:hover {
  color: #E4801E;
  background-position: left bottom;
}
#Contents #Jr .itemHead h2 a {
  background-image: url(../images/jr_bar.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Jr .itemHead h2 a:hover {
  color: #E4801E;
  background-position: left bottom;
}
#Contents #Item .itemHead h2 a {
  background-image: url(../images/item_bar.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Item .itemHead h2 a:hover {
  color: #E4801E;
  background-position: left bottom;
}
#Contents #Studio .itemHead h2 a {
  background-image: url(../images/studio_bar.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Studio .itemHead h2 a:hover {
  color: #E4801E;
  background-position: left bottom;
}
#Contents #Inquiry .itemHead h2 a {
  background-image: url(../images/inquiry_bar.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Inquiry .itemHead h2 a:hover {
  color: #E4801E;
  background-position: left bottom;
}
#Contents #Access .itemHead h2 a {
  background-image: url(../images/access_bar.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Access .itemHead h2 a:hover {
  color: #E4801E;
  background-position: left bottom;
}
#Contents .item .itemBody {
  height: 95px;
  width: 215px;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 85px;
  font-size: 0.8em;
  overflow: hidden;
}
#Contents .item .itemBody ul {
  padding-top: 5px;;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1em;
  line-height: 0.8em;
  list-style-image: url(../images/arrow.gif);
}
#Contents .item .itemBody small {
  font-size: 0.8em;
}
#Contents #Event .itemBody {
  background-image: url(../images/event.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Jr .itemBody {
  background-image: url(../images/jr.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Item .itemBody {
  background-image: url(../images/item.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Studio .itemBody {
  background-image: url(../images/studio.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Inquiry .itemBody {
  background-image: url(../images/inquiry.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents #Access .itemBody {
  background-image: url(../images/access.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#Contents a {
  color: #3A270F;
  text-decoration: none;
}
#Contents a:link,
#Contents a:visited,
#Contents a:active {
  ContentsLeft: #3A270F;
}
#Contents a:hover {
  color: #E4801E;
}

/*
  #############################################
  # フッター部のレイアウト
  #############################################
*/
#Footer .footerCenter {
  text-align: center;
  font-size: 0.8em;
}
#Footer a,
#Footer a:link,
#Footer a:visited,
#Footer a:active {
  color: #333333;
  text-decoration: none;
}
#Footer a:hover {
  color: #E4801E;
}
#Footer .footerRight {
  text-align: right;
  font-size: 0.8em;
  position: relative;
  top: -1.6em;
  left: 0;
  float: right;
}

/*
  #############################################
  # その他のレイアウト
  #############################################
*/
.clear {
  clear: both;
}
