@charset "UTF-8";

/* 初期化しておく */
* {
	margin: 0;
	padding: 0;
	border-width: 0;
}

/* Box定義 */

/* ページ全体の幅 */
body {
	text-align: center;
}

#page {
	width: 960px;
	margin: 5px auto;
	text-align: left;
}

#page2 {
	width: 470px;
	margin: 5px auto;
	text-align: left;
}

/* ヘッダーというか帯 */
#header {
	display: none;
	margin-bottom: 10px;
}

#header h1 {
}

#header .subtitle {
	width: 500px;
	float: left;

	font-size: 0.6em;
}

#contain {
	clear: both;
}


/* 左右共通部分 */
body {
	/* line-heightの調整が大変
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
*/
	font-family: sans-serif;
}

hr {
	border-style: dotted none none none;
	border-top-width: 2px;
	height: 2px; 

	clear: both;
}

#gossun1, #gossun2 {
	width: 464px;
	float: left;

	padding: 4px;

	border-style: solid;
	border-width: 2px;

	margin-bottom: 20px;
}

.jackets {
	margin-bottom: 5px;
}

.jackets td {
	padding: 0 3px;
}

/* 視聴ファイル */
.download {
	text-align: center;
	margin-bottom: 5px;

	font-size: 1.2em;
}

#gossun1mp3, #gossun1video, #gossun2mp3, #gossun2video {
	margin-left: 30px;
	margin-right: 30px;

	padding: 0 5px;
	font-weight: bolder;
}

.download a {
	padding: 0 5px;
}

/* 「ごっすんリミックス」アルバムタイトル部分 */
.albumtitle {
	clear: both;
	text-align: center;
}

.albumtitle p {
	font-size: 0.8em;
}

/* トラックごと */
.track dt {
	float: left;
	clear: both;
	width: 60px;

	font-size: 40px;
	font-weight: bold;

	color: #CCDDDD;
	text-align: center;
}

.track dd {
	width: 370px;
	margin-left: 70px;	/* dtのwidth分、横を空ける */
	padding-top: 10px;

}

.arranger1 {
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 3px;
	background-color: #2AA5B7;
	color: white;
	font-weight: bold;

}

.arranger2 {
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 3px;
	background-color: #E67AAB;
	color: white;
	font-weight: bold;

}

.arranger a {
	padding: 0 5px;
	text-decoration: none;
}

.tracktitle {
	font-size: 0.8em;
	line-height: 1em;

	margin-left: 5px;
}

/* スタッフリスト */
.staff {
	font-size: 0.8em;
}

.staff dt {
	float: left;
	width: 25%;
}

/* zoomeの動画埋め込み */
.movie {
	margin: 0.5em;
	text-align: center;
}


/* ショップへのリンク */
.shop {
	margin: 0.5em;
	font-size: 0.8em;
}

.shop h3 {
	float:left;
	width: 20%;

	font-size: 1em;
	font-weight: normal;
}

.shop ul {
	margin-left: 22%;
}

.shop li {
	list-style-type: none;
	list-style-position: outside;
}

.shop a {
	color: #00a050;
	text-decoration: none;
}

.shop a:hover {
	text-decoration: underline;
}

/* ごすリミ1部分 */
#gossun1, #gossun1 hr {
	border-color: #2AA5B7;
}

#gossun1mp3, #gossun1video {
}

#gossun1mp3 a:hover, #gossun1video a:hover {
	background-color: white;
	color: #2AA5B7;
}

#gossun1mp3 a, #gossun1video a {
	background-color: #2AA5B7;
	color: white;
	text-decoration: none;
}

#gossun1 .arranger a {
	background-color: #2AA5B7;
	color: white;
}

#gossun1 .arranger a:hover {
	color: #2AA5B7;
	background-color: white;
}


#gossun1 .track dl {
	padding-bottom: 54px; /* 文字の大きさ変えたら変わるから大雑把に合わせるだけ */
}


/* ごすリミ2部分 */
#gossun2, #gossun2 hr {
	border-color: #e67aab;

	margin-left: 2px;
}

#gossun2mp3, #gossun2video {
}

#gossun2mp3 a, #gossun2video a {
	background-color: #e67aab;
	color: white;
	text-decoration: none;
}

#gossun2mp3 a:hover, #gossun2video a:hover {
	background-color: white;
	color: #e67aab;
}

#gossun2 .arranger a {
	background-color: #e67aab;
	color: white;
}

#gossun2 .arranger a:hover {
	color: #e67aab;
	background-color: white;
}



/* フッター */
#footer {
	clear: both;
}

.banner {
}

.banner dl {
	text-align: right;
}

address {
	padding: 15px 0;

	text-align: center;
	font-style: normal;

	font-size: 0.8em;
}

#footer img {
	margin-bottom: 10px;
}

/* 色とか */
.popup {
	text-align: center;
	line-height: 1.2em;
}
