/************ 全体 ************/
body{
	background-color:#fff;
}
th{
	word-break:keep-all;
}
/************ リンク ************/
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/************ メニュー ************/
p.menu{
	background-color:#ddd;
	margin-bottom:0px;
	text-align:right;
	padding:3px;
}
/************ タイトル ************/
h1{
	color:red;
}
/************ ページタイトル ************/
h2{
	margin-top:0px;
	background-color:#69c;
	padding:4px;
}

/************ 一覧 ************/
/* 奇数行 */
tr.row1{
	background-color:#fff;
}
/* 偶数行 */
tr.row2{
	background-color:#eee;
}
/* 各項目 */
tr.row1 td,tr.row2 td{
}

/************ 部屋情報 ************/
table.room{
	border-style:none;
}
table.room th{
	padding:2px 1em;
	background-color:#ddd;
}
table.room td{
	padding:2px 1em;
}
table.room tr{
	background-color:#fff;
}

/************ 曲リスト ************/
table.list{
	border:solid 1px #000;
	width:100%;
}
table.list td{
	padding:2px 0.5em;
	border-right-style:none;
	border-left-style:none;
}
table.list th{
	background-color:#ddd;
	border:solid 1px #888;
	border-right-style:none;
	border-left-style:none;
	text-align:center;
}

/************ 入力欄 ************/
input.input-list{
	width:100%;
	margin:1px 0.5em;
}


/************ オフリスト ************/
table.off-list{
	border:solid 1px #000;
	width:100%;
}
table.off-list td{
	padding:2px;
}
table.off-list th{
	background-color:#ddd;
	border:solid 1px #888;
	border-right-style:none;
	border-left-style:none;
}
.col-o-date{
	text-align:center;
	word-break:keep-all;
}
.col-o-offname{
	word-break:keep-all;
}
.col-o-place{
}

/************ 人別・Artistリスト ************/
table.person,table.artist{
	width:50%;
}
/************ 曲リスト列 ************/
.col-date{
	text-align:center;
	word-break:keep-all;
}
.col-no{
	text-align:right;
	border-right:solid 1px silver;
}
.col-song{
	width:30%;
}
.col-art{
	width:25%;
}
.col-hn{
	width:15%;
}
.col-comment{
	width:25%;
}
.col-show{
	text-align:center;
}
/************ ランキング列 ************/
.col-p-offname{
	word-break:keep-all;
}
.col-artist{
	word-break:keep-all;
}
.col-p-room{
	word-break:keep-all;
	width:4em;
}
.col-p-hn{
	word-break:keep-all;
}
.col-p-comment{
	font-size:90%;
	color:red;
}
/************* copy **************/
p.copy{
	font-family:"Arial Black";
}
