@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bg.gif) repeat-x top left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:16px;
	color:#777777;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear:both;
}

#bgbox {
	background:url(images/bg_logo.gif) no-repeat top center;
	width:100%;
	min-width:904px;
	margin:0;
	padding:0;
}

* html #bgbox {
width:expression(document.body.clientWidth < 904? “904px” :
document.body.clientWidth > 100? “100%” : “auto”);
}

#wrap {
	width:904px;
	margin:0 auto;
	padding-top:106px;
}

h1 {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	width:904px;
	height:257px;
}
h2 {margin:0;padding:0;}
h3 {margin:0;padding:0;}

#content {
	width:840px;
	padding:0 32px;
}

.vol6 {
	background:url(images/vol6_bg.gif) repeat-y center top;
	margin-bottom:20px;
}
.vol5 {
	background:url(images/vol5_bg.gif) repeat-y center top;
	margin-bottom:20px;
}
.vol4 {
	background:url(images/vol4_bg.gif) repeat-y center top;
	margin-bottom:20px;
}
.vol3 {
	background:url(images/vol3_bg.gif) repeat-y center top;
	margin-bottom:20px;
}
.vol2 {
	background:url(images/vol2_bg.gif) repeat-y center top;
	margin-bottom:20px;
}
.vol1 {
	background:url(images/vol1_bg.gif) repeat-y center top;
	margin-bottom:20px;
}

.vol6 .rec {color:#e48c02;margin:0 0 10px 0; width:500px;}
.vol5 .rec {color:#e48c02;margin:0 0 10px 0; width:500px;}
.vol4 .rec {color:#242f8a;margin:0 0 10px 0; width:500px;}
.vol3 .rec {color:#43a4b7;margin:0 0 10px 0; width:500px;}
.vol2 .rec {color:#5ea139;margin:0 0 10px 0; width:500px;}
.vol1 .rec {color:#efa1a5;margin:0 0 10px 0; width:500px;}

.btn a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.mgn_t13 {margin-top:13px;}
.mgn_t20 {margin-top:20px;}

p {
	margin:0;
	padding:0;
}

.txt {
	padding:0 38px;
	margin-bottom:20px;
}
.txt_s {
	color:#b0b0b0;
	font-size:10px;
}
.photoandsongs {
	padding:0 38px;
}
.jacket {
	float:left;
	display:inline;
	width:230px;
	text-align:left;
}
.songs {
	float:right;
	width:534px;
	display:inline;
	text-align:left;
}

.date {
	color:#ff6f6f;
}
.price {
	font-size:24px;
	font-weight:bold;
	line-height:29px;
}

#footer {
	padding:20px 0 0 0;
	border-top:#666666 solid 1px;
	margin-bottom:50px;
}

#footer a {
	margin-right:20px;
}

.copyright {
	margin-top:15px;
	text-align:center;
}