@charset "UTF-8";
* { margin : 0 ; padding : 0 ; }
body { 
text-align: center; /* center on ie */
width: 100%;
height: 100%;
font-size: 0.75em;
color:#000;
line-height: 1.4em;
font-family:"Meiryo","DFP太丸ゴシック体","ヒラギノ丸ゴ pro W4","ＭＳ Ｐゴシック",sans-serif,"Osaka‐等幅";
background-color: #fff;
background-image:url(http://stancepunks.com/css/15sp.css);
background-repeat: repeat-x;
background-position: center bottom;
}

a img {
border: none;
}

a:link {color: #2a7fd6;text-decoration:underline;}
a:visited {color: #2a7fd6;text-decoration:underline;}
a:hover { color: #c0c0c0;text-decoration:underline;} 
a:active { color: #2a7fd6;text-decoration:underline;}  

#castinfo_text a {color:#ffea00;text-decoration:underline;}
#castinfo_text a:link {color:#ffea00;text-decoration:underline;}
#castinfo_text a:visited {color:#ffea00;text-decoration:underline;}
#castinfo_text a:hover {color:#ffea00;text-decoration:underline;}
#castinfo_text a:active {color:#ffea00;text-decoration:underline;}


li {
margin: 0px 3px 0px 0px;
display: inline;
}


hr{
margin:30px 0 30px 0;
width:100%;
}

 
#content { 
 margin: 0 auto;  
 padding: 0px 0px 0px 0px; 
 width : 980px ;
 }

#content-inner { 
 margin: 0 auto;   
padding: 0px 10px 0px 10px; 
text-align: left;
width : 960px ;
 float:left;
}

header { 
 margin: 0px 0px 0px 0px; padding: 0px;
 width : 960px;
 height: 230px;
clear:both;
 }
 
 #sns{
 margin: 0px 5px 5px 5px; padding: 0px;
 width:950px;
 height:20px;
 }
 #button{
 margin: 0px 0px 0px 0px; padding: 0px;
 width:165px;
 height:20px;
  float:left;
 }
 #button1{
 margin: 0px 0px 0px 0px; padding: 0px;
 width:100px;
 height:20px;
  float:left;
 }
 #home{
 margin: 0px 0px 0px 0px; padding: 0px;
 height:20px;
 float:right;
 }

 .spimg{
 margin: 0px 0px 10px 0px; padding: 0px;
 width : 960px;
clear:both;
 }
 .pr{
  float:left;
 margin: 0px 5px 10px 5px;
 }
 
#spcomments{
 margin: 10px 0px 0px 0px; padding: 0px;
 width : 960px;
clear:both;
 }
 
 #movie { 
 margin: 15px 0px 10px 0px; padding: 0px;
 width : 960px;
 height:267px;
clear:both;
 }
 
 #youtube1 { 
 padding:0 0 0 59px;
 width : 416px;
 height:267px;
 background:#000;
 float:left;
 }
 #youtube2 { 
 width : 475px;
 height:267px;
 background-image:url(../img/soon.png);
 float:right;
 }

#commentslist{
 margin: 0px 0px 10px 0px;
 padding: 0px 0px 0px 0px;
 width : 320px;
 float:left;
}


.comment{
 margin: 0px 0px 10px 0px;
 padding: 10px 10px 10px 10px;
 width : 300px;
background-color: #fff;
background-image:url(../img/skull.png);
background-repeat: no-repeat;
background-position: center center;
 float:left;
}

.name{
margin: 5px 0px 0px 0px;
color:#ED1C24;
font-size:1.5em;
line-height: 1.2em;
font-weight:bold;
}

.kaito{
margin: 0px 0px 0px 0px;
float:left;
}

.link{
margin: 0px 0px 0px 0px;
clear:both;
}

.space{
margin: 0px 0px 6px 0px;
}

#footer {
 margin: 0 auto;
 height: 10px;
 padding:50px 0 8px 0;
 clear : both ;
 color:#ED1C24;
 }
 
footer { 
 margin: 0 auto;
 padding:20px 0 20px 0;
background-color: #ED1C24;
clear:both;
 }
 
#page-top {
	position: fixed;
	bottom: 30px;
	margin-left: 340px;
}

#page-top a {
	width: 45px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#page-top a:hover {
	background-image: url(../img/backto.png);
}

/* arrow icon (span tag) */
#page-top span {
	width: 45px;
	height: 152px;
	display: block;
	margin-bottom: 7px;
	background:  url(../img/back.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#page-top a:hover span {
	background-image: url(../img/backto.png);
}