@charset "utf-8";

/* Table Of Contents
----------------------------------------

# General Elements
# body
# layout
# header
# gNav
# content
# sidebar
# footer
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */

a {
	color: #d0111b;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.piecss3 {
	position: relative;
	z-index: 10;
}


/* # body
---------------------------------------------------------------------------- */

body {
	background: #585654;
	color: #333;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}


/* # header
---------------------------------------------------------------------------- */

header {
	margin: 0 auto;
	width: 980px;
	height: 558px;
}

header #description {
	color: #989491;
	font-size: 90%;
	padding: 3px 0 0 0;
	text-align: right;
	z-index: 1000;
	position: relative;
}

header #logo {
	display: inline;
	float: left;
	margin-top: -3px;
	padding: 0 0 0 7px;
	width: 296px;
	z-index: 1000;
	position: relative;
}

header .hSection {
	display: inline;
	float: right;
	padding: 6px 0 0 0;
	width: 396px;
	z-index: 1000;
	position: relative;
}

header .hSection ul.button {
	display: inline;
	float: left;
	width: 182px;
}

header .hSection ul.button li {
	display: inline;
	float: left;
	padding: 0 3px 0 0;
	text-indent: -9999em;
	width: auto;
}

header .hSection ul.button li a {
	display: block;
	height: 22px;
	width: 87px;
}

header .hSection ul.button li#contact a {
	background: url(../images/btn_contact.png) no-repeat left top;
}

header .hSection ul.button li#contact a:hover {
	background: url(../images/btn_contact_o.png) no-repeat left top;
}

header .hSection ul.button li#hall a {
	background: url(../images/btn_hall.png) no-repeat left top;
}

header .hSection ul.button li#hall a:hover {
	background: url(../images/btn_hall_o.png) no-repeat left top;
}

header .hSection .search {
	display: inline;
	float: right;
	width: 210px;
}

header .hSection .search p {
	display: inline;
	float: left;
	width: auto;
}

header .hSection .search input {
	border: 1px solid #988d8d;
	vertical-align: middle;
	height: 19px;
	width: 161px;
	width: 159px\0;
}

* html header .hSection .search input {
	width: 159px;
}

*:first-child + html header .hSection .search input {
	width: 159px;
}

header .hSection .search .btnSearch button {
	background: url(../images/btn_search.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	margin-left: 4px;
	position: absolute;
	text-indent: -9999px;
	width: 41px;
}

* html header .hSection .search .btnSearch button {
	display: inline;
}

*:first-child + html header .hSection .search .btnSearch {	
	display: inline;
}

header .hSection .contact {
	padding: 5px 0 0 0;
}

header .hSection .contact p {
	display: inline;
	float: left;
    padding-top: 2px;
	width: auto;
}

header .hSection .contact p.lessonButton {
	padding: 0 0 0 7px;
	text-indent: -9999em;
}

header .hSection .contact p.lessonButton a {
	background: url(../images/btn_lesson01.png) no-repeat left top;
	display: block;
	height: 36px;
	width: 209px;
}

header .hSection .contact p.lessonButton a:hover {
	background: url(../images/btn_lesson01_o.png) no-repeat left top;
}


/* # gNav
---------------------------------------------------------------------------- */

nav#gNav {
	clear: both;
	height: 56px;
	z-index: 9999;
	position:relative;
}


nav#gNav.lazyloaded{
	background:	url(../images/gnav/bg_gnav.png) repeat-x left top;
}

nav#gNav ul {
	background-image: none;
	margin: 0 auto;
	width: 980px;
}

nav#gNav ul li {
	float: left;
	width: auto;
}

nav#gNav ul li a {
	display: block;
}


/* # pageBody
---------------------------------------------------------------------------- */

section#pageBody {
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 980px;
}


/* # content
---------------------------------------------------------------------------- */

#content {
	display: inline;
	float: left;
	width: 744px;
}


/* # sidebar
---------------------------------------------------------------------------- */

aside {
	float: right;
	width: 215px;
}

#sidebar .block {
	background: #fff;
	border: 1px solid #8b8987;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}

#sidebar .block .blockInner01 {
	background: #fff;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	padding-bottom: 5px;
}

#sidebar .block .blockInner02 {
	background: #959492;
	padding-bottom: 9px;
}

