@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body{
	background-color:#fff;
	margin: 0px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family:"Verdana", "Arial";*/
	/*font-family: "ＭＳ Ｐゴシック" , "Osaka";*/
	color:#333;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}

.leftImg{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
	}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 5px 10px;
	}

.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

/* === clearfix ==*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
	}

/* ====common header====*/
.top h1{margin-bottom:-50px; position:relative;}
h2{}
h3{}
h4{}
h5{}
h6{}


/* ====text==== */
strong{
	font-weight:bold;
	color:#af7c0b;
	font-size:14px;
	}

em{
	font-weight:bold;
	}

p{
	margin:0 0 15px 0;
	}

.note{
	padding-left:12px;
	text-indent:-12px;
	}
	
.noMarg{
	margin-bottom:0 ! important;
	}

.moreMarg{
	margin-bottom:25px ! important;
	}

.miniMarg{
	margin-bottom:5px ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}


/* ====Form==== */
input{
	font-size:12px;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}

select option{
	padding-right:15px;
	}

* html select option{
	padding-right:0;
	_padding-right:15px;
	}

label{
	cursor: pointer;
	}

/* ====test tool==== */
/*div { border:1px red dashed; }*/


/* Base Link
------------------------------------------------------------------*/
a{color:#007bee;}
	
a:hover{
	text-decoration:none; 
	color:#007bee;
	}

active,
a:focus{
outline:none;
}


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align:left;
	margin:0px auto;
	width:950px;
	}

#header{

	}

#wrapper{
	width:759px;
	margin:0 13px;
	}
	
#mainBody{}
#mainVisual{
	width:950px;
	}

.indent{}
#footer{
	width:100%;
	background:#666;
	height:100px;
	}

#footer #copyright{
	text-align:center;
	color:#fff;
	margin:0;
	padding-top:15px;
	}
	
.pagetop{
	text-align:right;
	margin-bottom:30px;
	}	


/* Global Navi
------------------------------------------------------------------*/
.top #globalNavi{
	width:950px;
	margin-bottom:0;
	}

#globalNavi{
	width:950px;
	margin-bottom:25px;
	}	

#globalNavi ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

#globalNavi ul li{
	list-style:none;
	float:left;
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:0;
	font-size:0;
	}

#globalNavi ul li img{
	display:block;
	}


/* Common parts
------------------------------------------------------------------*/
.box{
	width:950px;
	background:url(image/box_bg.gif) repeat-y;
	margin-bottom:20px;
	}
	
.box h2{
	display:block;
	}	

.box .indent{
	margin:0 15px;
	width:920px;
	}

.bnArea{
	float:right;
	display:inline;
	margin:-45px 0 0 0;
	position:relative;
	}

.bnArea p{
	margin-bottom:5px;
	text-align:center;
	}

/* News
------------------------------------------------------------------*/	

ul.news{
	}
	
ul.news li{
	background:url(image/dotline.gif) repeat-x left bottom;
	list-style:none;
	padding-bottom:5px;
	margin-bottom:5px;
	width:640px;
	}	

/* === clearfix ==*/
.ul.news li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.ul.news li {
	display: inline-block;
	}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.ul.news li {display: block;}
/* End hide from IE-mac */

	
ul.news li span.date{
	width:70px;
	font-weight:bold;
	color:#333;
	float:left;
	display:inline;
	}
	
ul.news li span.txt{
	width:570px;
	float:left;
	display:inline;
	}

.topNews{
	background:#f0f0f0;
	text-align:left;
	margin-bottom:10px;
	width:640px;
	}
	
.topNews p{
	margin:0 0 0 10px;
	padding:10px 0;
	font-size:14px;
	}
	
.topNews p a{
	font-weight:bold;
	}	


.topNews p span.date{
	font-weight:bold;
	color:#333;
	background:url(image/acs_new.gif) no-repeat left center;
	padding:0 0 0 40px;
	display:block;
	}		
	
.topNews span.top{
	background:url(image/news_top.gif) no-repeat;
	display:block;
	width:642px;
	height:2px;
	}
	
.topNews span.bottom{
	background:url(image/news_bottom.gif) no-repeat;
	display:block;
	width:642px;
	height:2px;
	}

/* Ticket
------------------------------------------------------------------*/	
	
ul.attention{
	display:block;
	margin-bottom:25px;
	}

ul.attention li{
	margin-bottom:8px;
	list-style:none;
	padding-left:10px;
	text-indent:-5px;
	}
	
.btn{
	text-align:center;
	margin:15px 0 30px 0;
	}
	
/* Access
------------------------------------------------------------------*/		
	
.accessBtn{
	text-align:center;
	margin:20px 0;
	}
	
.accessBtn img{
	margin:0 40px 40px 40px;
	}
	
p.map{
	background:url(image/dotline.gif) repeat-x left bottom;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:center;	
	}
	
/* Artist
------------------------------------------------------------------*/
.artistTable{
	margin-bottom:20px;
	}

.artist{
	width:285px;
	border:2px solid #e7e7e7;
	}
	
.artist .logo,
.artist .photo{
	text-align:center;
	margin:0;
	}
	
.artist .new{
	background:#ed7f7f;
	color:#fff;
	margin:1px;
	font-weight:bold;
	text-align:center;
	}

.artist .artistName{
	margin:5px 10px;
	font-weight:bold;
	}	
	
.artist .country{
	float:right;
	display:inline;
	margin:5px 10px 0 5px;
	padding:3px 0;
	}
	
.artist .country img{
	vertical-align:middle;
	margin-right:3px;
	}		