/* Init tags
================================================*/
*{
	margin: 0px;
	padding: 0px;
}
img{
	border: none;
}
body{
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
}

/* Font
================================================*/
body,table,td{
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-family: "ＭＳ Ｐゴシック",Osaka,Verdana,Arial;
	color: #ffffff;
}
input,textarea{
	font-size: 12px;
}
br{
	letter-spacing: 0em;
}

/* Link
================================================*/
a:link {
	color: #46b3ef;
	text-decoration: underline;
}
a:active {
	color: #46b3ef;
	text-decoration: underline;
}
a:visited {
	color: #46b3ef;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	background-color: #46b3ef;
	text-decoration: none;
}

/*  Setting
================================================*/
#container{
    position: relative;
	margin: 0px auto;
	width: 920px;
	text-align: left;
}
/* menu */
#menu{
    margin-bottom: 20px;
    background-color: #000000;
}
#menu ul{
	list-style-type: none;
	min-height: 1px;
	height: 55px;
}
#menu li{
	float: left;
	text-indent: -9999px;
	height: 55px;
}
#menu li a{
	display: block;
	height: 55px;
}
#menu li a:hover {background-position:0px -55px;}
#menu ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html #menu ul {
	height: 1px;
	/*?*//*/
	height: auto;
	overflow: hidden;
	/**/
}
a#menuArtists{width:250px;background:url(./images/menu_artists.gif);}
a#menuTimetable{width:170px;background:url(./images/menu_timetable.gif);}
a#menuTicket{width:145px;background:url(./images/menu_ticket.gif);}
a#menuAttention{width:110px;background:url(./images/menu_attention.gif);}
/* navi */
#navi{
	position: absolute;
	top: 50px;
	left: 918px;
}
#navi ul{
	list-style-type: none;
	width: 100px;
	background-color: #0d0d0d;
	border-top: 1px solid #1d1d1d;
	border-right: 1px solid #1d1d1d;
}
#navi li{
    font-size: 11px;
    line-height: 1.2em;
	padding: 10px 5px 10px 10px;
	border-bottom: 1px solid #1d1d1d;
}

.commonBox{
	margin: 0px 20px 20px 20px;
}
#footer{
	margin: 20px 20px 20px 20px;
    text-align: center;
    padding: 20px;
    background-color: #000000;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.fontL{
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}
.fontS{
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
}
.h2txt{
	font-size: 15px;
	font-weight: bold;
	background-color: #000000;
	padding: 10px;
	margin-bottom: 10px;
}
.tbArtists{
	width: 880px;
	padding: 0px;
	border-collapse: collapse;
	border-top: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
}
.tbArtists td{
	width: 25%;
	font-weight: normal;
	padding: 20px 10px 10px 10px;
	text-align: center;
	border-bottom: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
}	
.tbArtists .pic{
	margin-bottom: 10px;
}
.tbArtists .pic img{
	border: 1px solid #cccccc;
}
.tbArtists .info{
}
.tbArtists h3{
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
.tbArtists p{
	font-size: 11px;
	line-height: 13px;
}
.defLi{
	list-style-position: inside;
}
/* timetable */
.tbTimetable{
	width: 880px;
	padding: 0px;
	border-collapse: collapse;
	border-top: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
}
.tbTimetable th{
    font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
    background-color: #000000;
}	
.tbTimetable td{
    vertical-align: top;
	font-weight: normal;
    font-size: 12px;
    line-height: 14px;
	padding: 5px;
	border-bottom: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
}
.tbTimetable .tdHour{
    width: 20px;
    background-color: #000000;
    text-align: center;
}
.tbTimetable .tdMin{
    width: 20px;
    background-color: #272727;
    text-align: center;
}
.tbTimetable .tdCell{
    width: 120px;
}
/* ticket */
#ticket table{
	width: 880px;
	padding: 0px;
	border-collapse: collapse;
	border-top: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
}
#ticket th{
	width: 30%;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
    background-color: #000000;
}	
#ticket td{
	width: 70%;
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
}	
/* news */
#news h3{
    font-size: 18px;
    font-weight: bold;
}
#news .news{
    border-bottom: 1px dotted #ffffff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
