@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Cocept                      */
/*                 09  Studio                      */
/*                 10  Reserve                     */
/*                 11  Access                      */
/*                 12  Links                       */
/*                                                 */
/*=======================TOC-END===================*/



/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #000 url(../images/body_bg.jpg) top center no-repeat; }

.wrapper {
  width: 802px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 93%;
  }

#content {
  background: url(../images/content_bg2.jpg) top no-repeat;
  padding: 50px 79px 20px 79px;
  margin-top: 30px;
  text-align: left;
}

#section-02 {
  clear: both;
  background: url(../images/section-02_bg.jpg) bottom repeat-x;
}


/*---------- 03  Header -----------*/

#header {
  width: 802px;
  height: 154px;
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  }

#header h1 {
  width: 300px;
  height: 135px;
  text-indent: -9999px;
  float: left;
  }
#header h1 a {
  display: block;
  height: 135px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }
  


/*----------04  Navigation -----------*/

#header-nav,
#header-nav li,
#footer-nav,
#footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header-nav {
  width: 400px;
  height: 64px;
  float: right;
}
#header-nav li {
  text-indent: -9999px;
  float: left;
}
#header-nav li a {
  display: block;
  height: 64px;
}
#nav01 a {
  width: 92px;
  background: url(../images/header-nav.jpg) 0 0 no-repeat;
}
#nav02 a {
  width: 78px;
  background: url(../images/header-nav.jpg) -92px 0 no-repeat;
}
#nav03 a {
  width: 84px;
  background: url(../images/header-nav.jpg) -170px 0 no-repeat;
}
#nav04 a {
  width: 79px;
  background: url(../images/header-nav.jpg) -254px 0 no-repeat;
}
#nav05 a {
  width: 67px;
  background: url(../images/header-nav.jpg) -333px 0 no-repeat;
}

#nav01 a:hover { background: url(../images/header-nav.jpg) 0 -64px no-repeat; }
#nav02 a:hover { background: url(../images/header-nav.jpg) -92px -64px no-repeat; }
#nav03 a:hover { background: url(../images/header-nav.jpg) -170px -64px no-repeat; }
#nav04 a:hover { background: url(../images/header-nav.jpg) -254px -64px no-repeat; }
#nav05 a:hover { background: url(../images/header-nav.jpg) -333px -64px no-repeat; }
 

#footer-nav {
  margin: 20px 0 60px 80px;
  line-height: 20px;
}

#footer-nav li {
  display: inline;
}



/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	width: 802px;
	height: 100px;
	padding: 0;
	margin: 50px 0 0 0;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	color: #fff;
  background: url(../images/footer_bg.png) bottom center no-repeat;
	}
* html body #footer { height: 55px; }

#footer a {
  color: #fff;
  background: none;
  }
#footer a:hover {
  background: #ff44aa;
  text-decoration: none;
  }

#footer address {
  text-align: center;
  }


/*---------- 06  Contents -----------*/

a {
  outline: none;
  color: #fff;
  background: #ff44aa;
  text-decoration: none;
  }
a:hover {
  color: #ff44aa;
  background: #fff; 
  }

.section { padding: .5em 20px; }
.section .section { padding: .5em 5px; }

.center { text-align: center; }
.right { text-align: right; }

h2 {
  text-indent: -9999px;
  height: 152px;
  margin: 0;
}

.description h3 {
  text-indent: -9999px;
  height: 45px;
  margin: 0;
}

#content ul li {
  list-style: none;
  background: url(../images/list.png) 0 2px no-repeat;
  padding-left: 16px;
}

.description {
  margin: 35px 80px 40px 80px;
  text-align: left;
}


.image_l {
  float: left;
  margin: 0 15px 0 0;
}
.image_r {
  float: right;
  margin: 0 0 0 15px;
}


p#to-top {
  float: right;
  width: 68px;
  height: 42px;
  text-indent: -9999px;
  }
p#to-top a {
  display: block;
  width: 68px;
  height: 42px;
  background: url(../images/to-top.jpg) 0 0 no-repeat;
  }
p#to-top a:hover { background: url(../images/to-top.jpg) 0 -42px no-repeat; }


table {
  border: 2px solid #666;
  margin: 1em 0;
  padding: 0;
  width: 500px;
  font-size: 100%;
	line-height: 1.6;
	color: #ddd;
  }
table th,
table td {
  border: 1px solid #222;
  padding: 4px 20px;
}

