@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}



body{
	font-size: medium;
	line-height: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #000;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
}

p{
	margin:10px auto;
}

img, a img{
	border:0;
}
	
a, a:link, a:active, a:visited{
	color:#3CF;
	text-decoration:none;
}

a:hover{
	color:#3CF;
	text-decoration:underline;
}

.clear{
	clear:both;
}

h1 {
	text-align:center;
	font-size: 20pt;
	color:#D62E3D;
	font-weight:bold;
	margin:15px 0px 5px 0px;
	line-height:150%;
}

h2 {
	text-align: center;
	font-size: 16pt;
	color: #FC0;
	font-weight: bold;
	margin: 30px auto 15px auto;
}

h3	{
	text-align: center;
	font-size: 15px;
	color: #666;
	margin: 5px 0;
}

.subtitle{
	text-align:left;
	font-size:14px;
	color:#666;
	font-weight:normal;
	margin:15px 0;
}



#wrap {
	width: 760px;
	margin: 0px 0px 0px auto;
}

#share {
	height: 50px;
	background-image: url(img/ppa.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 10px;
}

#header {
	width: 100%;
	text-align: left;
	background-position: center;
	background-repeat: no-repeat;
}

#main {
	padding:5px 30px;
	margin: 0px ;
	text-align:left;
}

.containts {
	margin:0 auto;
	padding: 10px 0px;
}

#sns {
	margin:0 auto;
	text-align:center;
	padding: 10px 60px;
}

#footer {
	height: 25px;
	color: #FFF;
	padding: 5px 40px;
	font-size: 11px;
	text-align: center;
	margin: 0;
}

#itnl {
	margin:50px auto;
	width: 564px;
}
.disc {
	float:left;
	width:345px;
	text-align:left;
}
.tracklist{
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	line-height: 120%;
}
