
/* ------------------------------------------------------------
 * ▼コンテンツメイン
 * ------------------------------------------------------------ */
#contentMain
{
	background:#e1f1a3 url("../img/bg_cnttMain.gif") repeat-y;
	width:620px !important;
}

/* 文字の設定(色、フォント、大きさ) */
#contentMain h1,
#contentMain h2,
#contentMain h3,
#contentMain h4,
#contentMain h5,
#contentMain h6  /*,*/
{ color:#555; }  /* 文字色 */

#contentMain p,
#contentMain li  /*,*/
{ color:#555;
font-size:12px;
 }  /* 文字色 */

#contentMain .TrackList  /* TrackListは文字の大きさを変更しないこと！ */
{ color:#555; }  /* 文字色 */

#contentMain .JkTitle  /* ジャケタイトルは文字の大きさを変更しないこと！ */
{
	color:#555;
	word-break:break-all;
	word-wrap:break-word;
	white-space:normal;
}

#contentMain .JkRelease,  /* ジャケリリース年、ジャケ価格は文字の大きさを変更しないこと！ */
#contentMain .JkKakaku  /*,*/
{ color:#555; }  /* 文字色 */


/* リンク */
#contentMain a
{ color:#ba6500; }
#contentMain a:visited
{
color:#998853;
}
#contentMain a:hover
{
color:#6352C5;
}

/* TrackList */
#contentMain .TrackList .Shichou
{ background-image:url("../img/iconShichou01.gif"); }  /* 試聴アイコン画像 */
#contentMain #discAlbumArea .TrackList .Shichou
{ background-image:url("../img/iconShichou02.gif"); }  /* 試聴アイコン画像 */

/* LinkList */
#contentMain .LinkList li
{ background-image:url("../img/arrow01.gif"); }  /* 矢印画像 */

/* ページTOPへ */
#contentMain .GoToPageTop
{
	margin:0 12px 5px 0;
	text-align:right;
}

/* 重要・注釈テキスト */
#contentMain .Juyou
{ color:#f00; }

/* ショッピングカートボタン */
#contentMain input.BtnCartL01
{
border-style:none;
width:171px;
height:24px;
}
#contentMain input.BtnCartLS01
{
border-style:none;
width:148px;
height:20px;
}
#contentMain input.btnCartTrackL
{
border-style:none;
width:130px;
height:24px;
}

/* --------------------------------------------------------
 * ▼コンテンツメイン トップ部分
 * -------------------------------------------------------- */
#contentMain #contentMainTop
{
	position:relative;
	background:url("../img/bg_cnttMainTop.jpg") no-repeat;  /* 背景画像 */
	height:443px;  /* 高さ調節 */
}

/* 【★ページ内ナビ】------ */
#contentMain #pageNavi
{ margin:0; }

#contentMain #pageNavi li img
{ vertical-align:bottom; }

#contentMain #naviDisc
{
	position:absolute;
	left:144px;  /* 位置調節 */
	top:312px;  /* 位置調節 */
}
#contentMain #naviRelArti
{
	position:absolute;
	left:11px;  /* 位置調節 */
	top:310px;  /* 位置調節 */
}

/* --------------------------------------------------------
 * ▼コンテンツメイン 本体
 * -------------------------------------------------------- */
#contentMain #contentMainBody
{
margin:0;
padding:0;
background:url("../img/bg_cnttMainBody.jpg") no-repeat;  /* 背景画像 */
}

/* 【★コンテンツメイン本体内の大枠=章(チャプター)
 * (本文 + 右リスト枠、Discography枠、関連アーティスト枠など)】------ */
#contentMain #contentMainBody .Chapter
{
	margin:0 10px 15px 10px;
	width:600px;
	padding-top: 0px;
}
/* 【ボタン画像の変更1】------ */

.button {
display: block;
color:
text-align: center;
text-decoration: none;
/* ボタン画像サイズに合わせる */
width: 100px;
/* 画像と通常時のライン色を指定 */
background: url(../img/dl_minibtn.gif) center center no-repeat;
/* 使用しているフォントに合わせて調節 */
font-size: 12px;
font-weight: bold;
padding: 7px 0;
/* input タグ用にボーダーを消す */
border: none;
}
/* リンクの状態ごとにライン色を指定 */
.button:visited {
background-color:
}
.button:hover {
background: url(../img/dl_minibtn2.gif) center center no-repeat;
}
.button:active {
background-color:
}

/* 【ボタン画像の変更2】------ */

.button2 {
display: block;
color:
text-align: center;
text-decoration: none;
/* ボタン画像サイズに合わせる */
width: 100px;
/* 画像と通常時のライン色を指定 */
background: url(../img/karaoke_minibtn.gif) center center no-repeat;
/* 使用しているフォントに合わせて調節 */
font-size: 12px;
font-weight: bold;
padding: 7px 0;
/* input タグ用にボーダーを消す */
border: none;
}
/* リンクの状態ごとにライン色を指定 */
.button2:visited {
background-color:
}
.button2:hover {
background: url(../img/karaoke_minibtn2.gif) center center no-repeat;
}
.button2:active {
background-color:
}

/* 【ボタン画像の変更3】------ */

.button3 {
display: block;
color:
text-align: center;
text-decoration: none;
/* ボタン画像サイズに合わせる */
width: 100px;
/* 画像と通常時のライン色を指定 */
background: url(../img/kdouga_minibtn.gif) center center no-repeat;
/* 使用しているフォントに合わせて調節 */
font-size: 12px;
font-weight: bold;
padding: 7px 0;
/* input タグ用にボーダーを消す */
border: none;
}
/* リンクの状態ごとにライン色を指定 */
.button3:visited {
background-color:
}
.button3:hover {
background: url(../img/kdouga_minibtn2.gif) center center no-repeat;
}
.button3:active {
background-color:
}

/* 【タブ画像の変更1】------ */

.tab1 {
display: block;
color:
text-align: center;
text-decoration: none;
/* ボタン画像サイズに合わせる */
width: 140px;
/* 画像と通常時のライン色を指定 */
background: url(../img/80stab2.gif) center center no-repeat;
/* 使用しているフォントに合わせて調節 */
font-size: 12px;
font-weight: bold;
padding: 7px 0;
/* input タグ用にボーダーを消す */
border: none;
}
/* リンクの状態ごとにライン色を指定 */
.tab1:visited {
background-color:
}
.tab1:hover {
background: url(../img/80stab.gif) center center no-repeat;
}
.tab1:active {
background-color:
}

/* 【タブ画像の変更2】------ */

.tab2 {
display: block;
color:
text-align: center;
text-decoration: none;
/* ボタン画像サイズに合わせる */
width: 140px;
/* 画像と通常時のライン色を指定 */
background: url(../img/80skoutab2.gif) center center no-repeat;
/* 使用しているフォントに合わせて調節 */
font-size: 12px;
font-weight: bold;
padding: 7px 0;
/* input タグ用にボーダーを消す */
border: none;
}
/* リンクの状態ごとにライン色を指定 */
.tab2:visited {
background-color:
}
.tab2:hover {
background: url(../img/80skoutab.gif) center center no-repeat;
}
.tab2:active {
background-color:
}

/* 【タブ画像の変更3】------ */

.tab3 {
display: block;
color:
text-align: center;
text-decoration: none;
/* ボタン画像サイズに合わせる */
width: 140px;
/* 画像と通常時のライン色を指定 */
background: url(../img/90stab2.gif) center center no-repeat;
/* 使用しているフォントに合わせて調節 */
font-size: 12px;
font-weight: bold;
padding: 7px 0;
/* input タグ用にボーダーを消す */
border: none;
}
/* リンクの状態ごとにライン色を指定 */
.tab3:visited {
background-color:
}
.tab3:hover {
background: url(../img/90stab.gif) center center no-repeat;
}
.tab3:active {
background-color:
}

/* 【タブ画像の変更4】------ */

.tab4 {
display: block;
color:
text-align: center;
text-decoration: none;
/* ボタン画像サイズに合わせる */
width: 140px;
/* 画像と通常時のライン色を指定 */
background: url(../img/90skoutab2.gif) center center no-repeat;
/* 使用しているフォントに合わせて調節 */
font-size: 12px;
font-weight: bold;
padding: 7px 0;
/* input タグ用にボーダーを消す */
border: none;
}
/* リンクの状態ごとにライン色を指定 */
.tab4:visited {
background-color:
}
.tab4:hover {
background: url(../img/90skoutab.gif) center center no-repeat;
}
.tab4:active {
background-color:
}

/* 【タブ画像の変更5】------ */

.tab5 {
display: block;
color:
text-align: center;
text-decoration: none;
/* ボタン画像サイズに合わせる */
width: 140px;
/* 画像と通常時のライン色を指定 */
background: url(../img/70skoutab2.gif) center center no-repeat;
/* 使用しているフォントに合わせて調節 */
font-size: 12px;
font-weight: bold;
padding: 7px 0;
/* input タグ用にボーダーを消す */
border: none;
}
/* リンクの状態ごとにライン色を指定 */
.tab5:visited {
background-color:
}
.tab5:hover {
background: url(../img/70stab.gif) center center no-repeat;
}
.tab5:active {
background-color:
}

/* ------------------------------------------------------------
 * ▼本文 + 右リスト枠
 * ------------------------------------------------------------ */
#contentMain #honbunAndRightListArea
{
margin:0;
padding:20px 0 0;
}

 
/* ------------------------------------------------------------
 * ▼本文枠
 * ------------------------------------------------------------ */
#contentMain #honbunArea
{  }

#contentMain #honbunArea p
{
	color:#555;  /* 文字色 */
	font-size:12px !important;
	line-height:22px !important;  /* 行間調節 18px～22pxのあいだ */
	margin:0 0 0 0;
	padding:15px 5px 0 5px;
}

#contentMain #honbunArea .HonbunGazou
{
float:left;
margin:0;
padding:0 10px 10px 0;
}

/* ------------------------------------------------------------
 * ▼右リスト枠
 * ------------------------------------------------------------ */
#contentMain #rightListArea
{
	float:right;
	margin:0 0 10px 10px;
	background:url("../img/bg_rightListArea.gif") repeat-y 0px 0px;  /* 背景画像 */
}

/* 【★章(チャプタ)内の中枠=節、セクション
 * (トラックリスト枠、スペシャルコメント枠、インフォメーション枠、リンクス枠など)】------ */
#contentMain #rightListArea .Section
{ margin:0; }
#contentMain #rightListArea .Section .Body
{ background:url("../img/bg_rightListArea.gif") repeat-y; }  /* 背景画像 */
#contentMain #rightListArea .Section .Btm  /* last */
{
	background:url("../img/bg_rightListAreaBtm.gif") no-repeat 0% 100%;  /* 背景画像(下部分) */
	font-size:1px;
	line-height:0;
	height:13px;  /* 高さ調節 */
}
#contentMain #rightListArea #trackListArea .Btm,
#contentMain #rightListArea #commentArea .Btm
{
background-image:none;
height:5px;  /* 高さ調節 */

}
/* TrackList */
#contentMain #rightListArea .TrackList
{ width:243px; }  /* 幅(TrackList全体) */
#contentMain #rightListArea .TrackList dd
{ width:223px; }  /* トラック名の幅(TrackList全体から20px引いた数) */

/* LinkList */
#contentMain #rightListArea .LinkList
{ width:243px; }  /* 幅調節 */
#contentMain #rightListArea .LinkList2
{ width:6em; !important}  /* 幅調節 */


/* 【★トラックリスト枠】------ */
#contentMain #trackListArea
{  }
#contentMain #rightListArea #trackListArea .Body,
#contentMain #rightListArea #trackListArea .Btm  /* last */
{

}

/* ジャケ枠 */
#contentMain #trackListArea .JkInfo
{
width:130px;
color:#FFFFFF;
background:#ea0546;  /* 背景 */
margin:0 0 3px;
padding:2px 3px 0;
font-weight:normal;
font-size:11px;
line-height:13px;
}
#contentMain #trackListArea .JkArea01
{
background:url("../img/bg_trackListJk01.jpg") repeat-y;  /* 背景画像 */
margin:0;
padding:0 0 0 10px;
}
#contentMain #trackListArea .JkArea02
{
background:#ffdda8 url("../img/bg_trackListJk02.jpg") repeat-y;  /* 背景画像 */
margin:0;
padding:0 0 0 10px;
}
#contentMain #trackListArea .Jkbg1,
#contentMain #infoArea .Jkbg1
{
	background:url("../img/jkTrackList.jpg") no-repeat;
	margin:0;
}
#contentMain #trackListArea .Jkbg1 img,
#contentMain #infoArea .Jkbg1 img
{ border:#e0f1a3 solid 1px;
margin:4px;}
#contentMain #trackListArea .Jkbg1 a:hover img,
#contentMain #infoArea .Jkbg1 a:hover img
{ border:#ba6500 solid 1px; }


/* 【★スペシャルコメント枠】------ */
#contentMain #commentArea
{  }


/* 【★インフォメーション枠】------ */
#contentMain #infoArea .Date
{
white-space:nowrap;
}
#contentMain #infoArea h3 img
{
margin:0 0 10px;
}

/* Extra01枠 */
#contentMain .ExtraArea01
{
background:url("../img/bg_infoExtra01.gif") repeat-y 0% 0%;  /* 背景画像 */
}
#contentMain #infoArea .Ar
{
float:right;
}
#contentMain .ExtraArea01 .SubInfo
{
width:233px;
margin:0 0 15px;
}
#contentMain .ExtraArea01 .GazInfo
{
float:left;
width:106px;
margin:0 0 10px;
}
#contentMain .ExtraArea01 .TxtInfo
{
float:right;
width:117px;
margin:0 0 10px;
}
/* LinkList */
#contentMain .ExtraArea01 .LinkList li
{
width:233px;
}  /* 矢印画像 */



/* Extra02枠 */
#contentMain .ExtraArea02
{
background:url("../img/bg_infoExtra02.gif") repeat-y 0% 0%;  /* 背景画像 */
}
#contentMain .ExtraArea02 .SubInfo
{
width:233px;
margin:0;
}
#contentMain .ExtraArea02 .TxtInfo
{
margin:0 0 10px;
}

/* 【★リンクス枠】------ */
#contentMain #linksArea
{  }
/* LinkList */
#contentMain #linksArea 
{  }



/* ------------------------------------------------------------
 * ▼Discography アルバム枠
 * ------------------------------------------------------------ */
#contentMain #discAlbumArea
{ background:url("../img/bg_disc.gif") repeat-y 0% 0%; }  /* 背景画像 */
#contentMain #discAlbumArea .Btm
{
	background:url("../img/bg_discBtm.gif") no-repeat 0% 100%;  /* 背景画像(下部分) */
	font-size:1px;
	line-height:0;
	height:13px;  /* 高さ調節 */
}

/* ジャケ枠 */
/* ※必要であればジャケ枠の高さ調整をする。
 * そのときclass名を『JkArea01』から『JkArea02』などに変更し、
 * 任意の部分だけの高さ調整をする */
#contentMain #discAlbumArea .JkArea02
{ height:130px; }
#contentMain #discAlbumArea .JkArea03
{ height:145px; }
#contentMain #discAlbumArea .JkArea04
{ height:165px; }

#contentMain #discAlbumArea .Jkbg2
{
background:url("../img/jkDisc.jpg") no-repeat;
width:104px;
height:104px;
text-align:left;

}
#contentMain #discAlbumArea .Jkbg2 img
{ border:#fff solid 1px; }
#contentMain #discAlbumArea .Jkbg2 a:hover img
{ border:#ba6500 solid 1px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 【★Discgraphy 1カラム】------ */
/* トラックリスト */
#contentMain #discAlbumArea .UnitDisc1CAl01 .TrackList,
#contentMain #discAlbumArea .UnitDisc1CAl02 .TrackList,
#contentMain #discAlbumArea .UnitDisc1CSi01 .TrackList,
#contentMain #discAlbumArea .UnitDisc1CSi02 .TrackList
{ width:284px; }  /* 幅(トラックリスト全体) */
#contentMain #discAlbumArea .UnitDisc1CAl01 .TrackList dd,
#contentMain #discAlbumArea .UnitDisc1CAl02 .TrackList dd,
#contentMain #discAlbumArea .UnitDisc1CSi01 .TrackList dd,
#contentMain #discAlbumArea .UnitDisc1CSi02 .TrackList dd
{ width:264px; }  /* トラック名の幅(トラックリスト全体から20px引いた数) */
/* リンクリスト */
#contentMain #discAlbumArea .UnitDisc1CAl01 .LinkList,
#contentMain #discAlbumArea .UnitDisc1CAl02 .LinkList,
#contentMain #discAlbumArea .UnitDisc1CSi01 .LinkList,
#contentMain #discAlbumArea .UnitDisc1CSi02 .LinkList
{ width:284px; }  /* 幅 */

/* 【★Discgraphy 2カラム】------ */
/* トラックリスト */
#contentMain #discAlbumArea .UnitDisc2CAl .TrackList,
#contentMain #discAlbumArea .UnitDisc2CSi01 .TrackList,
#contentMain #discAlbumArea .UnitDisc2CSi02 .TrackList
{ width:263px; }  /* 幅(トラックリスト全体) */
#contentMain #discAlbumArea .UnitDisc2CAl .TrackList dd,
#contentMain #discAlbumArea .UnitDisc2CSi01 .TrackList dd,
#contentMain #discAlbumArea .UnitDisc2CSi02 .TrackList dd
{ width:243px; }  /* トラック名の幅(トラックリスト全体から20px引いた数) */
/* リンクリスト */
#contentMain #discAlbumArea .UnitDisc2CAl .LinkList,
#contentMain #discAlbumArea .UnitDisc2CSi01 .LinkList,
#contentMain #discAlbumArea .UnitDisc2CSi02 .LinkList
{ width:263px; }  /* 幅 */

/* 【★Discgraphy 3カラム】------ */
/* トラックリスト */
#contentMain #discAlbumArea .UnitDisc3CAl .TrackList,
#contentMain #discAlbumArea .UnitDisc3CSi01 .TrackList,
#contentMain #discAlbumArea .UnitDisc3CSi02 .TrackList
{ width:171px; }  /* 幅(トラックリスト全体) */
#contentMain #discAlbumArea .UnitDisc3CAl .TrackList dd,
#contentMain #discAlbumArea .UnitDisc3CSi01 .TrackList dd,
#contentMain #discAlbumArea .UnitDisc3CSi02 .TrackList dd
{ width:151px; }  /* トラック名の幅(トラックリスト全体から20px引いた数) */
/* リンクリスト */
#contentMain #discAlbumArea .UnitDisc3CAl .LinkList,
#contentMain #discAlbumArea .UnitDisc3CSi01 .LinkList,
#contentMain #discAlbumArea .UnitDisc3CSi02 .LinkList
{ width:171px; }  /* 幅 */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 【★Discgraphy枠 1カラム】------ */
/*#contentMain #discAlbumArea .UnitDisc1CAl01,
#contentMain #discAlbumArea .UnitDisc1CAl02,
#contentMain #discAlbumArea .UnitDisc1CSi01,
#contentMain #discAlbumArea .UnitDisc1CSi02
{ background:url("../img/bg_unitDisc1C.gif") repeat-y 0% 0%; }  /* 背景画像 */
/*#contentMain #discAlbumArea .UnitDisc1CAl01 .Top,
#contentMain #discAlbumArea .UnitDisc1CAl02 .Top,
#contentMain #discAlbumArea .UnitDisc1CSi01 .Top,
#contentMain #discAlbumArea .UnitDisc1CSi02 .Top  /*,*/
/*{
background:url("../img/bg_unitDisc1CTop.gif") no-repeat 0% 0%;
font-size:1px;
line-height:0;
height:11px; 
}*/
#contentMain #discAlbumArea .UnitDisc1CAl01 .Btm,
#contentMain #discAlbumArea .UnitDisc1CAl02 .Btm,
#contentMain #discAlbumArea .UnitDisc1CSi01 .Btm,
#contentMain #discAlbumArea .UnitDisc1CSi02 .Btm  /*,*/
{
/*background:url("../img/bg_unitDisc1CBtm.gif") no-repeat 0% 100%;  /* 背景画像(下部分) */
background-image:none;
font-size:1px;
line-height:0;
height:11px;  /* 高さ調節 */
}

#contentMain #discAlbumArea .Mid  /*,*/
{
background:url("../img/bgMidDisc.gif") no-repeat 0% 100%;
font-size:1px;
line-height:0;
height:11px;  /* 高さ調節 */
}


/* ------------------------------------------------------------
 * ▼relArtiArea 枠
 * ------------------------------------------------------------ */
#contentMain #relArtiArea
{ background:url("../img/bg_disc.gif") repeat-y 0% 0%; }  /* 背景画像 */
#contentMain #relArtiArea .Btm
{
background:url("../img/bg_discBtm.gif") no-repeat 0% 100%;  /* 背景画像(下部分) */
font-size:1px;
line-height:0;
height:11px;  /* 高さ調節 */
}

/* ジャケ枠 */
/* ※必要であればジャケ枠の高さ調整をする。
 * そのときclass名を『JkArea01』から『JkArea02』などに変更し、
 * 任意の部分だけの高さ調整をする */
#contentMain #relArtiArea .JkArea02
{ height:130px; }
#contentMain #relArtiArea .JkArea03
{ height:145px; }
#contentMain #relArtiArea .JkArea04
{ height:165px; }

#contentMain #relArtiArea .Jkbg2
{
background:url("../img/jkDisc.jpg") no-repeat;
width:104px;
height:104px;
text-align:left;

}
#contentMain #relArtiArea .Jkbg2 img
{ border:#fff solid 1px; }
#contentMain #relArtiArea .Jkbg2 a:hover img
{ border:#ba6500 solid 1px; }


/* 【★Discgraphy 2カラム】------ */
/* トラックリスト */
#contentMain #relArtiArea .UnitDisc2CAl .TrackList,
#contentMain #relArtiArea .UnitDisc2CSi01 .TrackList,
#contentMain #relArtiArea .UnitDisc2CSi02 .TrackList
{ width:263px; }  /* 幅(トラックリスト全体) */
#contentMain #relArtiArea .UnitDisc2CAl .TrackList dd,
#contentMain #relArtiArea .UnitDisc2CSi01 .TrackList dd,
#contentMain #relArtiArea .UnitDisc2CSi02 .TrackList dd
{ width:243px; }  /* トラック名の幅(トラックリスト全体から20px引いた数) */
/* リンクリスト */
#contentMain #relArtiArea .UnitDisc2CAl .LinkList,
#contentMain #relArtiArea .UnitDisc2CSi01 .LinkList,
#contentMain #relArtiArea .UnitDisc2CSi02 .LinkList
{ width:263px; }  /* 幅 */



/* ------------------------------------------------------------
 * ▼関連アーティスト枠
 * ------------------------------------------------------------ */
#contentMain #relArtiArea
{ background:url("../img/bg_relArti.jpg") repeat-y 0% 0%; }  /* 背景画像 */
#contentMain #relArtiArea .Btm
{
	background:url("../img/bg_relArtiBtm.jpg") no-repeat 0% 100%;  /* 背景画像(下部分) */
	font-size:1px;
	line-height:0;
	height:13px;  /* 高さ調節 */
}

/* ジャケ枠 */
/* ※必要であればジャケ枠の高さ調整をする。
 * そのときclass名を『JkArea01』から『JkArea02』などに変更し、
 * 任意の部分だけの高さ調整をする */
#contentMain #relArtiArea .JkArea02
{ height:130px; }
#contentMain #relArtiArea .JkArea03
{ height:140px; }
#contentMain #relArtiArea .JkArea04
{ height:170px; }
#contentMain #relArtiArea .JkArea05
{ height:225px; }
#contentMain #relArtiArea .JkArea06
{ height:235px; }
#contentMain #relArtiArea .JkArea07
{ height:250px; }
#contentMain #relArtiArea .JkArea08
{ height:265px; }

#contentMain #relArtiArea .Jkbg2
{
	background:url("../img/jkRelArti.jpg") no-repeat;
	width:104px;
	height:104px;
	text-align:left;

}
#contentMain #relArtiArea .Jkbg2 img
{ border:#fff solid 1px; }
#contentMain #relArtiArea .Jkbg2 a:hover img
{ border:#ba6500 solid 1px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 【★関連アーティスト 1カラム】------ */
/* トラックリスト */
#contentMain #relArtiArea .UnitRelArti1C01 .TrackList,
#contentMain #relArtiArea .UnitRelArti1C02 .TrackList
{ width:284px; }  /* 幅(トラックリスト全体) */
#contentMain #relArtiArea .UnitRelArti1C01 .TrackList dd,
#contentMain #relArtiArea .UnitRelArti1C02 .TrackList dd
{ width:264px; }  /* トラック名の幅(トラックリスト全体から20px引いた数) */

/* リンクリスト */
#contentMain #relArtiArea .UnitRelArti1C01 .LinkList
{ width:284px; }  /* 幅 */
#contentMain #relArtiArea .UnitRelArti1C02 .LinkList
{ width:284px; }  /* 幅 */

/* 【★関連アーティスト枠 2カラム】------ */
#contentMain #relArtiArea .UnitRelArti2C  /*,*/
{
/*background:url("../img/bg_unitRelArti2C.gif") repeat-y 0% 0%;*/
width: 578px;
}  /* 背景画像 */
#contentMain #relArtiArea .UnitRelArti2C .Top  /*,*/
{
/*background:url("../img/bg_unitRelArti2CTop.gif") no-repeat 0% 0%;  /* 背景画像(上部分) */
font-size:1px;
line-height:0;
height:11px;  /* 高さ調節 */
}
#contentMain #relArtiArea .UnitRelArti2C .Btm  /*,*/
{
/*background:url("../img/bg_unitRelArti2CBtm.gif") no-repeat 0% 100%;  /* 背景画像(下部分) */
background-image:none;
font-size:1px;
line-height:0;
height:11px;  /* 高さ調節 */
}
#contentMain #relArtiArea .Mid  /*,*/
{
background:url("../img/bgMidRelArti.gif") no-repeat 0% 100%;
font-size:1px;
line-height:0;
height:11px;  /* 高さ調節 */
}


/* --------------------------------------------------------
 * ▼コンテンツメイン ボトム部分
 * -------------------------------------------------------- */
#contentMain #contentMainBtm
{
background:url("../img/bg_cnttMainBtm.gif") no-repeat 0% 100%;  /* 背景画像 */
height:28px;
}
