/****************************************
	title
 ****************************************/

h1{
	width:940px;
	height:27px;
	background-image:url(img/title.gif);
}

#listen{
	margin:0 0 5px;
	height:25px;
}

#sug_listen{
	margin:-5px 0px 0px 5px;
	height:20px;
}

/****************************************
	submenu
 ****************************************/

ul#submenu a{
	height:16px;
}

ul#submenu li.submenu01 a{
	width:133px;
	background-image:url(img/submenu01.gif);
}

ul#submenu li.submenu02 a{
	width:67px;
	background-image:url(img/submenu02.gif);
}

ul#submenu li.submenu03 a{
	width:73px;
	background-image:url(img/submenu03.gif);
}

ul#submenu li.submenu04 a{
	width:40px;
	background-image:url(img/submenu04.gif);
}

ul#submenu li.submenu05 a{
	width:67px;
	background-image:url(img/submenu05.gif);
}

/****************************************
	discography
 ****************************************/

h2{
	color:#FFF100;
	font-weight:bold;
	font-size:16px;
	margin: 5px auto;
}

.jacket{
	width:160px;
	padding:10px;
	border-width:3px;
	border-style:solid;
	background-color:#FFF;
	margin-right:14px;
	float:left;
}

.jacket img{
	display:block;
	margin:5px auto 10px;
}

.jacket .info{
	color:#000;
}

.detail{
	width:540px;
	float: left;
}

/****************************************
	discography colors
 ****************************************/

div.new .jacket{
	border-color:#FF7700;
}

div.new .cd_notes,
div.new .line{
	color: #FF7700;
}

div.single .jacket{
	border-color:#FF2CA4;
}

div.single .cd_notes,
div.single .line{
	color: #FF2CA4;
}

div.album .jacket{
	border-color:#00BB40;
}

div.album .cd_notes,
div.album .line{
	color: #00BB40;
}

div.dvd .jacket{
	border-color:#FF000D;
}

div.dvd .cd_notes,
div.dvd .line{
	color: #FF000D;
}

div.other .jacket{
	border-color:#00C1FF;
}

div.other .cd_notes,
div.other .line{
	color: #00C1FF;
}

.sold{
	color: #F00;
}

.ban2 {
	color:#000;
	font-size : 11px;
	border : 1px solid #6FF;
	padding:1px;
	width: 110px;
	background-color: #00F;
}

.ban2 a{
	color: #AAA;
	text-decoration: none;
}