@charset 'utf-8';
/*----------------------------------------------------グローバルCSS*/
/*------------------------------------global*/
html {
	margin: 0;
	padding: 0;
	overflow: scroll;
}
body {
	margin: 10px 0;
	padding: 0;
	background: #000000;
	font: normal 12px Arial, sans-serif;
	color: #ffffff;
	text-align: center;
}
form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display: none;
}
img {
	border: none;
}
ol,ul,dl,dt,dd,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF3366;
}
object {
	outline: none;
}
table {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table,tr,td{
	border: 1px solid #ffffff;
	text-align: center;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.spc {
	margin: 0;
	padding: 0;
	font-size: 1px;
	clear: both;
}
.text_area {
	padding: 20px;
	font-size: 15px;
}
/*------------------------------------head*/
#head {
	width: 700px;
	height: 55px;
	margin: 0 auto 2px;
	padding: 0;
	background: url(../img/header.jpg) no-repeat top;
	border-bottom: 1px solid #ffffff;
}
/*------------------------------------body_left*/
#body_left {
	width: 500px;
	float: left;
}
/*------------------------------------menu*/
#menu {
	width: 150px;
	float: left;
}
#menu li {
	width: 150px;
	height: 30px;
}
#menu li a {
	display: block;
	width: 150px;
	height: 30px;
}
#menu li a span {
	display: none;
}
#menu_top {
	background: url(../img/menu_top_of.jpg) no-repeat;
}
#menu_top a:hover {
	background: url(../img/menu_top_on.jpg) no-repeat;
}
#menu_concept {
	background: url(../img/menu_concept_of.jpg) no-repeat;
}
#menu_concept a:hover {
	background: url(../img/menu_concept_on.jpg) no-repeat;
}
#menu_artist {
	background: url(../img/menu_artist_of.jpg) no-repeat;
}
#menu_artist a:hover {
	background: url(../img/menu_artist_on.jpg) no-repeat;
}
#menu_disc {
	background: url(../img/menu_disc_of.jpg) no-repeat;
}
#menu_disc a:hover {
	background: url(../img/menu_disc_on.jpg) no-repeat;
}
#menu_contact {
	background: url(../img/menu_contact_of.jpg) no-repeat;
}
#menu_contact a:hover {
	background: url(../img/menu_contact_on.jpg) no-repeat;
}
#flash {
	width: 330px;
	float: left;
}
/*------------------------------------body*/
#body {
	margin: 0 auto;
}
#body h3 {
	background: #444444;
	font-size: 15px;
	margin: 2px 10px 2px 0;
	padding: 2px 5px;
	border-left: 3px solid #888888;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}
/*------------------------------------body_right*/
#body_right {
	width: 200px;
	float: right;
}
#body_right h4 {
	font: bold 15px Arial, sans-serif;
}
#latest_release {
	font-size: 10px;
}
.latest_release_box {
	padding: 3px 0;
}
.latest_release_box img {
	float: left;
	margin-right: 5px;
}
.latest_release_box strong {
	display: block;
	font-size: 12px;
}
.latest_release_box span {
	display: block;
	color: #666666;
}
#company {
	margin-top: 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 10px 5px;
}
#company li {
	font-size: 10px;
}
#company li a {
	color: #ffffff;
}
#copyright p {
	padding: 10px 5px;
	font-size: 10px;
}
/*------------------------------------foot*/
#foot {
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #ffffff;
	text-align: center;
	font: bold 10px Arial, sans-serif;
}
#foot h6 a {
	color: #ffffff;
}