#sidebar .socialList {
	padding-top: 6px;
}

#sidebar .socialList li {
	background: url(../images/bg_dot01.gif) repeat-x left bottom;
	margin-bottom: 6px;
	padding: 0 0 4px 30px;
	width: auto;
}

#sidebar .socialList li.last {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar .button {
	padding-bottom: 15px;
}

#sidebar .linkList {
	border-top: 1px solid #cec5c6;
}

#sidebar .linkList li.charge {
	background: #fff url(../images/bnr_charge.jpg) no-repeat left top;
}

#sidebar .linkList li.hall {
	background: #fff url(../images/bnr_hall.jpg) no-repeat left top;
}

#sidebar .linkList li.schedule {
	background: #fff url(../images/bnr_schedule.jpg) no-repeat left top;
}

#sidebar .linkList li.instrument {
	background: #fff url(../images/bnr_instrument.jpg) no-repeat left top;
}

#sidebar .linkList li.stylist {
	background: #fff url(../images/bnr_stylist.jpg) no-repeat left top;
}

#sidebar .linkList li {
	border-bottom: 1px solid #cec5c6;
	min-height: 46px;
	padding: 9px 0 4px;
	width: 213px;
}

#sidebar .linkList li p.textLink {
	background: url(../images/ico_arrow01.gif) no-repeat 0 5px;
	line-height: 1.25;
	margin-left: 14px;
	padding-left: 17px;	
}

#sidebar .linkList li p.detail {
	font-size: 90%;
	line-height: 1.2;
	padding: 5px 0 0 32px;
}

#sidebar .linkList li p.textLink span {
	font-size: 90%;
}

#sidebar .bannerList li {
	padding: 0 0 10px 12px;
	width: 190px;
}

* html #sidebar .bannerList li {
	padding-bottom: 7px;
}

*:first-child + html #sidebar .bannerList li {
	padding-bottom: 7px;
}

#sidebar .bannerList li img {
/*	display: none; */
}

#sidebar .bannerList li a {
	display: block;
	height: 100px;
	width: 190px;
}

#sidebar .bannerList li.pickup01 a {
	background: url(../images/bnr_pickup01.png) no-repeat left top;
}

#sidebar .bannerList li.pickup01 a:hover {
	background: url(../images/bnr_pickup01_o.png) no-repeat left top;
}

#sidebar .bannerList li.pickup02 a {
	background: url(../images/bnr_pickup02.png) no-repeat left top;
}

#sidebar .bannerList li.pickup02 a:hover {
	background: url(../images/bnr_pickup02_o.png) no-repeat left top;
}

#sidebar .bannerList li.pickup03 a {
	background: url(../images/bnr_pickup03.png) no-repeat left top;
}

#sidebar .bannerList li.pickup03 a:hover {
	background: url(../images/bnr_pickup03_o.png) no-repeat left top;
}

#sidebar .bannerList li.pickup04 a {
	background: url(../images/bnr_pickup04.png) no-repeat left top;
}

#sidebar .bannerList li.pickup04 a:hover {
	background: url(../images/bnr_pickup04_o.png) no-repeat left top;
}

#sidebar .bannerList li.pickup05 a {
	background: url(../images/bnr_pickup05.png) no-repeat left top;
}

#sidebar .bannerList li.pickup05 a:hover {
	background: url(../images/bnr_pickup05_o.png) no-repeat left top;
}

#sidebar .bannerList li.pickup06 a {
	background: url(../images/bnr_pickup06.png) no-repeat left top;
}

#sidebar .bannerList li.pickup06 a:hover {
	background: url(../images/bnr_pickup06_o.png) no-repeat left top;
}

#sidebar .bannerList li.pickup07 a {
	background: url(../images/bnr_pickup07.png) no-repeat left top;
}

#sidebar .bannerList li.pickup07 a:hover {
	background: url(../images/bnr_pickup07_o.png) no-repeat left top;
}

#sidebar .bannerList li.pickup08 a {
	background: url(../images/bnr_pickup08.png) no-repeat left top;
}

#sidebar .bannerList li.pickup08 a:hover {
	background: url(../images/bnr_pickup08_o.png) no-repeat left top;
}

#sidebar .bannerList li.pickup09 a {
	background: url(../images/bnr_pickup09.png) no-repeat left top;
}

