/* NWR-000 CSS*/
/* music */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	border: 0;
}


body {
	width: 100%;
	font-size: 90%;
	font-family: "ƒqƒ‰ƒMƒm Pro W3", "Hiragino Kaku Gothic Pro", "MS@PƒSƒVƒbƒN", sans-serif;
	line-height: 1.5em;
	color: #555555;
	background-color: #000000;
	text-align: center;
}

footer,header{
	display: block;
}

p{
	padding: 5px 0;
}

ul{
	list-style: none;
}

a:link{
	color: #2e81f0;
	text-decoration: none;
}

a:hover{
	color: #2e81f0;
	text-decoration: underline;
}

a:visited{
	color: #2e81f0;
	text-decoration: none;
}


/* ƒgƒbƒvƒy[ƒW */

#wrapper{
	width: 100%;
	background: #ffffff;
}

#contents{
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	overflow: auto;
	width: 860px;
}

#contents p{
	text-align: left;
}

#contents img{
	margin: 10px 10px 10px 0;
	float: left;
}

#contents h2{
	margin: 10px 0;
	font-size: 180%;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

#contents h3{
	clear: both;
	margin-top: 20px;
	color: #000000;
	text-align: left;
	
}

#header{
	background-color: #000000;
	width: 860px;
	margin: 0 auto 10px auto;
	padding-top: 10px;
	text-align: left;
}

h1{
	display: none;
}

#wrapper a{
	background: url(./img/link_arrow.gif) left center no-repeat;
	padding-left: 15px;
}

ul#play_list{
	margin-left: 40px;
}

ul#play_list li {
	float: left;
	margin: 5px;
}

#to_musiclist{
	display: block;
	clear: both;
	margin-bottom: 20px;
}

#footer{
	clear: both;
}

small{
	color: #cccccc;
	font-style: normal;
	display: block;
	margin: 10px 0;
}
