body{
	background-color: #180E24;
	background-attachment: fixed;
	background-repeat: repeat-y;
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */

	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-weight: normal;
}
.bar_img_l{
	top: -30px;
	left: 50%;
	height: 1362px;
	width: 250px;
	margin-left: -820px;
	position: fixed;
	float: left;
}
.bar_img_r{
	float: left;
	top: -30px;
	height: 1362px;
	width: 250px;
	margin-left: 560px;
	left: 50%;
	position: fixed;
}
img{
	border: none;
}
.title_contents{
	position: static;
	width: 1100px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;

}
hr{
	width: 75%;
	align: center;
	color: #af794b;
}
.notes{
	position: static;
	width: 1100px;
	height: 450px;
	margin: 0 auto;
	text-align:-moz-center; /*FF*/
	text-align:center; /*IE */
	color: #AF794B;
	font-size: 80%;
	
	padding-top: -20px;
}
.music_box{
	position: static;
	width: 1100px;
	height: 400px;
	background-image: url("./img/bg_liner.png");
	background-repeat: no-repeat;
	margin: 30px;
	margin-top: -70px;
	text-align: center;
}
.music_box_wide{
	position: static;
	width: 1100px;
	height: 600px;
	background-image: url("./img/bg_liner.png");
	background-repeat: no-repeat;
	margin: 30px;
	margin-top: -70px;
	text-align: center;
}

.music_title{
	position: absolute;
	width: 700px;
	height: 50px;
	left: 25%;
	margin-top: 50px;
	text-align: left;

	color: #AF794B;
	font-size: 150%;
	font-weight: bold;
}
.music_body{
	position:absolute;
	width: 800px;
	height: 250px;
	left: 50%;
	margin-top: 70px;
	margin-left: -400px;
	padding-top: 20px;
	text-align: left;

	color: #AF794B;
	font-size: 80%;
}