/***************************************
	基本設定
***************************************/
*{
	margin:0;
	padding:0;
	border:0;
	border-spacing:0;
	list-style:none;
}

/***************************************
	body設定
***************************************/
body {
	color: #FFFFFF;								/* 文字色							*/
	background-color: #828282;					/* 背景色指定						*/
	font: 0.9em/150% 'ＭＳ Ｐゴシック',Osaka;	/* フォントサイズ フォント表示幅	*/
}


/***************************************
	ヘッダ　フッダ設定
***************************************/
#header,
#footer {
	width: 800px;			/* 表示横幅 */
	margin: 0 auto;			/* マージン設定 */
}

#header {
	position :relative;								/* 相対位置配置 */
	height: 104px;									/* 高さ指定 */
	background: url("image/bg_header.jpg") no-repeat;		/* 画像表示 */
}

/*フッター*/
#footer {
	height: 21px;									/* 高さ指定 */
	background: url("bg_footer.jpg") no-repeat;		/* 画像表示 */
}
/* コピーライト */
#copyright {
	margin: 0 auto;
	width: 800px;
	line-height: 16px;
	text-align: center;
}

/* ヘッダ位置に表示(LaFiesta!ロゴ) */
#btnLogo {
	position: relative;		/* 絶対位置 */
	display: block;
	text-align: left;
	text-indent: -9999px;
	width: 800px;
	height: 104px;
}

h1 span {
	display: none;			/* 非表示 */
}

/***************************************
	本体設定
***************************************/
#mainBase {
	text-align: center;				/* 行揃えの位置			*/
	margin: auto;					/* 上下左右のマージン	*/
	position: relative;				/* 相対位置への配置		*/
	width: 800px;					/* 幅指定				*/
	background-color: #000000;		/* 背景色指定			*/
}

/***************************************
	本文入力用
***************************************/
.entry_data {
	margin: 5px;
	text-align: left;		/* 左寄せ */
}
/***************************************
	見出し + 本文設定
***************************************/
h2#midashi_01{
	width: 740px;				/* テーブルの横幅 */ 
	margin-left : 20px ;
	padding:5px 0px 5px 15px;
	border-left:#DD0000 6px solid;
	border-bottom:#CC0000 4px solid;
	font-size: small;
	font-weight: bold;
	color:#FFFFFF;
}

p {
	padding: 10px 30px;
}

.table1 { 
	width: 720px;				/* テーブルの横幅 */ 
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 2px #B70000 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	margin-left : 35px ;
	margin-top : 10px ;
} 

.table1 TD { 
	border: 2px #B70000 solid; /* セルの枠線（太さ・色・スタイル） */ 
	padding: 5px; /* セル内の余白 */ 
}
/* -------------------------------------
　DJネーム
 -------------------------------------*/

#djName { 
	font: 1.2em/120% 'ＭＳ Ｐゴシック',Osaka;	/* フォントサイズ フォント表示幅	*/
	font-weight: bold;
}
	
/* -------------------------------------
　告知文
 -------------------------------------*/
#msg_Main{
}
.notice {
}
/***************************************
	CD情報 ID クラス
***************************************/
#cd {
}
.cdTitle{
	font: 2.0em/150% 'ＭＳ Ｐゴシック',Osaka;	/* フォントサイズ フォント表示幅	*/
}
.cdMainTitle{
	font: 3.0em/150% 'ＭＳ Ｐゴシック',Osaka;	/* フォントサイズ フォント表示幅	*/
}
.mesPrint{
	font: 1.1em/190% 'ＭＳ Ｐゴシック',Osaka;	/* フォントサイズ フォント表示幅	*/
	text-align: center;
	font-weight: bold;
}
.trackList{
	font: 1.0em/150% 'ＭＳ Ｐゴシック',Osaka;	/* フォントサイズ フォント表示幅	*/
	margin-left : 250px ;
}

#cdinfo {
	text-align: center;
}