#sidebar .bannerList li.pickup09 a:hover {
	background: url(../images/bnr_pickup09_o.png) no-repeat left top;
}

#sidebar .bannerList li.pickup09 {
	padding-bottom: 0!important;
}

ul.scLogin {
	background: url(../images/cmn_sidebar_sc_bg.png.gif) no-repeat scroll;
	display: block;
	height:140px;
	width:215px;
	position: relative;
}

ul.scLogin li a.scLoginBtn{
    display: block;
    width: 177px;
    height: 0;
    padding-top: 42px;
    background: url(../images/btn_login.gif) no-repeat;
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 20px;
}
ul.scLogin li a.scLoginBtn:hover{
    background-position: 0 -41px;
}
ul.scLogin li a.textLink {
    background: url("../images/ico_arrow01.gif") no-repeat scroll 0 4px transparent;
    line-height: 1.5;
    padding-left: 17px;
    position: absolute;
    right: 20px;
    top: 115px;    
}



.textList {
	margin-bottom: -5px;
	padding-top: 11px;
}

.textList li {
	text-align: center;
	padding-bottom: 12px;
	width: 213px;
}



/* # footer
---------------------------------------------------------------------------- */

footer {
	background: #181715 url(../images/bg_footer.gif) repeat-x left top;
	border-top: 2px solid #d61a28;
	clear: both;
	padding-bottom: 34px;
}

footer section#footerInner {
	margin: 0 auto;
	padding: 43px 0 0 0;
	width: 980px;
}

footer section#footerInner div.fSection {
	padding: 0 0 21px 0;
}

footer section#footerInner div.blockLeft {
	display: inline;
	float: left;
	margin-right: 30px;
	width: 470px;
}

footer section#footerInner div.blockLeft p.image {
	padding-top: 1px;
}

footer section#footerInner div.blockLeft div.fContact {
	padding: 10px 0 19px 0;
}

footer section#footerInner div.blockLeft div.fContact p {
	display: inline;
	float: left;
	padding: 0 8px 0 0;
	width: auto;
}

footer section#footerInner div.blockLeft div.fContact p.button {
	margin: 2px 1px 0 0;
}

footer section#footerInner ul.itemList {
	background: url(../images/bg_line01.gif) repeat-y left top;
	display: inline;
	float: left;
	padding: 0 0 0 38px;
	width: 400px;
}

* html footer section#footerInner ul.itemList {
	padding: 0 0 0 22px;
}

*:first-child + html footer section#footerInner ul.itemList {
	padding: 0 0 0 22px;
}

footer section#footerInner ul.itemList li {
	padding: 0 0 9px 0;
}

footer section#footerInner ul.itemList li.last {
	padding: 0;
}

footer section#footerInner ul.itemList li p.image {
	display: inline;
	float: left;
	width: 120px;
}

footer section#footerInner ul.itemList li dl {
	color: #fff;
	display: inline;
	font-size: 90%;
	float: left;
	padding: 0 5px 0 15px;
	line-height: 1.4;
	width: 260px;
}

footer section#footerInner ul.itemList li dl dt {
	font-weight: bold;
}

footer section#footerInner ul.itemList li dl dt a {
	color: #fff;
}

footer section#footerInner div.group {
	background: url(../images/bg_line02.gif) repeat-x left top;
	padding: 22px 0 0 0;
}

footer section#footerInner div.group ul.groupLeft {
	display: inline;
	float: left;
	margin-right: -56px;
	width: 550px;
}

footer section#footerInner div.group ul.groupLeft li {
	display: inline;
	float: left;
	padding: 0 36px 0 0;
	width: 238px;
}

footer section#footerInner div.group ul.groupLeft li p {
	font-size: 110%;
	padding: 0 0 3px 0;
}

footer section#footerInner div.group ul.groupLeft li ul li {
	display: inline;
	float: left;
	font-size: 90%;
	padding: 0;
	width: auto!important;
}

footer section#footerInner div.group ul.groupLeft li ul li a {white-space: nowrap;}

footer section#footerInner div.group ul.groupLeft li ul li.first a {
	background: none;
	padding: 0 2px 0 0;
}

footer section#footerInner div.group ul.groupLeft li ul li a {
	background: url(../images/bg_line03.gif) no-repeat left center;
	padding: 0 2px 0 8px;
}

