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

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

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

.music1	{
	background: #EEE;
	border:2px solid #999; 
	padding: 10px;
	margin-bottom:10px;
}
.music2	{
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

.flash {
	
}

.lyric{
	-moz-columns: 2 300px;
    -webkit-columns: 2 300px;
    columns: 2 300px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-rule: dotted red 4px;
	-webkit-column-rule: dotted red 4px;
	column-rule: dotted red 2px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
}

.aaa {
	background:#FFF;
}

.pics1{
	text-align:center;
}

h1{
	color:#F03;
}

h2{
	text-align:left;
}

h3{
	text-align:center;
}

p{
	font-weight:bold;
}

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

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

strong{
	color:#F03;
	font-weight:bold;
}

pre{
	break-inside: avoid-column;
}

a{
	font-weight:bold;
}

/* 未読リンク*/
a:link{
	color:#00F;
}

/* 既読リンク*/
a:visited{
	color:#00F;
}

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

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

.body1{
	color:#000000;
	background:url("../Bgfile/bg_007.gif") repeat;
	margin:10px;
	padding:0px;
}

/* 検索テーブル */
.table1{
	text-align:center;
	border:solid 2px #60F;
	background-image:url(../Bgfile/bg_010.gif);
}

/* アーティストテーブル(日本語） */
.table2{
	text-align:center;
	width:1170px;
	border:dotted 2px #00F;
	background-image:url(../Bgfile/bg_005.gif);
}

/* アーティストテーブル(英語） */
.table3{
	text-align:center;
	width:870px;
	border:dotted 2px #00F;
	background-image:url(../Bgfile/bg_005.gif);
}

/* スケーター、テニスプレイヤー、アクトレステーブル(日本語） */
.table4{
	text-align:center;
	width:1200px;
	border:dotted 2px #00F;
	background-image:url(../Bgfile/bg_005.gif);
}

/* スケーター、テニスプレイヤー、アクトレステーブル(英語） */
.table5{
	text-align:center;
	width:1000px;
	border:dotted 2px #00F;
	background-image:url(../Bgfile/bg_005.gif);
}

/* 観光テーブル */
.table6{
	text-align:center;
	width:600px;
	border:dotted 2px #00F;
	background-image:url(../Bgfile/bg_005.gif);
}

/* その他テーブル */
.table7{
	text-align:center;
	width:500px;
	border:dotted 2px #00F;
	background-image:url(../Bgfile/bg_005.gif);
}

.tr1{
	font-weight:bold;
	font-size:14px;
}

.detail{
	text-align:left;
	font-weight:bold;
	line-height:2em;
}