html, body {
	margin:0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #333333;
	line-height: 1.4em;
	background-image: url("../images/common/bg.jpg");
}
p, h1, h2, h3, h4, ul, li, dl { margin: 0; padding: 0; }
a:link, a:vlink { color: #6666FF;}
a:hover { color: #FF6600; }
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url("../images/common/contents_bg.jpg");
}
h1 span { display: none; }
h2 span { display: none; }
h3 span { display: none; }
h4 span { display: none; }
a span { display: none; }
address span { display: none; }
strong { color: #FF0000; }
.none { display: none; }
.sup { font-size: 10px; }
.NR { white-space: nowrap; }
.clear { clear: both; }

/*--- ヘッダー部分 ---*/
#header {
	background: url("../images/common/header_bg.jpg");
}
h1 {
	width: 760px;
	height: 92px;
	background: url("../images/common/header.jpg") no-repeat;
}

/*--- コンテンツ部分 ---*/
#contentsback{
	background: url("../images/common/text_bg.jpg");
	width: 760px;
}
#contents {
	background: url("../images/common/header_bottom.jpg") no-repeat;
	width: 760px;
	min-height: 450px;
	height: 450px;
	/*バックスラッシュハック(MacIE以外が読み込まれる)＼*/
	height: auto;
	/*ここまで*/
	_height: 450px;
	padding-top: 30px;
}
.pageTop {
	position: absolute;
	clear: both;
	left: 40px;
	bottom: 40px;
}
.pageTop a {
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 2px 10px;
	color:#333333;
}
.pageTop a:hover { color: #FF6600; background-color: #666666; }

/*--- フッター ---*/
#footer {
	background: url("../images/common/footer_bg.jpg");
	clear: both;
}
address {
	background: url("../images/common/footer.jpg") no-repeat;
	width: 760px;
	height: 50px;
}

/*--- グローバルメニュー ---*/
#menu ul { list-style-type: none; }
#menu li { display: inline; }
#menu li a { position: absolute; display: block; }
#link01 a {
	background: url("../images/common/menu_home.gif") no-repeat;
	width: 185px;
	height: 60px;
	top: 150px;
	left: 19px;
}
#link02 a {
	background: url("../images/common/menu_profile.gif") no-repeat;
	width: 185px;
	height: 50px;
	top: 210px;
	left: 40px;
}
#link03 a {
	background: url("../images/common/menu_artists.gif") no-repeat;
	width: 185px;
	height: 52px;
	top: 260px;
	left: 6px;
}
#link04 a {
	background: url("../images/common/menu_brand.gif") no-repeat;
	width: 185px;
	height: 55px;
	top: 312px;
	left: 40px;
}
#link05 a {
	display: none;
	/*background: url("../images/common/menu_goods.gif") no-repeat;
	width: 185px;
	height: 55px;
	top: 371px;
	left: 3px;*/
}
#link06 a {
	display: none;
}
#link07 a {
	display: none;
}
#link08 a {
	background: url("../images/common/menu_jap.gif") no-repeat;
	width: 103px;
	height: 16px;
	top: 50px;
	left: 647px;
	visibility: hidden;
}

#link09 a {
	display: none;
	/*background: url("../images/common/menu_english.gif") no-repeat;
	width: 80px;
	height: 16px;
	top: 50px;
	left: 660px;*/
}

#link01 a:hover { background-position: 0 -60px; }
#link02 a:hover { background-position: 0 -50px; }
#link03 a:hover { background-position: 0 -52px; }
#link04 a:hover { background-position: 0 -55px; }
#link05 a:hover { background-position: 0 -55px; }
#link06 a:hover { background-position: 0 -50px; }
#link07 a:hover { background-position: 0 -50px; }

#d_logo a{
background: url("../images/common/deji_logo.gif") no-repeat;
width: 70px;
height: 94px;
top: 560px;
left: 50px;
}