footer section#footerInner div.group ul.groupRight {
	display: inline;
	float: right;
	margin: 1px 64px 0 0;
	width: 380px;
}

* html footer section#footerInner div.group ul.groupRight {
	margin: 1px 46px 0 0;
	width: 398px;
}

footer section#footerInner div.group ul.groupRight li {
	display: inline;
	float: left;
	line-height: 1.7;
	width: 188px;	
}

footer section#footerInner p#copyright {
	clear: both;
	padding: 16px 0 0 2px;
}

* html footer section#footerInner p#copyright {
	clear: both;
	margin-top: -5px;
	padding: 0 0 0 2px;
}

*:first-child + html footer section#footerInner p#copyright {
	clear: both;
	margin-top: -5px;
	padding: 0 0 0 2px;
}

footer section#footerInner p#copyright span {
	padding-left: 15px;
}


/* # clearfix
---------------------------------------------------------------------------- */

header,
header .hBlock,
header .hSection .contact,
nav#gNav ul,
section#pageBody,
.buttonList,
footer section#footerInner div.fSection,
footer section#footerInner ul.itemList li,
footer section#footerInner div.blockLeft div.fContact,
footer section#footerInner div.group,
footer section#footerInner div.group ul.groupLeft,
footer section#footerInner div.group ul.groupLeft li ul {
	zoom: 1;
}

header:after,
header .hBlock:after,
header .hSection .contact:after,
nav#gNav ul:after,
section#pageBody:after,
.buttonList:after,
footer section#footerInner div.fSection:after,
footer section#footerInner ul.itemList li:after,
footer section#footerInner div.blockLeft div.fContact:after,
footer section#footerInner div.group:after,
footer section#footerInner div.group ul.groupLeft:after,
footer section#footerInner div.group ul.groupLeft li ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

section,
header,
footer,
nav {
	display: block;
}

/* # Common Classes
---------------------------------------------------------------------------- */


#pageBody .buttonList {
	margin: 0 -14px 25px 0;
	position: relative;
	left: -2px;
}

#pageBody .buttonList li {
	float: left;
	display: inline;
	margin-right: 9px;
	width: auto;
}

p.pageTop {
    margin: 0 auto;
	padding: 43px  0 0;
	text-align: right;
	width: 980px;
}

p.pageTop a {
    background: url(../images/btn_pagetop.png) no-repeat 0 0;
	display: inline-block;
    height: 36px;
	vertical-align: bottom;
	width: 215px;
}

p.pageTop a:hover {
    background: url(../images/btn_pagetop_o.png) no-repeat 0 0;
}

p.pageTop a img {
    display: none;
}

#slider {
	position: absolute!important;
	left:0;
	top:0;
	height: 607px;
	width: auto;
	width: 100%;
	z-index: 1;
}

*:first-child + html #slider li {
	display: inline;
	float: left;
	width: auto;
}

* html + html #slider li {
	display: inline;
	float: left;
	width: auto;
}

#slider li img { display: none; }

.headerimg { 
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%; 
	height: 607px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
}

.pageList {
	margin: 0 auto;
	width: 980px;	
	position: relative;
	z-index: 10;
}

*:first-child + html .pageList ul {
	top: 528px;
}

.pageList ul {
	position: absolute;
	top: 533px;
	left: 0;
	text-align: right;
	width: 970px;
}

.pageList ul li {	
	display: inline;
}

.pageList ul li a {	
	background: url(../images/ico_dot.png) no-repeat left top;	
	text-indent: -99999px;
	height: 6px;
	display: inline-block;
	width: 6px;
	margin: 0 0 0 11px;
	overflow: hidden;
	cursor: pointer;
}

* html .pageList ul li a {	
	background: url(../images/ico_dot.gif) no-repeat left top;	
}

.pageList ul li a img {	
	visibility: hidden;
}

.pageList ul li a.active {	
	background: url(../images/ico_dot_o.png) no-repeat left top;	
}

* html .pageList ul li a.active {	
	background: url(../images/ico_dot_o.gif) no-repeat left top;	
}




/* 2013.07.03 sugita */
p.cam_date {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 0; }
p.cam_date span {
	font-size: 14px;
	font-weight: bold; }
