@charset "UTF-8";

/* 初期化しておく */
* {
	margin: 0;
	padding: 0;
	border-width: 0;
}

/* IE向けのセンタリングhack */
#page {
	text-align: center;
}

#contain {
	margin-left: auto;
	margin-right: auto;

	text-align: left;
}

/* IE向けのiframeの横スクロールバーをやっつけるhack */
html {
	overflow-x: hidden;
}

/* Box定義 */
body {
	font-family: sans-serif;
	background-color: black;
	color: white;
}

/* フロントページ */
#front {
	margin-top: 40px;
	text-align: center;
}

/* 中身 */
#page {
	margin-top: 30px;
}

#contain {
	width: 800px;
}

/* メニュー */
#topmenu {
	width: 250px;
	float: left;
}

#download {
	text-align: center;
	margin: 10px;
}

#menu {
	margin: 10px 5px 10px 5px;
}

#menu li {
	list-style-type: none;
	list-style-position: outside;

}

#menu a {
	display: block;
	width: 230px;

	padding: 2px 5px;
}

#PVmenu {
	margin: 5px 0;
	padding: 0 5px;
}

#PVmenu li {
}

#PVmenu li a {
	padding-left: 10px;
}

/* iframe */
#content {
	margin-bottom: 3em;
}

#content iframe {
	width: 500px;
	height: 700px;

}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	background-color: #930d14;
	color: #F33616;
}

#info, #tracklist, #pv {
	width: 470px;
	margin-left: 10px;
}

/* フッター */
#footer {
	clear: both;
}

#footer address {
	font-style: normal;
	text-align: center;
}

#footer p {
	margin-top: 3em;
	margin-right: 1em;

	font-size: 0.8em;
	text-align: right;
}

/* 以下、iframe内ページ */
/* CD情報 */
#info {
}

#info h1 {
	position : relative;
}

#copy p {
	text-align: center !important;
}

.topruby, .bottomruby {
	position : relative;
}

.bottomruby {
	top: -4px;
}

#info p {
	text-align: left;
	margin-bottom: 1em;

	font-size: 0.9em;
}


/* トラックリスト */
#tracklist {
}

#tracklist h1 {
	display: none;
}

#tracklist * {
	position : relative;
}

h2 {
	text-align: left;
}

.trackno {
	color : #505050;

	font-size : 80px;
	text-align : right;

	position : absolute;
	z-index : 0;
}

.tracktitle {
	text-align: left;
	left: -60px;
}

#tracklist dl {
	margin-bottom: 10px;
}

#tracklist dt {
	float: left;
	clear: both;
	width: 3em;

	text-align: right;
}

#tracklist dd {
	margin-left: 4em;

	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: white;

	text-align: left;
	padding-left: 1em;
}

/* PVページ */
#pv h1 {
	font-size: 1.1em;
}


#credit {
	margin-top: 1em;
}

#credit p {
	text-align: center;
	font-size: 0.8em;
}



/* STAFF */
#staff h1 {
	margin-bottom: 1em;
}

#staff {
	padding-bottom: 1em;
}

#staff dt {
	float: left;
	clear: both;
	width: 10em;

	text-align: right;
	font-size: 0.9em;
}

#staff dd {
	margin-left: 11em;

	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: white;

	margin-bottom: 0.9em;
	padding-left: 1em;

	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
}

#staff dd ul {
	margin-bottom: 0.7em;
}

#staff dd li {
	list-style-type: none;
	list-style-position: outside;
}
