/* Vol */
div.vol
{
	margin: 20px 0px 40px 0px;
	padding: 0px;
	float: left;
	clear: both;
}

div.vol ul
{
	margin: 0px;
	padding: 0px;
}

div.vol li
{
	float: left;
	display:inline;
	list-style-type: none;
	margin: 0px 3px 3px 1px;
}

div.vol a
{
	letter-spacing:1px;
	color: #009900;
	display: block;
	width: 36px;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-color: #CCFFCC;
	border-top: 1px solid #99CC99;
	border-right: 2px solid #006600;
	border-bottom: 2px solid #006600;
	border-left: 1px solid #99CC99;
}

div.vol a:hover
{
	color: #FFFFFF;
	background-color: #009900;	
}

/* 曲目リスト部分 */
div.list
{
	clear: both;
	margin:20px 0px 15px 0px;
	padding:0px;
	width: 96%;
}


div.list h3
{
	font-size:12px;
	color:#009900;
	background: url(../images/bg_title.jpg) repeat-x left bottom;
	border-top: 1px solid #009900;
	border-bottom: 2px solid #006600;
	border-left: 8px solid #009900;
	border-right: 2px solid #006600;
	margin: 0px 0px 5px 105px;
	padding: 8px 0px 7px 12px;
}

div.list .header
{
	padding:0px;
	margin: 0px;
 width: auto;	
}

/* mixcdのFlash Player制御 */
div.list .FlashPlayer
{
	float:left;
	clear:left;
	margin-bottom: -15px;
}

div.list .header h3#test
{
	font-size:12px;
	color:#009900;
	background: url(../images/bg_title.jpg) repeat-x left bottom;
	border-top: 1px solid #009900;
	border-bottom: 2px solid #006600;
	border-left: 8px solid #009900;
	border-right: 2px solid #006600;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 12px;
	margin-left: 220px;
}

/* mixcdのorder */
div.list .header .ordertest a
{
	margin: 75px 0px 0px 10px;
	padding: 0px;
	float: right;
	height: 32px;
	width: 198px;
	background: url(../images/b_off_mixcd_order.jpg) no-repeat center;
	text-indent: -9999px;
}

div.list .header .ordertest a:hover
{
	background: url(../images/b_on_mixcd_order.jpg) no-repeat center;
}

/* div.list .header  p.copy
{
	font-size:11px;
	color: #666666;
	padding: 5px;
	margin-top: 10px;
	line-height: 125%;
	clear: both;	
}
*/


/* mixcdのSleeve制御 */
div.list img.cd
{
 float:left;
 clear:both;
 margin: 0px 0px -15px 0px;
}


/* mixcdのSound Player制御 */
div.list .player
{
 float:left;
 margin: 20px 0px 0px 10px;
}



/* mixcdのorder */
div.list .order a
{
	margin-top: 15px;
	background: url(../images/b_off_mixcd_order.jpg) no-repeat center;
	text-indent: -9999px;
	padding: 0px;
	float: right;
	height: 32px;
	width: 198px;
}


div.list .order a:hover
{
	background: url(../images/b_on_mixcd_order.jpg) no-repeat center;
	text-decoration: none;
}



/* 曲目用テーブル */
table.mixcd
{
	padding: 0px;
	margin: 0px 10px 5px 0px;
	width: 100%;
	clear: both;
	border-collapse:collapse;
	border-top: 1px solid #FF9966;
	border-right: 2px solid #CC6633;
	border-bottom: 2px solid #CC6633;
	border-left: 1px solid #FF9966;
}

table.mixcd caption
{
	margin: 0px;
	padding-bottom: 10px;
	font-size:12px;
	color:#009900;
	letter-spacing: 2px;
	text-align: right;
}

table.mixcd caption#test
{
	margin-left: 225px;
	padding-bottom: 15px;
	font-size:12px;
	color:#009900;
	letter-spacing: 2px;
	text-align: left;
}

table.mixcd th
{
	font-size:12px;
	color:#666666;
	font-weight: normal;
	letter-spacing: 1px;
	border-right: 1px solid #FF6600;
	border-bottom: 1px dashed #FF9966;
	text-align: center;
	padding: 3px;
	background: #FFCC99;
}

table.mixcd td
{
	font-size:12px;
	color: #666666;
	letter-spacing:1px;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px dashed #FF9966;
	border-right: 1px solid #FF6600;
	text-transform:capitalize;	
}

/* 視聴用部分 */
table.mixcd tr.sample
{
	background-color: #CCFFCC;
}


/*　ページ上部にあったフラッシュ位置制御(2007.0710未使用) */
div#flash dl
{
	margin: 10px 0px;
	padding: 0px;
}

div#flash dt
{
 float:left;
}

div#flash dd
{
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 0px 400px;
	letter-spacing: 1px;
}
