﻿@charset "UTF-8";

/* 初期化しておく */
* {
	margin: 0;
	padding: 0;
	border-width: 0;
}

/* IE向けのセンタリングhack */
body {
	line-height: 1.1;
	text-align: center;
	color: #620400;
}

#container, #top {
	text-align: left;
}


/* a要素の色 */
a {
}

a:link { /* 未読のリンク。bodyのlink属性 */
	color: #f15a6a;
}

a:visited { /* 訪問済みのリンク。bodyのvlink属性 */
	color: #620400;
}

a:focus, a:hover { /* フォーカス, マウスが乗っかっているリンク */
	background-color: #f15a6a;
	color: #620400;
	text-decoration : none;
}

a:active { /* bodyのalink属性。ブラウザごとに挙動が違う */
}


/* Box定義 */
#body-index {
	background-color: #f15a6a;
	background-image: url("./image/top_backheart.jpg");
	font-size: 0.9em;
}

/* 飾り付け(index) */
#index-top {
	width: 800px;
	background-image: url("./image/top_back1.jpg");

	margin-top: 50px;
	padding: 0;
}

#index-title {
	width: 700px;
	height: 110px;
	background-image: url("./image/top_back2.jpg");

	margin: 0px 50px;
	padding: 0px 50px;
	text-align: left;
}

#index-middle {
	width: 700px;
	background-image: url("./image/top_back2.jpg");

	margin: 0px 50px;
	padding: 0px 50px;
	text-align: left;
}

#index-bottom {
	width: 800px;
	background-image: url("./image/top_back3.jpg");

	margin-bottom: 20px;
	padding: 0;
}

#index-footer {
	width: 800px;

	margin-bottom: 0px;
	padding-bottom: 30px;

	text-align: right;
}

#cdtitle {
	padding: 20px 0 0 10px;
	margin: 0px 0 0 0;

	width: 660px;
	background-image: url("./image/white.png");
}

#cdimage {
	padding: 5px 20px 15px 20px;
	margin: 0 0 0px 0;

	width: 200px;
	height: 210px;
	background-image: url("./image/white.png");

	float: left;
}

#cdinfo {
	padding: 30px 0 40px 0;
	margin: 0 0 0px 240px;

	width: 430px;
	height: 160px;
	background-image: url("./image/white.png");
}

#infomation {
	padding: 10px 0 40px 10px;
	margin: 0 0 0px 0;

	width: 660px;
	background-image: url("./image/white.png");
}

#hrline {
	width: 700px;
	height: 0px;
	background-color: white;
	background-image: url("./image/top_back2.jpg");

	margin: 0 50px 0 50px;
	padding: 0 50px 0 50px;
	text-align: left;

	border-width: 3px 0px 0px 0px;
	border-style: dashed;
	border-color: white;

	clear: both;
}

/* 飾り付け(milk) */
#container {
	/* 下の帯 */
	width: 960px;
	background-image: url("./image/back2_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 190px;
}

#decoration {
	/* 上の帯 */
	width: 960px;
	background-image: url("./image/back1_top.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 190px;
}

#box {
	/* 左の帯 */
	background-image: url("./image/back3_left.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 90px;
}

#content {
	/* 右の帯 */
	background-image: url("./image/back4_right.jpg");
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 90px;
}

#box, #content {
	/*height: 2070px;*/	/* 90pxの倍数 */
}

/* コンテンツ */
#body-main {
	background-color: #f15a6a;
	font-size: 1.0em;
}

#content {
	background-color: #fdedf0;
	color: #620400;
}

#jacket {
	float: left;
	width: 320px;
	padding: 0 10px 10px;
}

#information table {
	margin-bottom: 10px;
}

#information table td {
	padding-left: 10px;
}

#information p {
	font-size: 90%;
}

#download {
	margin-top: 10px;
	margin-bottom: 10px;
}

#pv {
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}

#tracklist {
	clear: both;
	padding-bottom: 10px;
}

#tracklist h2 {
	padding-left: 10px;
}

#tracklist p {
	font-size: 70%;
	text-align: right;
	padding-right: 10px;
}

#tracklist table {
	border-collapse: collapse;

	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;

	margin-left: 30px;

	border-width: 2px 0 0 0;
	border-style: dotted;
	border-color: #f15a6a;}

#tracklist table th {
	width: 100px;
	padding-left: 30px;
	padding-top: 3px;

	border-width: 0 2px 2px 0;
	border-style: dotted;
	border-color: #f15a6a;
}

#tracklist table td {
	padding-left: 30px;
	border-width: 0 0 2px 0;
	border-style: dotted;
	border-color: #f15a6a;
}


#link {
	text-align: center;
}

#link dl {
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

#link dl dt {
	width: 30%;
	float: left;
	clear: both;  

	text-align: right;
	line-height: 2em;

}

#link dl dd {
	margin-left: 31%;	/* dtのwidthに+α */
	text-align: left;

	margin-bottom: 1em;
}

#banner {
	margin-bottom: 10px;
	padding-left: 20px;
}

#footer {
	text-align: right;
}

/* 仕切り線 */
#pv, #tracklist, #link, #banner, #footer {
	padding-top: 1em;

	border-width: 2px 0 0 0;
	border-style: dotted;
	border-color: #f15a6a;
}
