* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	font-size:14px;
	font-color:#fff;
	background:#000 url("../img/b_left.jpg") no-repeat left top fixed;
}

/*前景*/
#front{
	width:618px;
	height:600px;
	position:fixed;
	right:0;
	bottom:0;
	z-index:99;
}

/*背景*/
#back{
	width:505px;
	height:297px;
	position:fixed;
	right:0;
	top:0;
	z-index:1;
}

/*メイン*/
#main{
	width: 800px ;	
	margin: 0 auto;
	position:relative;
	background-color:#320d0d;
	z-index:98;
}

/*タイトル*/
#title{
	width:800px;
	height:262px;
	margin: 0 auto;
}


h1{
	display:none;
}

.mtitle{
	margin-top:50px;
}

/*コンテンツ*/
.rm{
	width:196px;
	height:83px;
	position:absolute;
	top:333px;
	right:60px;
}

/*info*/
#info{
	padding:10px 0px;
}

.jacket{
	float:left;
	margin-left:100px;
	margin-right:-100px;
}

.cdinfo{
	margin-left:330px;	
}
.shop{
	width:627px;
	padding-top:30px;
	margin: 0 auto;
	position:relative;
}
.sbanner{
	position:absolute;
	top:55px;
	left:50px;
}

/*track*/
#track {
	padding:10px 0px;
}

#track p{
	padding: 0px 15px 40px 0px;
}

.tl{
	width:350px;
	float:right;
	padding-right:330px;
}

.sample{
	margin-top:7px;
	margin-left:80px;
}

.samplehide{
	visibility:hidden;
}

/*staff*/
#staff{
	padding:40px 70px;
}

#staff strong{
	color:#973838;
}

.tsta{
	margin-left:2em;
}

/*staff*/
#special{
	padding:40px 70px;
}

#special strong{
	color:#973838;
}

.tspe{
	width:450px;
	margin-left:240px;
}

.tokuten{
	float:left;
	margin-left:0px;
	margin-bottom:20px;
	margin-right:10px;
}

/*link*/
#link{
	padding:40px 50px;
}

#link .banner{
	margin-top:20px;
	margin-left:25px;
}

#link strong{
	color:#973838;
}

/*footer*/
#footer{
	width:100%;
	height:798px;
	background:url("../img/main_b.jpg") no-repeat left bottom;
}

.clear{
	clear:both;
}

#ninja{
	text-align:center;
}

/* テキスト関係 */

a{
	color:#ffefeb;
}

p{
	color:#ffefeb;
	line-height:25px;
}