@charset "Shift_JIS";

/*
--------------------------------------------------
--------------------------------------------------*/

body {
	margin:0;
	padding:0;
	font:12px/1.5em Lucida Grande,Hiragino Kaku Gothic Pro,'qMmpS Pro W3',sans-serif,'lr oSVbN',sans-serif;
	text-align:center;
	color:#000;
    height:100%;
	position:relative;
	background:#fff;
}

a img{
	border:none;
}

#container{
		width:860px;
		margin:0 auto;
		padding:0;
		background:url(../images/bg.gif) 0 0 no-repeat;
}

#contents{
		width:100%;
		margin:0;
		margin:0;
}

h1 {
	position:relative;
	width:860px;
	height:146px;
	margin:0;
	padding:0;
}

h1 span{
		position:absolute; top:0; left:0;
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		display:block;
		background:url(../images/h1.gif) 0 0 no-repeat;
}
h2 {
	position:relative;
	width:860px;
	height:103px;
	margin:0;
	padding:0;
}

h2 span{
		position:absolute; top:0; left:0;
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		display:block;
		background:url(../images/h2.gif) 0 0 no-repeat;
}

h3 {
	position:relative;
	width:763px;
	height:28px;
	margin:0;
	padding:0;
	text-indent:-10000px;
}

h3 span{
		position:absolute; top:0; left:0;
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		display:block;
}

#tracklist h3{
		background:url(../images/tit_tracklist.gif) 0 0 no-repeat;
}
		
#download h3{
		background:url(../images/tit_download.gif) 0 0 no-repeat;
}

#cont{
		width:763px;
		margin:auto;
		text-align:left;
}


/*@TRACK LIST
---------------------------------------------------*/
#chakuuta {
	width: 763px;
	margin: 10px 0 30px;
	border-collapse: collapse;
}
#chakuuta tr {
	padding: 2px;
	background-color: #eee;
}
#chakuuta td {
	padding: 2px;
	font-size:10px;
}

#chakuuta th {
	font-size: 11px;
	text-align: center;
	background-color: #FFF;
	padding: 0 0 3px;
}

#chakuuta th#list-1 {
	width: 243px;
}
#chakuuta th#list-2 {
	width: 104px;
}
#chakuuta th#list-3 {
	width: 104px;
}
#chakuuta th#list-4 {
	width: 291px;
}

#chakuuta .vol {
	background-color: #f06578;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#chakuuta .mTitile {
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#chakuuta .sound {
	text-align: center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#chakuuta .kaisetsu {
	text-align: center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
}
#chakuuta .tieup {
	text-align: left;
	border-right: 1px solid #FFF;
	font-size: 11px;
	border-bottom: 1px solid #FFF;
}
#chakuuta .starts {
	text-align: center;
	border-right: 1px solid #FFF;
	color: #f06578;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}


#download img{
		float:left;
		margin:0 2px 2px 0;
		padding:0;
}



/* float clear
--------------------------------------------------*/

#download:after
	{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}


#download
{
	display:inline-block;
}

/*\*/

* html #download
{
	height:1%;
}


#download
 {
	display:block;
}
/**/


.reset {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	width:auto;
	height:1px;
	font-size:1px;
	line-height:1px;
	}


