@charset "Shift-JIS";
/**********************************************************************
**********************************************************************/


/* -----------------------------------------------
タグ初期化
------------------------------------------------- */
body, div, p, ul, li, dl, dt, dd, img, a, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
	vertical-align:top;
}

ul, dl, ol {
	list-style-type:none;
}

strong {
	font-weight:normal;
}

address {
	font-style:normal;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}


/* -----------------------------------------------
汎用クラス
------------------------------------------------- */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearer    {clear: both;}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
 text-decoration:none;
	color:#333;
	outline:none;
}

a:hover {
 text-decoration:underline;
}


/* -----------------------------------------------
コンテンツ
------------------------------------------------- */
div#wrapper {
	color:#333;
	padding:30px 0px;
}

div#contents {
	width:949px;
	background:url(../images/bg.jpg) left top no-repeat;
	border:1px #DFDFDF solid;
	border-width:0px 1px;
	margin:0px auto;
  padding: 0 0 40px;
}

div#contents div#top {
	height:448px;
	position:relative;
}

div#contents div#top p#txt1 {
	position:absolute;
	left:42px;
	top:0px;
}

div#contents div#top p#txt2 {
	position:absolute;
	left:39px;
	top:342px;
}

div#contents div#top h1 {
	position:absolute;
	left:30px;
	top:53px;
}

div#contents div#top div#release {
	position:absolute;
	left:764px;
	top:0px;
}

div#contents div#top div#release p {
	margin-bottom:10px;
}

div#contents ul#song {
	height:260px;
	position:relative;
}

div#contents ul#song li {
	display:none;
	position:absolute;
	line-height:100%;
}

div#contents ul#song li a {
	position:relative;
	left:10px;
	top:2px;
}

div#contents ul#song li#song1 {	left:42px;	top:36px; }
div#contents ul#song li#song2 {	left:42px;	top:68px; }
div#contents ul#song li#song3 {	left:42px;	top:100px; }
div#contents ul#song li#song4 {	left:42px;	top:132px; }
div#contents ul#song li#song5 {	left:42px;	top:164px; }
div#contents ul#song li#song6 {	left:42px;	top:196px; }
div#contents ul#song li#song7 {	left:453px;	top:36px; }
div#contents ul#song li#song8 {	left:453px;	top:68px; }
div#contents ul#song li#song9 {	left:453px;	top:100px; }
div#contents ul#song li#song10 {	left:453px;	top:132px; }
div#contents ul#song li#song11 {	left:453px;	top:164px; }
div#contents ul#song li#song12 {	left:453px;	top:196px; }

div#contents div#profile {
	padding:0px 40px;
}

div#contents div#profile p#artistImg {
	width:129px;
	float:left;
}

div#contents div#profile div {
	width:715px;
	float:right;
}

div#contents div#profile div h3 {
	margin-bottom:25px;
}

div#contents div#profile div p {
	line-height:130%;
}

div#contents div#profile div p a {
	display:block;
	color:#E31C85;
	margin-top:20px;
}


div#footer {
	border-top:1px #DFDFDF solid;
	padding-top:15px;
}

div#footer div {
	width:949px;
	margin:0px auto 0px auto;
}

div#footer div p {
	background:url(../images/icon_arrow.gif) left 3px no-repeat;
	float:left;
	line-height:100%;
	margin-right:20px;
	padding-left:15px;
}

div#footer div p#copy {
	background:none;
	float:right;
	margin-right:0px;
}


.cfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cfix {
  display: inline-table;
  min-height: 1%;
}
* html .cfix {
  height: 1%;
}
.cfix {
  display: block;
}
#disco {
  background: #EE97BA;
  padding: 25px 0;
}
#disco h3 {
  margin: 0 auto;
  position: relative;
  width: 950px;
}
#disco h3 img {
  position: absolute;
  top: -51px;
  left: -34px;
}
#disco ul {
  margin: 0 auto;
  width: 950px;
}
#disco li {
  color: #FFF;
  float: left;
  width: 316px;
}
#disco .pct {
  float: left;
  padding: 0 12px 0 0;
  width: 150px;
}
#disco .date,
#disco .num {
  font-size: 13px;
  line-height: 1.4;
}
#disco h2 {
  font-size: 200%;
  font-weight: bold;
  padding: .3em 0;
}
#disco .move {
  padding: .7em 0;
}
#disco .move a {
  color: #FFE426;
  font-size: 13px;  
}