@charset 'utf-8';

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

body {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	line-height: 1.3;
	color: #666666;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background: #000000;
}

body h2,body h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#wrapperArea {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

.invisible {
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

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

body #header {
	min-width: 960px;
	width: auto !important;
	width: 960px;
	width: 100%;
	height: 88px;
	padding: 10px 0 0;
	margin: 0 0 18px;
	background: url(/shared/images/head_bg_top.gif) left top repeat-x;
	font-size: 90%;
	border-bottom: 1px solid #9d9d9d;
}

body.fixed #header {
	min-width: 100%;
	width: auto !important;
	width: 100%;
	background: #000000 url(/shared/images/head_bg_top.gif) left top repeat-x;
	position: fixed;
	z-index: 999;
}

#header .header_main {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: #000000;
}

#header .header_main h1 {
	width: 126px;
	height: 33px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 19px;
	top: 24px;
}

#header .header_main .header_text {
	position: relative;
	width: 800px;
	height: 88px;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}

#header .header_main .header_text p {
	position: absolute;
	padding: 4px 0 4px;
	right: 32px;
	bottom: 3px;
	color: #ffffff;
	z-index: 999;
}

#header .header_main .header_text p.jamSession {
	padding: 4px 0 4px 113px;
	background: transparent url(/shared/images/icon_jamsession.png) no-repeat left center;
}

#header ul.headerNav {
	position: absolute;
	top: 22px;
	right: 0;
	z-index: 999;
}

#header .header_text.noLogin ul.headerNav {
	right: 32px;
}

#header ul.headerNav li {
	margin: 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	float: right;
}

#header ul.headerNav li.bg {
	padding: 0 19px 0 12px;
	margin: 0 10px 0 0;
	background: url(/shared/images/head_arrow_middle_bg_left.gif) right top no-repeat;
}

#header ul.headerNav li a {
	padding: 0 0 0 12px;
	background: url(/shared/images/head_arrow_middle_right.gif) no-repeat 2px 6px;
	color: #c9b286;
}

#headerMenu {
	position: absolute;
	right: 0;
	top: 63px;
	z-index: 998;
}

#header .header_text.noLogin #headerMenu {
	top: 18px;
}

a#headerMenuButton {
	display: block;
	position: relative;
	margin-bottom: 3px;
	width: 22px;
	height: 24px;
	float: right;
	background: #000 url(/shared/images/head_menu_btn_arrow_bg.png) no-repeat center center;
	cursor: pointer;
}

#header .header_text.noLogin a#headerMenuButton {
	background-image: url(/shared/images/head_menu_btn_arrow_bg_nologin.png);
}

a#headerMenuButton:hover {
	background-color: #333;
}

a#headerMenuButton.btnOn,
#header .header_text.noLogin a#headerMenuButton.btnOn {
	background: #e1e1e1 url(/shared/images/head_menu_btn_arrow_bg_on.png) no-repeat center center;
}

a#headerMenuButton.btnOn:hover {
	background-color: #e1e1e1;
}

ul#headerMenuContents {
	clear: right;
	text-align: left;
	min-width: 150px;
	z-index: 1000;
}

ul#headerMenuContents li a {
	display: block;
	margin-bottom: 1px;
	padding: 9px 29px 9px 39px;
	background: #fff url(/shared/images/head_menu_arrow_middle_bg_left.png) no-repeat 29px 14px;
	color: #000;
	text-decoration: none;
}

ul#headerMenuContents li a:hover {
	background: #525252 url(/shared/images/head_menu_arrow_middle_bg_left_on.png) no-repeat 29px 14px;
	color: #fff;
}


/* anchors
-------------------------------------------------- */

#anchors {
	padding: 0;
	margin: 0;
	position: absolute;
	left: -100em;
	top: -100em;
	/*\*//*/
		width: 1px;
		visibility: hidden;
	/**/
}

/* bodyArea 
-------------------------------------------------- */

body #bodyArea {
	width: 960px;
	padding: 0px;
	margin: 0px auto 0px;
}

/* mainArea
-------------------------------------------------- */

body #bodyArea #mainArea {
	width: 683px;
	min-height: 500px;
	padding: 30px 34px 49px 35px;
	margin: 0px;
	background: #ffffff;
	float: left;
}

body.fixed #bodyArea #mainArea {
	min-height: 500px;
	margin: 174px 0px 0px;
}

/* rightArea
-------------------------------------------------- */

#bodyArea #rightArea {
	width: 165px;
	padding: 8px 17px 28px 16px;
	margin: 0px 0px 0px 762px;
	background: #d1d1d1;
	float: right;
	font-size: 110%;
	color: #333333;
	position: absolute;
}

body.fixed #bodyArea #rightArea {
	margin-top: 174px;
	margin-left: 762px;
	position: fixed;
	float: left;
}

#rightArea section {
	width: 165px;
}

#rightArea h2 {
	width: 165px;
	margin: 0px 0px 7px;
}

