@charset "UTF-8";
/* CSS Document */

html{
	background:#000; 
	font-size:12px;
	overflow-y:scroll;
	}
body{
	background:#000;
	color:#dedede;
	font-size:75%;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
	}
#container{
	 }
#main{
	background:url(../images/BG_abv.jpg) no-repeat;
	margin:0 auto;
	width: 1024px;
	height: 768px;
	}
#title{
	position:relative;
	top:229px;
	left:81px;
	height:231px;
	width:569px;
	}
#cdjacket{
	width:172px;
	}
#contents{
	background:#000;
	position:relative;
	top:278px;
	left:50px;
	width:974px;
	}
#cdtext{
	width:320px;
	padding-left:16px;
	font-size:140%;
	margin-top:22px;
}
#cdtext ul li{
	line-height:22px;
}
#kochira{
	width:416px;
}
/* CD情報のポップアップ */
#contents #cdtext ul li#pop{
	height:47px;
	font-size:90%;
	background:url(../images/pop.jpg) no-repeat;
	margin-top:5px;
	padding: 15px 0 0 65px;
}
#contents #cdtext ul li#pop a{
	font-size: 100%;
	color:#33CCFF;
	}
#shop{
	width:700px;
	height:56px;
	margin-top: 12px;
	font-size:120%;
	letter-spacing:1px;
	font-weight:bold;
	}
#itaku{
	width:700px;
	height:56px;
	margin-top: 30px;
	font-size:120%;
	letter-spacing:1px;
	font-weight:bold;
	}
#shopban{
	width:190px;
	}
#shoplist{
	width:510px;
	}
#shoplist a{
	color:#fff;
}
#shoplist a:hover{
	color:#33CCFF;
}
#footer{
	background:url(../images/iosyslogoBG.jpg) right bottom no-repeat;
	margin-top:18px;
	width:200px;
	height:50px;
	}
#footer p{
	padding-top:20px;
	}
#footer a{
	color:#fff;
	font-size:120%;
}

/* フロート */
.fl_left{
	float:left;
	}
.fl_right{
	float:right;
	}
.fl_clear{
	clear:both;
	}