table td.charge { text-align: right; }
table tr.extra th,
table tr.extra td { background: #111122; }
table tr.all th,
table tr.all td { background: #111133; }

.notes { color: red; }
p.notes { text-indent: 300px; }
span.notes {
  font-weight: bold;
  font-size: 108%;
  }



/*---------- 07  Index -----------*/

.index h2 {
  text-indent: 0;
  font-size: 108%;
  color: #fff;
  height: auto;
  margin: 0 1em;
  padding-bottom: 2px;
  border-bottom: 1px solid #222;
}

.index #content {
  background-image: none;
  padding: 0 0 20px 0;
  margin-top: 0;
  text-align: left;
}

.index .description { margin-bottom: 10px; }

#subscribe {
  text-align: right;
  line-height: 1.0;
}
#subscribe a { background-color: #000; }

#to-blog {
  margin: 0 0 0 30px;
  padding: 0;
  line-height: 1.0;
}
#to-blog img { display : block; }


/*---------- 08  Concept -----------*/

.concept h2 { background: url(../images/h2_concept.jpg) 0 0 no-repeat; }
.concept h3 { background: url(../images/h3_concept.jpg) 0 0 no-repeat; }

.concept #main-img {
  width: 600px;
  height: 350px;
  margin: 10px 0 30px 0;
  border: 1px solid #333;
}

.concept #content {
  background-image: none;
  padding-top: 10px;
  }


/*---------- 09  Studio -----------*/

.studio h2 { background: url(../images/h2_studio.jpg) 0 0 no-repeat; }
.studio h3 { background: url(../images/h3_studio.jpg) 0 0 no-repeat; }

.studio #main-img {
  width: 600px;
  height: 400px;
}

#gallery {
  clear: both;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #222;
  background: #000;
  width: 600px;
  }
#content #gallery li {
  background-image: none;
  padding-left: 0;
}

#equipment .alpha {
  width: 240px;
  float: left;
}
#equipment .beta {
  width: 300px;
  float: right;
}
#equipment .beta ul {
  margin: 0;
  padding: 15px 0 0 0;
}
#equipment .beta ul li {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
  background: none;
}
#equipment .beta ul li img {
  display: block;
  border: 2px solid #333;
  }
#equipment .beta ul li img:hover {
  border: 2px solid #ff44aa;
  }



/*---------- 10  Reserve -----------*/

.reserve h2 { background: url(../images/h2_reserve.jpg) 0 0 no-repeat; }




/*---------- 11  Access -----------*/

.access h2 { background: url(../images/h2_access.jpg) 0 0 no-repeat; }
.access h3 { background: url(../images/h3_access.jpg) 0 0 no-repeat; }

.access #content {
  background-image: none;
  padding-top: 10px;
  }

.access dl dt {
  width: 6em;
  float: left;
}
.access dl dd { margin-left: 7em; }

#map {
  width: 640px;
  height: 560px;
  border: 1px solid #666688;
  }


/*---------- 12  Links -----------*/

body.links { background-image: none; }

.links h2 { background: url(../images/h2_links.jpg) 0 0 no-repeat; }
.links h3 { background: url(../images/h3_studio.jpg) 0 0 no-repeat; }



/*---------- 88  JCarousel -----------*/


.jcarousel-container-horizontal {
  width: 540px;
  padding: 22px 30px;
  }

.jcarousel-clip-horizontal {
  width:  540px;
  height: 80px;
  }

.jcarousel-item {
  width: 84px;
  height: 80px;
  line-height: 1.0;
  }
.jcarousel-item img {
  display: block;
  }

.jcarousel-item-horizontal { margin-right: 17px; }
* html body .jcarousel-item-horizontal { margin-right: 12px; }

.jcarousel-next-horizontal {
  position: absolute;
  top: 55px;
  right: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: transparent url(../images/next-horizontal.jpg) no-repeat 0 0;
  }

.jcarousel-next-horizontal:hover { background-position: -18px 0; }

.jcarousel-next-horizontal:active { background-position: -36px 0; }

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -54px 0;
  }

.jcarousel-prev-horizontal {
  position: absolute;
  top: 55px;
  left: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: transparent url(../images/prev-horizontal.jpg) no-repeat 0 0;
  }

.jcarousel-prev-horizontal:hover { background-position: -18px 0; }

.jcarousel-prev-horizontal:active { background-position: -36px 0; }

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -54px 0;
  }