#rightArea p {
	width: 165px;
	margin: 0px;
}

#rightArea .img {
	width: 163px;
	height: 162px;
	margin: 0px 0px 11px;
	border: 1px solid #c1c1c1;
}

#rightArea .title {
	width: 165px;
	font-size: 90%;
	margin: 0px 0px 10px;
}

#rightArea .titleBox {
	width: 165px;
	margin: 0px 0px 11px;
	padding-bottom: 14px;
	background: url(/shared/images/right_bg.gif) bottom left repeat-x;
}

#rightArea .dayBox {
	width: 165px;
	margin: 0px 0px 15px;
	padding-bottom: 9px;
	background: url(/shared/images/right_bg.gif) bottom left repeat-x;
}

#rightArea section .dayBox .bigDay {
	width: 165px;
	margin: 0px 0px 4px;
}

#rightArea .dayBox .weekday {
	color: #333333;
	font-size: 95%;
}

#rightArea .dayBox .weekSat {
	color: #005db1;
	font-size: 95%;
}

#rightArea .dayBox .weekSun {
	color: #b10019;
	font-size: 95%;
}

#rightArea .dayBox .times {
	padding: 3px 3px 2px;
	margin-top: -5px;
	color: #ffffff;
	background: #828282;
	line-height: 1;
	font-size: 75%;
	display: inline-block;
	vertical-align: middle;
}

#rightArea section .dayBox p.openTimes {
	line-height: 0.9;
	margin: 0px 0px 4px;
}

#rightArea section .dayBox .openTimes .small .openTxt {
	width: 3em;
	display: inline-block;
}

#rightArea section .dayBox p .small {
	color: #666666;
}

#rightArea section .dayBox p .small.color333 {
	color: #333333;
}

#rightArea section .dayBox p .small .bold {
	font-size: 125%;
	color: #333333;
}

#rightArea .dayBox .lozenge {
	margin: 0px;
	padding: 0px;
}

#rightArea .dayBox .lozenge li {
	padding: 0px 0px 0px 16px;
	background: url(/shared/images/lozengex_icon.gif) 0px 2px no-repeat;
}

#rightArea .showTitle {
	width: 165px;
	margin: 0px 0px 3px;
}

#rightArea .planBox {
	width: 165px;
	margin: 0px 0px 15px;
}

#rightArea .planTitle {
	width: 165px;
	margin: 0px 0px 3px;
}

#rightArea .planTxt,
#rightArea .chargeTxt {
	width: 165px;
	padding: 0px 0px 2px;
	margin: 0px 0px 5px;
	background: url(/shared/images/right_plan_bg.gif) left bottom repeat-x;
	font-size: 85%;
}

#rightArea .planTxt .small,
#rightArea .chargeTxt .small {
	font-weight: normal;
}

#rightArea .chargeTitle {
	width: 165px;
	margin: 0px 0px 3px;
}

/* link
-------------------------------------------------- */

a {
	outline-style: none;
}

a:link {
	color: #1972e1;
	text-decoration: none;
}

a:visited {
	color: #1972e1;
	text-decoration: none;
}

a:hover {
	color: #63acdb;
	text-decoration: underline;
}

a:active {
	color: #63acdb;
	text-decoration: underline;
}

/* globalNav
-------------------------------------------------- */

#globalNav {
	width: 100%;
	height: 50px;
	margin: -114px 0px 0px;
	padding: 114px 0px 10px;
	z-index: 100;
}

body.fixed #globalNav {
	width: 100%;
	height: 50px;
	position: fixed;
	margin: 0px;
	padding: 114px 0px 10px;
	background: #000000;
}

body #globalNav .nav_main {
	width: 960px;
	height: 50px;
	padding: 0px;
	margin: 0px auto 10px;
	position: relative;
}

#globalNav .nav_main ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1;
	list-style-type: none;
}

#globalNav .nav_main ul li {
	padding: 0px;
	margin: 0px;
}

#globalNav .nav_main ul li.menu_010 {
	width: 164px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 105;
}

#globalNav .nav_main ul li.menu_020 {
	width: 105px;
	height: 50px;
	position: absolute;
	left: 158px;
	top: 0px;
	z-index: 104;
}

#globalNav .nav_main ul li.menu_030 {
	width: 165px;
	height: 50px;
	position: absolute;
	left: 256px;
	top: 0px;
	z-index: 103;
}

#globalNav .nav_main ul li.menu_040 {
	width: 126px;
	height: 50px;
	position: absolute;
	left: 416px;
	top: 0px;
	z-index: 102;
}

#globalNav .nav_main ul li.menu_050 {
	width: 154px;
	height: 50px;
	position: absolute;
	left: 536px;
	top: 0px;
	z-index: 101;
}

#globalNav .nav_main ul li.menu_060 {
	width: 156px;
	height: 50px;
	position: absolute;
	left: 684px;
	top: 0px;
	z-index: 100;
}

