@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	text-align:center;
}

.body_art{
	background-image:url("../Bgfile/bg_art_001.jpg");
	text-align:center;
}

audio{
	height:32px;
	width:300px;
	z-index:10;
}

footer{
	text-align:center;
	font-weight:bold;
	color:#fff;
}

h1{
	color:#fff;
}

h2{
	color:#fff;
}

h3{
	color:#f00;
}

p{
	font-weight:bold;
}

th{
	text-align:center;
	border:solid 2px #FFF;
}

td{
	text-align:left;
	border:solid 2px #FFF;
}

strong{
	color:#6F0;
	font-weight:bold;
}

a{
	font-weight:bold;
}

/* 未読リンク*/
a:link{
	color:#0FC;
}

/* 既読リンク*/
a:visited{
	color:#0FC;
}

/* マウスオーバー*/
a:hover{
	color:#F00;
}

/* リンククリック時*/
a:active{
	color:#939;
	background-color:transparent;
}

/* 音楽 */
.music1	{
	border:2px solid #999; 
	background-image:url(../Img/music_back.jpg);
	padding: 5px;
	margin-bottom:5px;
}

/* 音楽　枠 */
.music2	{
	margin:auto;
	width:800px;
	height:350px;
	border-radius: 30px 150px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 150px 30px;	/* Firefox用 */
}

/* 音楽　その他ブラウザ */
.music_other {
	background-image:url(../Img/music_back.jpg);
}

/* Flash */
.flash {
	
}

/* 音楽のテキストの影 */
.shadow {
	background:#F9C;
	font-weight:bold;
}

/* 楽曲名の影 */
.shadow_music_title {
	background:#3F9;
	font-size:24px;
}

/* 音楽見出しの影 */
.shadow_title {
	color:#00f;
	background:#CF3;
	font-size:30px;
}
