@charset "utf-8";

/*
  File Name   : layout.css
  Author      : Kensuke Takahashi
  Description : 各ブロックのレイアウト
*/


/* Container
----------------------------------------------------------- */
div#container {
  position: relative;
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

body#instructor div#container {
  width: 590px;
  padding: 30px 0 20px;
}


/* Header
----------------------------------------------------------- */
div#header {
  margin-bottom: 55px;
}

body#english div#header {
  margin-bottom: 1em;
}

div#header #pyonta {
  margin: 0;
  padding: 15px 0 0 15px;
}

div#header ul {
  position: absolute;
  top: 20px;
  right: 0;
}

* html div#header ul {
  right: -15px;
}

div#header ul li {
  float: left;
  margin-right: 15px;
}

div#header p#english {
  position: absolute;
  top: 40px;
  right: 15px;
  margin: 0;
}

div#header img {
  vertical-align: top;
}

body#index div#header {
  margin-bottom: 0;
}

body#index div#header ul {
  top: 17px;
}

body#index div#header ul li {
}

body#index div#header ul li img {
  vertical-align: middle;
}

body#english div#header h2 {
  padding: 5px 105px 15px 0;
  border-bottom: 4px solid #0fa9ca;
  text-align: right;
}

body#english div#header p {
  position: absolute;
  top: 292px;
  right: 10px;
  margin: 0;
}

body#index div#header .indexSlide {
  position: relative;
  padding: 22px 0 10px;
  margin-top: 33px;
}

body#index div#header .bx-wrapper .bx-pager {
  height: 10px;
  padding: 10px 0 0;
  text-align: center;
}

body#index div#header .bx-wrapper .bx-pager-item {
  display: inline-block;
  margin: 0 10px;
}

body#index div#header .bx-wrapper .bx-pager-item a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  text-indent: -9999px;
  text-decoration: none;
  background: #6CA626;
}

body#index div#header .bx-wrapper .bx-pager-item a.active {
  background: #f90;
}

body#index div#header .bx-controls-direction {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

body#index div#header .bx-wrapper .bx-prev {
  position: absolute;
  top: 124px;
  left: 0;
  display: block;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  background: url(/img/index/btn_slide_prev.png) no-repeat 0 0;
}

body#index div#header .bx-wrapper .bx-next {
  position: absolute;
  top: 124px;
  right: 0;
  display: block;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  background: url(/img/index/btn_slide_next.png) no-repeat 0 0;
}

body#index .indexBanner {
  margin-top: -5px;
  overflow: hidden;
  margin-left: -16px;
}

body#index .indexBanner li {
  float: left;
  margin-left: 16px;
  line-height: 90px;
  vertical-align: bottom;
}

body#index .indexBanner li img{
  width: 190px;
  height: auto;
}
/* Main
----------------------------------------------------------- */
div#main {
  float: right;
  width: 620px;
  line-height: 1.5;
}

body#index div#main {
  float: left;
  width: 603px;
}

* html div#main {
  overflow: hidden;
}


/* Side
----------------------------------------------------------- */
div#side {
  width: 245px;
  padding-bottom: 20px;
}

div#side ul {
  margin-bottom: 2em;
  padding-bottom: 9px;
  background: url(../img/common/side_bg.png) no-repeat left bottom;
}

div#side ul li {
  padding-bottom: 1px;
  background: url(../img/common/line.png) no-repeat left bottom;
}

div#side ul li a {
  display: block;
  padding: 8px 0 7px 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #333;
  text-decoration: none;
  background: #f0f6e9 url(../img/common/side_icon_01.png) no-repeat 10px 50%;
}

* html div#side ul li a {
  height: 1%;
}

div#side ul li a:hover {
  background: #fff url(../img/common/side_icon_01_on.png) no-repeat 10px 50%;
}

div#side ul li ul {
  margin: 0;
  padding: 1px 0 0;
  background: url(../img/common/line.png) no-repeat 0 0;
}

div#side ul li ul li {
  padding: 0;
  border-bottom: 1px solid #efefef;
  background: none;
}

div#side ul li ul li.lastChild {
  border: none;
}

div#side ul li ul li a {
  padding: 6px 0 5px 40px;
  background: #fff url(../img/common/side_icon_02.png) no-repeat 25px 50%;
}

div#side ul li ul li a:hover,
div#side ul li ul li a.current {
  background: #fafafa url(../img/common/side_icon_02_on.png) no-repeat 25px 50%;
}

body#index div#side {
  float: right;
  width: 244px;
  line-height: 1.5;
}

body#index div#side table.sideCal {
  width: 100%;
  margin-bottom: 10px;
}

body#index div#side table#calNav {
  width: 100%;
  margin-bottom: 5px;
}

body#index div#side .sideCal caption {
  color: #81c62d;
  font-weight: bold;
}

body#index div#side .sideCal th,
body#index div#side table#calNav th {
  padding: 3px 0;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
  background-color: #81c62d;
}

body#index div#side .sideCal td,
body#index div#side table#calNav td {
  padding: 3px 0;
  border: 1px solid #ccc;
  text-align: center;
}

body#index div#side table#calNav td {
  padding: 0;
  border: none;
  font-weight: bold;
}

body#index div#side table#calNav td a {
  color: #6ca626;
}

body#index div#side table#calNav td img {
  vertical-align: middle;
}

body#index div#side .sideCal td a {
  text-decoration: underline;
}

body#index div#side .sideCal td a:hover {
  text-decoration: none;
}

body#index div#side .sideCal td.holiday {
  background-color: #e1e1e1;
}

body#index div#side .sideCal td.cal1 {
  background-color: #f90;
}

