@charset "Shift_JIS";
/* CSS Document */

html, body {
	background-color: #535759;
}

/*　リンク　*/

a:link {
	color: #9ED1EA;
	text-decoration: none;
}
	
a:visited {
	color: #9ED1EA;
	text-decoration: none;
}
	
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	
a:active {
	color: #FFFFFF;
	text-decoration: none;
}



#wrapper {
	width: 560px;
	margin: 0 auto;
	padding: 20px;
}

#head {
	padding-bottom: 40px;
}

#jacket {
	float: left;
	width: 172px;
	padding: 0 40px 0 0;
}

#album {
	float: left;
}

/* title */
h1 {
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: 20px;
}

/* artist */
h2 {
	color: #FFF;
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 20px;
}

p {
	color: #E6E6E6;
	font-size: 14px;
	line-height: 1.75em;
	margin-bottom: 1em;
}

p.price {
	font-size: 13px;
	color: #C1C155;
	font-weight: bold;
	padding-bottom: 10px;
}
	p.price span {
		padding-left: 20px;
	}

p.data {
	padding: 8px;
	border: 1px solid #666;
	font-size: 11px;
}
