@charset "EUC-JP";
/* Common Parts */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #363D41 url("../images/bg.gif") 0 0 repeat-x;
	color: #555555;
	font: 11px/150% Verdana,sans-serif;
	_font: 11px/160% Verdana,sans-serif;
}

body#members {
	margin: 0;
	padding: 8px;
	background: #000000 url("../images/member_bg.gif");
	color: #FFFFFF;
	font: 11px/150% Verdana,sans-serif;
	_font: 11px/160% Verdana,sans-serif;
}

body#members #ticket {
	width: 191px;
	margin: 0 auto;
	text-align: center;
}

body#members #ticket a.sendmail {
	display: block;
	width:191px;
	height: 20px;
	background: url("../images/member_mail.gif") 0 0 no-repeat;
}

body#members #ticket a.sendmail:hover {
	display: block;
	width:191px;
	height: 20px;
	background: url("../images/member_mail.gif") 0 -19px no-repeat;
}


/* spell */
box:after{/* for modern brouser */
content: " "; clear: both; height: 0; display: block; visibility: hidden;}

* html box{/* for IE */
/*\*/height:1%;/* for WinIE*/
display:inline-table;/* for MacIE*/
}
/* spell */


a       { color: #CC0000; text-decoration: none; }
a:hover { color: #0066AA; }
.noscreen { display: none; }
.floatL { float: left; }
.floatR { float: right; }
.clearL { clear: left; }
.clearR { clear: right; }
.floatclr { clear: both; }
.txtsmall { font-size: 90%; line-height: 130%; }




#headerWrap {
	width: 740px;
	margin: 36px auto 0 auto;
	padding: 7px 7px 0 7px;
	background:  url("../images/bg_header_wrap.gif") 0 0 no-repeat;
}

#header {
	width: 740px;
	height: 67px;
	background:  url("../images/bg_header.jpg") 0 0 no-repeat;
}

#header h1 {
	height: 47px;
	background:  url("../images/logo_228.jpg") 504px 8px no-repeat;
}

#header ul {
	list-style: none;
	width: 318px;
	height: 20px;
	padding: 0 3px 0 419px;
}

#header li {
	display: block;
	float: left;
	width: 106px;
	height: 20px;
}

#header li a {
	display: block;
	width: 106px;
	height: 20px;
}
#header li a.event        { background:  url("../images/nv_event_off.gif") 0 0 no-repeat; }
#header li a.event:hover  { background:  url("../images/nv_event_ro.gif") 0 0 no-repeat; }
#header li a.artist       { background:  url("../images/nv_artist_off.gif") 0 0 no-repeat; }
#header li a.artist:hover { background:  url("../images/nv_artist_ro.gif") 0 0 no-repeat; }
#header li a.venue        { background:  url("../images/nv_venue_off.gif") 0 0 no-repeat; }
#header li a.venue:hover  { background:  url("../images/nv_venue_ro.gif") 0 0 no-repeat; }
#header li a.pix          { background:  url("../images/nv_pix_off.gif") 0 0 no-repeat; }
#header li a.pix:hover    { background:  url("../images/nv_pix_ro.gif") 0 0 no-repeat; }
#header li a.member       { background:  url("../images/nv_member_off.gif") 0 0 no-repeat; }
#header li a.member:hover { background:  url("../images/nv_member_ro.gif") 0 0 no-repeat; }

#mainWrap {
	clear: left;
	width: 754px;
	margin: 0 auto 0 auto;
	padding: 0;
	background:  url("../images/bg_main_wrap.gif") 0 0 repeat-y;
}

#mainWrap2 {
	width: 740px;
	margin: 0;
	padding: 0 7px 0 7px;
	background:  url("../images/bg_main_wrap2.gif") 0 0 no-repeat;
}

#route {
	width: 700px;
	padding: 1em 20px 0 20px;
	background-color: #FFFFFF;
}

#main {
	min-height: 300px;
	width: 576px;
	padding: 2em 82px 1.5em 82px;
	background-color: #FFFFFF;
}

