@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	background-image: url(../images/texture.png);
	font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 79%;
	color: #333;
}

a{
	color: #666;
	text-decoration: underline;
}

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

hr{
	display: block;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
	width: 350px;
	margin: 13px 0 2px 0;
}

table{
	width: 700px;
	margin: 20px 0px 20px 20px;
}

tr{
	border-bottom: 1px #ccc solid;
	height:3em;
}


#header{
	width: 100%;
	height: 750px;
	background: url(../images/backsky.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

	#head_home {
		width: 100%;
		height: 750px;
		background: url(../images/backhome.png) no-repeat fixed;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
	
	#head_cloud{
		width: 100%;
		height: 750px;
		background: url(../images/head_cloud.png) no-repeat fixed;
		background-position-x: center;
	}
	
	#head_flower{
		margin: 0 auto;
		width: 860px;
		height: 750px;
		background-image: url(../images/head_flower.png);
	}
	
	#head_miku{
		margin: 0 auto;
		width: 860px;
		height: 750px;
		background: url(../images/head_miku.png) no-repeat;
	}
	
	#head_title{
		width: 860px;
		height: 750px;
		background-image: url(../images/head_title.png);
	}
	
	#head_shadow{
		width: 100%;
		height: 30px;
		background-image: url(../images/head_shadow.png)
	}
	
	#head_cloth{
		background: url(../images/head_cloth.png) no-repeat top right;
		height: 750px;
		width: 100%;
	}
	
	#head_player{
		position: absolute;
		width: 860px;
		margin: 0 auto;
		text-align: center;
		top: 670px;
	}

#contents{
	margin: 0 auto;
	width: 860px;
	background-image: url(../images/main_shadow.png);
	z-index: 2000;
	font-size: 94%;
}

	#cont_jacket{
		float: left;
		margin-top: 30px;
		padding: 0 30px 0 60px;
	}
	
	#cont_gaiyou{
		padding: 30px 0 30px 0;
	}
		#cont_gaiyou p{
			margin-top: 10px;
			line-height: 1.7em;
		}
		
	
		#cont_hanpu dl{
			padding: 13px 0px 10px 10px;
		}
		
		#cont_hanpu dt{
			float: left;
			font-weight: bold;
			width: 80px;
		}
		
		#cont_hanpu ul{
			margin-top: -10px;
			left: 50px;
		}
		
		#cont_hanpu li{
			display: inline;
		}
		
	
	#cont_shop li{
		float: left;
		margin: 20px;
	}
	
	
	#cont_tracklist{
		clear: both;
	}
	
		.trfoot {
			border-bottom: 0px;
		}
		
		.trackno{
			text-align: center;
			width: 80px;
		}
		
		.trackname{
			font-weight: bold;
			width: 290px;
			color: #336;
		}
		
		.trackinfo{
			width: 140px;
		}
		
			.trackname img{
				display: inline-table;
				margin-left: 10px;
				vertical-align: middle;
			}
		
		.trSHeight{
			height: 15em;
		}
		
		.credit_job{
			width: 300px;
		}
		
		.credit_name{
			color: #336;
			width: 210px;
			font-weight: bold;
		}
	
	#cont_banner{
		padding-bottom: 50px;
	}
		.banner{
			margin: 40px 20px 20px 20px;
			display: block;
		}

	

#footer{
	background: url(../images/foot.png) no-repeat;
	width: 860px;
	margin: 0 auto;
	padding: 40px 0 100px 0;
	text-align: center;
	color: black;
	text-shadow: 0px 1px 0px #777;

}

.article{
	margin: 0 0;
	padding: 50px 60px 0 60px;
}

.hidden{
	visibility: hidden;
}

.clear{
	clear: both;
}

.nobanner {
	text-align: center;
	width: 200px;
	height: 40px;
	border: 1px solid #000;
}

.nobanner p {
	line-height: 40px;
}
