body {
	font-size: 12px;
	margin-top: 0px;
	padding: 0px;
	float: none;
	background-color: white;
	background-image: url('./imgs/back.jpg');
	background-position:left top;
	background-attachment: fixed;
	color:white;
}

a {
	color: yellow;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: red;
	text-decoration: none;
	margin: 0px;
}

div#dummy, div#main{
	left:0;
}


div#dummy{
	position:absolute;
	height:6500px;
	z-index:1;
	width:100%;
	color:transparent;
}

div#caption{
	position:fixed;
	width:6500px;
	height:50px;
	z-index:2;
	left:-6500px;
	top:50%;
	margin:-225px 100% 0 0;
}

div#main{
	position:fixed;
	width:6500px;
	height:400px;
	z-index:2;
	left:0;
	top:50%;
	margin:-175px 100% 0;
}


div#title{
	width: 900px;;
	height: 250px;
	color:transparent;
	float:left;
	position:absolute;
	left:50%;
	top:50%;
	margin:-125px 0 0 -450px;
}

div#title span{
	display: block;
	width:100%;
	height:100%;
	background-image:url('imgs/title.png');
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;

}




* html div#main, * html div#title, * html div#caption, * html div#dummy{
	display:none;
}






div.captiontitle{
	width:950px;
	height:50px;
	float:right;
	margin:0 125px;
	background-color:rgba(0,0,0,0.85);
	background-color:#222222\9;
}




h2 {
	width:450px;
	height:50px;
	margin:0;
	padding:0;
	font-size:1pt;
	color:transparent;
	overflow:hidden;
}

h2 span{
	display: block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	position:relative;
	top:0;
	left:0;
}

div.contents{
	width:1000px;
	margin:0 100px;
	float:left;
}


div.column{
	width:450px;
	margin:0 25px;
	float:left;
}

div.column:after{
	clear:both;
}


p{
	padding:0;
	margin:20px 0;
	letter-spacing:0.1em;
	line-height:1.8em;
}

p span{
	padding:2px;
	background-color:rgba(0,0,0,.85);
	background-color:#222222\9;
}

span#produce{color:orange;}
span#arrange{color:deepskyblue;}
span#vocal{color:deeppink;}
span#illust{color:lime;}
span#design{color:magenta;}
span#origin{color:lightgrey;}

div#soundcloud{
	width:900px;
	margin:20px 0 0 0;
	padding:10px 25px;
	background-color:rgba(0,0,0,.85);
	background-color:#222222\9;
}

div.jacket{
	width:400px;
	height:400px;
	float:left;
}
div.jacket img{
	margin:50px;
	width:300px;
	height:300px;


}

div#advertise{
	width:600px;
	float:left;
	margin:50px 0;
}
div#bookmarklet{
float:left;
}



div#footer{
	width: 1000px;
	height:400px;
	position:absolute;
	left:50%;
	bottom:100px;
	background-color:rgba(00,00,00,.85);
	background-color:#222222\9;
	color: white;
	margin-left:-500px;
}

div#bodyIE{
	display:none;
}


* html div#bodyIE{
	display: block;
	position:absolute;
	text-align:center;
	font-size:12px;
	width:600px;
	height:400px;
	left:50%;
	top:50%;
	margin: -250px 0 0 -300px;
	padding: 50px 0 0;
	background-color:white;
}


@media screen and (max-device-width: 480px) {
	div#caption {
		left:0;
		float:left;
	}
}