@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 150%;
	background-color: #23282d;
}
#Container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}



/* HEADER */
#HeaderContents {
	width: 760px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}
#HeaderLeft {
	width: 280px;
	float: left;
}
#HeaderRight {
	width: 410px;
	float: right;
	height: 80px;
}
#MainLogo {
	width: 280px;
	height: 85px;
	background-image: url(images/logo_uramyx.gif);
}
#MainLogo h1 {
	margin:0;
	font-size:1px;
	text-indent:-99999px;
	line-height:0;
	overflow: hidden;
}
#DAXLogo {
	width: 75px;
	height: 30px;
	background-image: url(images/logo_dax.gif);
	float: right;
}
#DAXLogo h3 {
	width: 75px;
	height: 30px;
	margin:0;
	font-size:1px;
	text-indent:-99999px;
	line-height:0;
	overflow: hidden;
}
#ArtistLogo {
	width: 410px;
	height: 25px;
	background-image: url(images/logo_redsoundgrinddisco.gif);
	margin-top: 25px;
	float: right;
	clear: both;
}
#ArtistLogo h2 {
	margin:0;
	font-size:1px;
	text-indent:-99999px;
	line-height:0;
	overflow: hidden;
}


/* BODY */
#BodyContents {
	width: 800px;
	height: 530px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#BodyLeft {
	width: 450px;
	float: left;
	height: 530px;
}
#BodyRight {
	width: 340px;
	float: right;
	height: 530px;
}
#BodyLSub {
	width: 450px;
	height: 380px;
}
#BodyLSubL {
	width: 220px;
	float: left;
}
#BodyLSubR {
	width: 220px;
	float: right;
}
#BodyProfile {
	width: 450px;
	height: 150px;
	clear: both;
	background-image: url(images/bg_profile.gif);
	
}
#BodyProfile p{
	width: 420px;
	height: 120px;
	margin: 0;
	padding: 15px;
}
#ArtistImg {
	width: 220px;
	height: 340px;
}
#MySpace {
	width: 120px;
	height: 16px;
	background-image: url(images/myspace.gif);
	margin-top: 10px;
	margin-bottom: 14px;
	margin-right: 5px;
	margin-left: 5px;
}
#MySpace p {
	width: 120px;
	height: 16px;
	margin:0;
	font-size:1px;
	text-indent:-99999px;
	line-height:0;
	overflow: hidden;
}
#FLVPlayer {
	width: 320px;
	height: 260px;
	background-image: url(images/bg_player.gif);
	padding: 10px;
}
#Caption {
	width: 340px;
	height: 90px;
	margin-bottom: 10px;
	background-image: url(images/caption.gif);
}
#Caption p{
	margin:0;
	font-size:1px;
	text-indent:-99999px;
	line-height:0;
	overflow: hidden;
}
#CDarea {
	width: 340px;
	height: 110px;
	float: right;
	clear: both;
	background-image: url(images/bg_cdarea.gif);
	background-repeat: no-repeat;
}
#CDImg {
	width: 110px;
	float: right;
}
#CDInfo {
	width: 190px;
	height: 50px;
	background-image: url(images/cd_cap.gif);
	float: left;
	margin-top: 60px;
	margin-right: 10px;
	margin-left: 30px;
}
#CDInfo p {
	margin:0;
	font-size:1px;
	text-indent:-99999px;
	line-height:0;
	overflow: hidden;
}
#CDStore {
	width: 290px;
	height: 31px;
	margin-top: 9px;
	clear: both;
	float: right;
}
#CDAmazon {
	width: 88px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
#CDHMV {
	width: 88px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
#CDTower {
	width: 88px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

/* FOOTER */
#FooterCredit {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
	background-image: url(images/credit.gif);
	margin-top: 50px;
	margin-bottom: 10px;
}
#FooterCredit p {
	margin:0;
	font-size:1px;
	text-indent:-99999px;
	line-height:0;
	overflow: hidden;
}
		