#globalNav .nav_main ul li.menu_070 {
	width: 126px;
	height: 50px;
	position: absolute;
	left: 834px;
	top: 0px;
	z-index: 100;
}

/* globalNavigation position
-------------------------------------------------- */

#categoryID_1 #globalNav ul li.menu_010 {
	background: url(/shared/images/gnav_btn_010_on.png) no-repeat left top;
}

#categoryID_2 #globalNav ul li.menu_020 {
	background: url(/shared/images/gnav_btn_020_on.png) no-repeat left top;
}

#categoryID_3 #globalNav ul li.menu_030 {
	background: url(/shared/images/gnav_btn_030_on.png) no-repeat left top;
}

#categoryID_4 #globalNav ul li.menu_040 {
	background: url(/shared/images/gnav_btn_040_on.png) no-repeat left top;
}

#categoryID_5 #globalNav ul li.menu_050 {
	background: url(/shared/images/gnav_btn_050_on.png) no-repeat left top;
}

#categoryID_6 #globalNav ul li.menu_060 {
	background: url(/shared/images/gnav_btn_060_on.png) no-repeat left top;
}

#categoryID_7 #globalNav ul li.menu_070 {
	background: url(/shared/images/gnav_btn_070_on.png) no-repeat left top;
}

#categoryID_1 #globalNav ul li.menu_010 img {
	width: 164px;
	height: 50px;
	visibility:hidden;
}

#categoryID_2 #globalNav ul li.menu_020 img {
	width: 105px;
	height: 50px;
	visibility:hidden;
}

#categoryID_3 #globalNav ul li.menu_030 img {
	width: 165px;
	height: 50px;
	visibility:hidden;
}

#categoryID_4 #globalNav ul li.menu_040 img {
	width: 126px;
	height: 50px;
	visibility:hidden;
}

#categoryID_5 #globalNav ul li.menu_050 img {
	width: 154px;
	height: 50px;
	visibility:hidden;
}

#categoryID_6 #globalNav ul li.menu_060 img {
	width: 156px;
	height: 50px;
	visibility:hidden;
}

#categoryID_7 #globalNav ul li.menu_070 img {
	width: 126px;
	height: 50px;
	visibility:hidden;
}

/* backToTopNavigation
-------------------------------------------------- */

#backToTopNavigation {
	width: 930px;
	padding: 0px 0px 9px;
	margin: 0px;
	text-align: right;
}

#backToTopNavigation a {
	padding: 1px 0px 3px;
	margin: 0px;
}

#backToTopNavigation a {
	padding-left: 21px;
	text-indent: -21px;
}

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

#footer {
	min-width: 960px;
	width: auto !important;
	width: 960px;
	width: 100%;
	padding-top: 39px;
	margin: 0px;
	background: #000000;
}

#footer .footer-top {
	width: 960px;
	padding: 15px 0px 0px;
	margin: 0px auto;
}

#footer #copyright {
	width: 752px;
	padding: 0px 0px 39px;
	margin: 0px;
	color: #666666;
	text-align: center;
	font-size: 70%;
	font-family: Times New Roman;
	letter-spacing: 0.1em;
}

.errFooter #footer {
	min-width: 960px;
	width: auto !important;
	width: 960px;
	width: 100%;
	padding-top: 39px;
	margin: 0px;
	background: #000000;
}

.errFooter #footer .footer-top {
	width: 100%;
	padding: 15px 0px 0px;
	margin: 0px;
}

.errFooter #footer #copyright {
	width: 960px;
	padding: 0px 0px 39px;
	margin: 0px auto;
	color: #666666;
	text-align: center;
	font-size: 70%;
	font-family: Times New Roman;
	letter-spacing: 0.1em;
}

/* -------------------------------------------------- */
/* bisard add
-------------------------------------------------- */

/* jamsessionBox
-------------------------------------------------- */
#rightArea .titleBox.with-jamsession {
	background: none !important;
	margin: 0px 0px 15px !important;
	padding-bottom: 0 !important;
}

#rightArea section .jamsessionBox p .small {
	color: #666666;
}
#rightArea .jamsessionBox {
	width: 165px;
	margin: 0px 0px 11px;
	padding-bottom: 14px;
	background: url(/shared/images/right_bg.gif) bottom left repeat-x;
}

#rightArea .jamsessionTitle {
	width: 165px;
	margin: 0px 0px 3px;
}

#rightArea .jamsessionTxt {
	width: 165px;
	padding: 0px 0px 2px;
	margin: 0px 0px 5px;
	background: url(/shared/images/right_plan_bg.gif) left bottom repeat-x;
	font-size: 85%;
}
	#rightArea .jamsessionTxt .minus {
		color: #b94a48;
	}

#rightArea .jamsessionTxt .color333 {
	color: #333333;
}
#rightArea .jamsessionTxt .caption {
	font-weight: normal;
	font-size: 90%;
	color: #666666;
}
	#rightArea .jamsessionTxt .small {
		font-weight: normal;
		font-size: 90%;
		color: #333333 !important;
	}

