@charset "UTF-8";

/* 初期化しておく */
* {
	margin: 0;
	padding: 0;
	border-width: 0;
	text-align: center;
}

/* IE向けのセンタリングhack */
body {
	text-align: center;
}

#container, #top {
	margin-left: auto;
	margin-right: auto;

	text-align: left;
}

/* a要素の色 */
a {
	text-decoration: none;
}

a:link { /* 未読のリンク。bodyのlink属性 */
	color: #E090C0;
}

a:visited { /* 訪問済みのリンク。bodyのvlink属性 */
	color: #E05090;
}

a:focus, a:hover { /* フォーカス, マウスが乗っかっているリンク */
	background-color: #700030;
	color: white;
	text-decoration : none;
}

a:active { /* bodyのalink属性。ブラウザごとに挙動が違う */
}


/* Box定義 */
body {
	background-color: black;
	color: #FFE0E0;
}

#top {
	width: 900px;
	margin-top: 0px;
}

#container {
	/* 下の帯 */
	width: 900px;
	background-image: url("./image/tohogt_shita.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 80px;

}

#main {
	/* 上の帯 */
	width: 900px;
	background-image: url("./image/tohogt_ue.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 80px;
}

#enter {
	/* エントランス */
	width: 900px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}


#topcopy {
	padding: 0 0 0 300px;

	font-size: 1.0em;
}

#topnew {
	padding: 5px 0 0 150px;

	font-size: 0.8em;
}

#rubi {
	padding: 0 0 0 34px;

	font-size: 0.8em;
	letter-spacing: 0.7em;
}

#information {
	padding: 0 0 0 0;
	margin: 50px 60px 0 450px;
}

#stafflist {
	padding: 0;
	margin: 0px 40px 60px 120px;
}

#tracklist {
	padding: 0;
	margin: 0px 120px 100px 350px;
}

#notes {
	margin-top: 2em;
	margin-bottom: 2em;

	text-align: right;
	font-size: 0.6em;
}

#jacket {
	padding: 5px 10px 5px 20px;
	margin: 20px 0 0 80px;

	width: 310px;	/* ジャケット画像の幅が300px, 背景画像の幅が310px */
	background-image: url("./image/tohogt_ura.jpg");
	background-repeat: no-repeat;
	background-position: top;

	float: left;
}


#download {
	margin: 50px 50px 10px 450px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FFE0E0;
}

#sorry {
	padding: 0 0 0 80px;

	line-height: 1.4em;
	font-size: 0.8em;
}


#cheer {
}

#banner {
	margin-bottom: 0.7em;
}

#banner dl {
	padding-left: 10px;
}

#footer {
}

#footer-left {
	text-align: left;
	font-size: 0.9em;

	float: left;
}

#footer-right {
	text-align: right;
	font-size: 0.7em;

	float: right;
}

/* 仕切り線 */
#hrline {
	height: 5px;
	clear: both;  

	margin: 20px 0 20px 0;

	border-width: 0 0 0 0;
	border-style: none;

	background-image: url("./image/tohogt_line.jpg");
}



/* CD情報 */
#information table {
	border-collapse: collapse;
}

#information table caption {
	font-size: 2.6em;
}

#information table tr {
	line-height: 1.2em;
}

#information table th {
	width: 7em;
	text-align: right;
	padding: 0 5px 0 0px;

	font-size: 0.8em;

	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #FFE0E0;
}

#information table td {
	width: 21em;
	text-align: left;
	padding-left: 5px;

	font-size: 0.9em;

	border-width: 1px 0 1px 0px;
	border-style: solid;
	border-color: #FFE0E0;
}


/* トラックリスト */
#tracklist table {
	border-collapse: collapse;

	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

#tracklist table tr {
	line-height: 1.0em;
}

#tracklist table td {
	text-align: left;
	padding-left: 5px;

	font-size: 0.8em;
}

/* スタッフリスト */
#stafflist table {
	border-collapse: collapse;

	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

#stafflist table tr {
	line-height: 1.0em;
}

#stafflist table td {
	text-align: left;
	padding-left: 5px;

	font-size: 0.8em;
}


/* リンク */
#link {
	padding: 0;
	margin: 0px 50px 0px 160px;
}

#link dl {
}

#link dl dt {
	width: 30%;
	float: left;
	clear: both;  

	text-align: right;
	line-height: 2em;
	font-size: 0.7em;
}

#link dl dd {
	margin-left: 31%;	/* dtのwidthに+α */
	text-align: left;

	margin-bottom: 1em;
}

