@charset "Shift_JIS";

/* -------------------- start of Style Sheet -------------------- */

/* Cascading Style Sheet for 洋楽アーティスト ディスコグラフィー */

/* ########## カタログ ########## */
#discography {
	clear: both;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

#discography h3 {
	margin: 0.5em 40px;
	padding: 0.2em 10px 0 10px;
	color: #999933;
	font-family: "Century Gothic", "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.5em;
	background: url(../img/basic/back_dot_white.gif) 0 100% no-repeat;
}
html[xmlns] #discography h3 {
	background: url(../img/basic/back_dot_black_5.png) 0 100% no-repeat;
}

/* ---------- 商品情報 ---------- */
#discography dl {
	position: relative;
	width: 850px;
	margin: 1em 50px;
	padding: 15px 15px 15px 150px;
}
html[xmlns] #discography dl {
	width: auto;
}

/* ---------- タイトル ---------- */
#discography dl dt {
	overflow: hidden;
	margin: 0;
	width: 580px;
	padding: 0;
	color: #336699;
	font-family: "Trebuchet MS";
	font-size: 220%;
	line-height: 1.2;
	white-space: nowrap;
}
#discography dl dt.japanese {
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	font-size: 190%;
}

/* ---------- 日本語タイトル ---------- */
#discography dl dd.japanese {
	margin: 0.1em 0 0 0;
	padding: 0;
	color: #999999;
	font-size: 82%;
	line-height: 1.0;
}

/* ---------- ジャケット関連 ---------- */
#discography dl dd.jacket {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 210;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

/* ---------- 商品データ関連 ---------- */
#discography dl dd.data {
	margin: 1em 10px 0 10px;
	padding: 0;
}

#discography dl dd.data ul.basic {
	float: left;
	list-style-type: none;
	margin: 0 10px 0.2em 0;
	padding: 0;
	line-height: 1.4;
	border-left: 5px solid #eeeeee;
}
#discography dl dd.data ul.basic li {
	margin: 0;
	padding: 0 8px;
	font-size: 71%;
}

#discography dl dd.data ul.additional {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0.5em 12px 0.4em 12px;
	border: 1px solid #eeeeee;
	background: #f4f7e6;
}

#discography dl dd.data ul.additional li {
	margin: 0;
	padding: 0;
	color: #666600;
	font-size: 71%;
	font-weight: bold;
	line-height: 1.4;
}

#discography dl dd.data em {
	color: #336699;
	font-weight: bold;
	font-style: normal;
}

/* ---------- アイコン ---------- */
#discography dl dd.media {
	position: absolute;
	top: 10px;
	right: 25px;
	margin: 0;
	padding: 0;
}

/* ---------- リンク ---------- */
#discography dd.link {
	clear: both;
	position: relative;
	top: -5px;
	left: 0;
	z-index: 340;
	margin: 0 0 -5px 0;
	padding: 0.2em 10px;
	color: #999999;
	font-size: 82%;
	text-align: right;
	border: 1px solid #eeeeee;
	background: url(../img/basic/back_link_white.gif) repeat-x 0 50%;
}
html[xmlns] #discography dd.link {
	top: 10px;
	margin: 0 0 10px 0;
}
*:first-child+html #discography dd.link {
	top: -5px;
	margin: 0 0 -5px 0;
}

#discography dd.link a {
	color: #336699 !important;
	padding-right: 13px;
	text-decoration: none;
	background: url(../img/basic/icon_ani_link.gif) 100% 50% no-repeat;
}


/* ########## アイコンインフォ ########## */
#icon-info {
	clear: both;
	position: relative;
	top: 10px;
	left: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
#icon-info h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
#icon-info ul {
	margin: 0 40px;
	padding: 0.4em 0;
	font-size: 71%;
	list-style-type: none;
	text-align: center;
	border: 1px solid #eeeeee;
	background: #f4f7e6 url(../img/basic/back_gradation_body.jpg) 50% 0 repeat-x;
}
#icon-info ul li {
	display: inline;
	margin: 0 1em;
	padding: 0;
	line-height: 1.0;
	vertical-align: baseline;
}
#icon-info ul li img {
	margin-right: 2px;
}