/*---------------------------------------------
ボディ
---------------------------------------------*/
body {
	background: #757E29;
	color:#669900;
	text-align: center;
	font-family:'ＭＳ　Ｐゴシック','ヒラギノ丸ゴ Pro W4',sans-serif;
	background-image: url(../images/bg_line.gif);
	background-repeat: repeat-y;
}

/*---------------------------------------------
リンク
---------------------------------------------*/
a:link {color: #006699;text-decoration: none;}
a:hover {color: #0000FF;text-decoration: none;}
a:visited {color: #666666;text-decoration: none;}


/*---------------------------------------------
ページの外枠
---------------------------------------------*/
.pageBase {
	width: 732px;
	height: 100%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

/*---------------------------------------------
ヘッダ
---------------------------------------------*/
.header {
	text-align:left;
	padding : 0px;
	margin: 0px;
}
/*---------------------------------------------
インフォメーション
---------------------------------------------*/
.information {
	font-family:'ＭＳ　Ｐゴシック','ヒラギノ丸ゴ Pro W4',sans-serif;
	float:left;
	text-align:left;
	padding : 0px;
	margin: 0px;
}

/*---------------------------------------------
コンテンツ
---------------------------------------------*/
.contents {
	font-family:'ＭＳ　Ｐゴシック','ヒラギノ丸ゴ Pro W4',sans-serif;
	float:left;
	text-align: left;
	line-height: 14pt;
}
/*---------------------------------------------
ちび文字
---------------------------------------------*/
.chibi {
	color:#666666;
	font-size:0.9em;
}
/*---------------------------------------------
アルバムタイトル
---------------------------------------------*/
.alubum {
	font-size:1.1em;
	font-weight:bold;
}
/*---------------------------------------------
アーティスト名
---------------------------------------------*/
.artist {
	font-size:0.8em;
}

table {
	font-size:0.8em;
}
/*---------------------------------------------
フッター（コピーライト）
---------------------------------------------*/
div.footer {
	clear:left;
	width: 732px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
}

