@charset "utf-8";
body {
  color: #3A270F;
}

/*
  #############################################
  # 全体の基本レイアウト
  #############################################
*/
#Wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#Header {
  width: 1000px;
  height: 333px;
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: url(../images/logo.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left center;
}
#MenuBar {
  width: 1000px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#Contents {
  width: 1000px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: url(../images/back.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left top;
}
#Breadcrumbs {
  width: 990px;
  height: auto;
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  text-align: left;
}
#ContentsLeft {
  width: 687px;
  height: auto;
  margin: 0;
  padding: 10px;
  text-align: left;
  float: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D6D6D6;
}
#ContentsRight {
  width: 290px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  float: right;
}
#Footer {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 10px 0;
}

/*
  #############################################
  # ヘッダー部のレイアウト
  #############################################
*/
#Header h1 {
  text-indent: -10000px;
}
#Header h1 a,
#Header h1 a:link,
#Header h1 a:visited,
#Header h1 a:active {
  color: #D8DFF2;
  text-decoration: none;
}
#Header h1 a:hover {
  color: #E4801E;
}

/*
  #############################################
  # メニューバー部のレイアウト
  #############################################
*/
#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: 37px;
  padding-top: 13px;
  float: left;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.2em;
  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 {
  width: 143px;
  background-position: left top;
}
#MenuBar a.home:hover {
  background-position: left bottom;
}
#MenuBar a.event {
  width: 143px;
  background-position: -143px top;
}
#MenuBar a.event:hover {
  background-position: -143px bottom;
}
#MenuBar a.jr {
  width: 143px;
  background-position: -286px top;
}
#MenuBar a.jr:hover {
  background-position: -286px bottom;
}
#MenuBar li a.item {
  width: 143px;
  background-position: -429px top;
}
#MenuBar li a.item:hover {
  background-position: -429px bottom;
}
#MenuBar li a.studio {
  width: 143px;
  background-position: -572px top;
}
#MenuBar li a.studio:hover {
  background-position: -572px bottom;
}
#MenuBar li a.inquiry {
  width: 143px;
  background-position: -715px top;
}
#MenuBar li a.inquiry:hover {
  background-position: -715px bottom;
}
#MenuBar li a.access {
  width: 142px;
  background-position: right top;
}
#MenuBar li a.access:hover {
  background-position: right bottom;
}

/*
  #############################################
  # パンくずリストのレイアウト
  #############################################
*/
#Breadcrumbs a {
  color: #3A270F;
  text-decoration: none;
}
#Breadcrumbs a:link,
#Breadcrumbs a:visited,
#Breadcrumbs a:active {
  ContentsLeft: #3A270F;
}
#Breadcrumbs a:hover {
  color: #E4801E;
}

/*
  #############################################
  # 左側のコンテツ部のレイアウト
  #############################################
*/
#ContentsLeft .item {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 10px;
  border: 1px solid #E4801E;
  background-image: url(../images/bg_white60.png);
}
#ContentsLeft .item .itemHead {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #E4801E;
}
#ContentsLeft .item .itemHeadComment {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #E4801E;
}
#ContentsLeft .item .itemHead h2 {
  font-size: 2em;
}
#ContentsLeft .item .itemHeadComment h3 {
  font-size: 1.2em;
}
#ContentsLeft .item .itemBody {
  padding: 10px;
  line-height: 1.5em;
}
#ContentsLeft .item .itemBody .commentform {
  width: 647px;
}
#ContentsLeft .item .itemBody .commentform textarea.formfield {
  width: 627px;
}
#ContentsLeft .item .itemBody .commentform input.formfield {
  width: 627px;
  display: block;
}
#ContentsLeft .item .itemFoot {
  font-size: 0.8em;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #D6D6D6;
}
#ContentsLeft a {
  color: #3A270F;
  text-decoration: none;
}
#ContentsLeft a:link,
#ContentsLeft a:visited,
#ContentsLeft a:active {
  ContentsLeft: #3A270F;
}
#ContentsLeft a:hover {
  color: #E4801E;
}

/*
  #############################################
  # 右側のコンテツ部のレイアウト
  #############################################
*/
#ContentsRight .sidebar {
  margin-top: 20px;  
}
#ContentsRight .sidebar dt {
  padding: 10px;
  color: #D8DFF2;
  background-color: #31199F;
  font-size: 1.2em;
}
#ContentsRight .sidebar dd {
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 0.8em;
}
#ContentsRight .sidebar dd:hover {
  background-color: #E4801E;
}
#ContentsRight .sidebar dd a {
  background-image: url(../images/arrow.gif);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  color: #3A270F;
  text-decoration: none;
}
#ContentsRight .sidebar dd a:link,
#ContentsRight .sidebar dd a:visited,
#ContentsRight .sidebar dd a:active,
#ContentsRight .sidebar dd a:hover {
  color : #3A270F;
}
#ContentsRight .sidebar .searchform .formfield {
  width: 150px;
}

/*
  #############################################
  # フッター部のレイアウト
  #############################################
*/
#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;
}

/*
  #############################################
  # その他のレイアウト
  #############################################
*/
hr.clear {
  margin: 0;
  padding: 0;
  height: 1px;
  border: none;
  background-color: #D6D6D6;
}
.clear {
  clear: both;
}
.highlight {
  background-color: yellow;
}
.center {
  text-align: center;
}