/* CSS Document */
*{
margin:0;
padding:0;
zoom:1; /*IE BUG for ul numbers*/
}

html{
height:100%;
/*min-height:100%;*/
}

body{
padding:0px;
	margin:0px auto;
	background-color:#000;
	font-family:sans-serif;
	font-size:80%;
	height: 100%;
background-image: url(images/bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

/*IE BUG for ul numbers*/
ul,ol,li{zoom:normal;} 

/*A*/
a{
	color:#000000;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
margin: 0 auto;
height:100%;
min-height: 100%;
text-align:center;
}

body > #wrapper{
height:auto;	
}

/*CONTAINER*/
div#container{
	width:1053px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
text-align:left;
background-image: url(images/bk.jpg);
background-repeat: no-repeat;
background-position:center top;
}


div#header{
	width:850px;
	height:320px;
	background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-position: top center;
position:relative;
left:101px;
}
			

div#main{
width:850px;
position:relative;
top:0px;
left:101px;
padding-bottom:50px;
}

/*CD SPECS*/
.p{
float:left;
width:325px;
margin:5px;
margin-left:10px;
text-align:center;
}

.e{
float:right;	
	width:510px;
	margin-top:5px;
}

.exp{
font-size:1em;
line-height:1.5em;
margin-top:20px;
}

.reserve{
position:relative;
display:block;
width:96px;
left:380px;
top:-160px;
}

/*CD Tracks*/

.track{
width:800px;
position:relative;
left:25px;
}

.no{
width:260px;
font-size:1em;
line-height:1.5em;
margin-left:5px;
float:left;
padding-bottom:10px;
}

/* for width longer*/
.no2{
width:400px;
font-size:1em;
line-height:1.5em;
margin-left:5px;
float:left;
padding-bottom:10px;
}

p.track_title{font-size:2em; line-height:1em;}


.cast{
width:800px;
position:relative;
left:25px;
}

.twitterbird{
	width:51px;
	position:relative;
	left:720px;
	top:-150px;
}

.select_cast{
	width:492px;
	position:relative;
	left:290px;
	top:-110px;
	}

.select_cast img{
	margin-left:3px;
}

#select{
  margin: 0;
  padding: 0;
  width:530px;
}

#select ul{
  list-style-type: none;
}

#select li{
  float: left;
  width: 66px;
}


.exp_cast{
	position:relative;
	top:-100px;
font-size:1em;
line-height:1.5em;
}

/*CAST Inyerview PARTS*/
.personal{width:800px;
position:relative;
left:25px;
top:-90px;
}

hr{border:none;
border-top:dashed 1px #000;
height:1px;
color:#fff;
width:100%;
margin:5px 0 5px 0;
}
.name{margin:5px; padding-bottom:10px;}
.photo{width:380px; padding:5px;}
.quetion{width:800px; font-size:1.2em; line-height:1.5em; margin-top:5px;}
.answer{width:800px ;font-size:1.2em; line-height:1.5em; margin-top:5px; color:#C00; margin-left:10px;}

div.clear{
	clear:both;
}



div#footer{
	width:1053px;
	height:170px;
	position:relative;
	top:0px;
	background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
	margin-bottom:0px;
}


div#footer .copyrights{
position:relative;
top:50px;
text-align:center;
}