body#index div#side .sideCal td.cal2 {
  background-color: #6cf;
}

body#index div#side .sideCal td.cal3 {
  background-color: #f66;
}

body#index div#side .sideCal td.cal4 {
  background-color: #C6F;
}

body#index div#side .sideCal td.cal5 {
  background-color: #ccffcc;
}

body#index div#side .sideCal th.firstChild,
body#index div#side .sideCal td.firstChild {
  color: #fe0000;
}

body#index div#side .sideCal th.lastChild,
body#index div#side .sideCal td.lastChild {
  color: #0000fe;
}

body#index div#side ul,
body#index div#side ul li,
body#index div#side ul li a {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

body#index div#side ul li {
  margin-bottom: 15px;
}

body#index div#side ul li a {
  display: inline;
}

body#index div#side address {
  text-align: right;
}

body#index div#side #sidePlanetarium {
  margin: 20px 0;
}

body#index div#side .sidePlanetariumDate {
  margin: 0;
  padding: 10px 0;
  border-top: 4px solid #FD8C00;
  font-size: 17px;
  font-weight: bold;
}

body#index div#side .sidePlanetariumDate span {
  color: #FD8C00;
}

body#index div#side .sidePlanetariumLegend {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #eee;
  font-size: 11px;
}

body#index div#side .sidePlanetariumLegend span {
  color: #FD8C00;
}

body#index div#side #sidePlanetarium table {
  width: 100%;
  margin: 0 0 5px;
  border-bottom: 1px solid #ccc;
}

body#index div#side #sidePlanetarium th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  color: #fff;
  white-space: nowrap;
  background: #666;
}

body#index div#side #sidePlanetarium td {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  background: #fcfcf6;
}

body#index div#side #sidePlanetarium td strong {
  color: #FD8C00;
}
body#index div#side #sidePlanetarium td a {
  color: #FD8C00;
  text-decoration: none;
}
body#index div#side #sidePlanetarium td a:hover{
  color: #FD8C00;
  text-decoration: underline;
}


body#index div#side #sidePlanetarium td.align1 {
  color: #FD8C00;
}

div#recent {
  margin-bottom: 2em;
  border: 1px solid #e8e8e8;
  border-top: 4px solid #ff8c00;
}

div#recent h2 {
  padding: 5px 5px 5px 10px;
  background-color: #fff9f0;
}

div#recent ul {
  line-height: 1.5;
  margin: 0;
  padding: 10px;
  background: none;
}

div#recent ul li {
  padding: 0 0 0 12px;
  background: #fff url(../img/common/side_icon_01.png) no-repeat 0 5px;
}

div#recent ul li a {
  display: inline;
  padding: 0;
  border: none;
  color: #ff8c00;
  background: none;
}

div#recent ul li a:hover {
  text-decoration: underline;
  background: none;
}

div#recent p {
  padding-right: 10px;
  text-align: right;
}

div#side dl {
  margin-bottom: 2em;
  padding-bottom: 9px;
  background: url(../img/common/side_bg.png) no-repeat left bottom;
}

div#side dl ul {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

div#side dt {
  padding-bottom: 1px;
  background: url(../img/common/line.png) no-repeat left bottom;
  cursor: pointer;
}

div#side dt span,
div#side dt a {
  display: block;
  padding: 8px 0 7px 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #333;
  text-decoration: none;
  background: #f0f6e9 url(../img/common/side_icon_01.png) no-repeat 10px 50%;
}

div#side dt span:hover,
div#side dt a:hover {
  background: #fff url(../img/common/side_icon_01_on.png) no-repeat 10px 50%;
}

div#side dd ul {
  padding: 0 0 1px;
  background: url(../img/common/line.png) no-repeat left bottom;
}

div#side dd ul li {
  padding: 0;
  border-bottom: 1px solid #efefef;
  background: none;
}

div#side dd ul li.lastChild {
  border: none;
}

div#side dd ul li a {
  padding: 6px 0 5px 40px;
  background: #fff url(../img/common/side_icon_02.png) no-repeat 25px 50%;
}

div#side dd ul li a:hover,
div#side dd ul li a.current {
  background: #fafafa url(../img/common/side_icon_02_on.png) no-repeat 25px 50%;
}

div#side .sidePlaBtn {
  margin: 0 0 5px;
}

div#side .sidePlaBtn img {
  vertical-align: top;
}


/* Global Navigation
----------------------------------------------------------- */
ul#globalNavi {
  position: absolute;
  top: 75px;
  left: 0;
  background: url(../img/common/navi_bg.png) no-repeat 0 0;
}

ul#globalNavi li {
  float: left;
}

ul#globalNavi li a {
  display: block;
  float: left;
}

ul#globalNavi li a:hover {
  background-color: transparent;
}

ul#globalNavi li a:hover img,
body#index li#naviHome a img,
body#event li#naviEvent a img,
body#floor li#naviFloor a img,
body#info li#naviInfo a img,
body#access li#naviAccess a img {
  visibility: hidden;
}



/* Footer
----------------------------------------------------------- */
div#footer {
  clear: both;
  background: #666 url(../img/common/footer_bg.png) repeat-x 50% 0;
}

body#english div#footer {
  padding-top: 25px;
}

div#footer ul {
  width: 900px;
  line-height: 25px;
  margin: 0 auto;
  text-align: left;
}

* html div#footer ul {
  padding-top: 6px;
}

div#footer ul li {
  display: inline;
  margin-right: 15px;
}

div#footer p {
  margin: 0;
  padding: 10px 0 160px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 80%;
  letter-spacing: 0.5px;
}

div#footer img {
  vertical-align: middle;
}