#mainbox {
	clear: both;
	width: 550px;
	min-height: 300px;
	border: 1px solid #CCCCCC;
	padding: 12px;
}

#mainbox .info {
	margin-bottom: 2em;
}

#mainbox div.info h3 {
	width: 550px;
	height: 25px;
	/*margin-bottom: 0.5em;*/
}
#mainbox div.info h3.no228 { background: url("../images/h3_event_no228.png") 0 0 no-repeat; }
#mainbox div.info h3.jet   { background: url("../images/h3_event_jet.png") 0 0 no-repeat; }
#mainbox div.info h3.darkroom   { background: url("../images/h3_event_dr.gif") 0 0 no-repeat; }

#mainbox .infoCD {
	border: 1px solid #CCCCCC;
	padding: 1em;
	margin-bottom: 3em;
	background-color: #DEDEDE;
	/*color: #FFFFFF;*/
}

#mainbox .infoCD img {
	margin: 0 1em 0 0;
}

#mainbox #column2 {
	width: 550px;
	background: url("../images/bg_2column.gif") 0 0 repeat-y;
}

#column2 #naviarea {
	float: left;
	width: 140px;
	padding: 5px;
}

#column2 #viewarea {
	float: right;
	width: 385px;
}

#naviarea ul.venue {
	margin-top: 0.25em;
	list-style: none;
}

#naviarea ul.venue li {
	margin-bottom: 0.25em;
}
#naviarea ul.venue li a {
	color: #555555;
	padding-left: 8px;
	background: url("../images/icon_arrow_off.gif") 0 4px no-repeat;
}
#naviarea ul.venue li a:hover {
	color: #CC0000;
	padding-left: 8px;
	background: url("../images/icon_arrow_ro.gif") 0 4px no-repeat;
}
/*
#naviarea ul.venue li a { display: block; }
#naviarea ul.venue li a.grandcafe       { height: 25px; background: url("../images/venue_grandcafe_off.gif") 22px 0 no-repeat; }
#naviarea ul.venue li a.grandcafe:hover { height: 25px; background: url("../images/venue_grandcafe_ro.gif") 22px 0 no-repeat; }
#naviarea ul.venue li a.zing            { height: 31px; background: url("../images/venue_zing_off.gif") 37px 0 no-repeat; }
#naviarea ul.venue li a.zing:hover      { height: 31px; background: url("../images/venue_zing_ro.gif") 37px 0 no-repeat; }
*/

#viewarea h3 {
	margin: 1em 0;
	text-align: right;
}
#viewarea h3.grandcafe { background:  url("../images/logo_grandcafe.gif") 257px 0 no-repeat; height: 33px; }
#viewarea h3.zing { background:  url("../images/logo_zing.gif") 287px 0 no-repeat; height: 46px; }
#viewarea h3.clapper { background:  url("../images/logo_clapper.gif") right bottom no-repeat; height: 33px; }

#viewarea img.map {
	margin-bottom: 1.5em;
}

#mainbox .artist01 {
	width: 550px;
	margin-bottom: 2em;
}

.artist01 .photo {
	float: left;
	width: 130px;
}

.artist01 .detail {
	float: right;
	width: 405px;
}

.artist01 .detail .name {
	background-color: #DEDEDE;
	padding: 7px;
	margin-bottom: 0.5em;
}

.artist01 .detail .name h3 {
	font-size: 12px;
}

#mainbox .artist02 {
	width: 550px;
	margin-bottom: 2em;
}

.artist02 .detailL {
	float: left;
	width: 130px;
	margin-right: 10px;
}

.artist02 .detailR {
	float: left;
	width: 130px;
}

.artist02 .name h3 {
	font-size: 12px;
}


#footerWrap {
	width: 740px;
	margin: 0 auto 1em auto;
	padding: 0 7px 0 7px;
	background:  url("../images/bg_footer_wrap.gif") 0 0 no-repeat;
}

#footer {
	width: 740px;
	height: 4px;
	padding-bottom: 7px;
	background: url("../images/bg_footer.gif") 0 0 no-repeat;
}
