@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow:0 1px 0 #fff;
}

a:link { color:#003366}
a:hover { color:#09C}

p.releaseintro { font-size:80%; line-height:200%;}
#liveschedule p { font-size:85%;}

#header {
	height:370px;
	background:url(../img/headerbg.jpg) repeat-x;
	padding:50px 0 0 0;
}

#release {
	background:url(../img/releasebg.jpg);
	padding:20px;
	}

#liveschedule {
	background:url(../img/livebg.jpg);
	padding:20px;
	}
	
#copy { margin:30px 0px; font-size:80%;}
.content {
	width:960px;
	margin:auto;
}

.con-left { float:left}
.con-right { float:right}

#inner-release{ }
.textcenter { text-align:center;}

.wid-60 { width:60%;}
.wid-50 { width:50%;}
.wid-40 { width:40%;}

ol.songlist{
	margin-top:0px;
	margin-bottom:0px;
	/*padding:0px;*/
}
.songlist li {
	/*margin:0px;*/
	padding:0px;
	height:37px;
	border-bottom:#999 dotted 1px;
	vertical-align:bottom;
	line-height:37px;
}
table.livesche {/*border-collapse:collapse;*/}
.livesche td { padding:20px; font-size:80%; line-height:180%;}
td.item { background: url(../img/tableitembg.png); width:13%; text-align:center; color:#FFF;text-shadow:0 1px 0 #333;}
td.tblbody { background: url(../img/tablebg.png); width:29%;}


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

