@charset "UTF-8";
#sb {
	background: none ;
}

#sb #container {
	margin:0 auto;
	width:500px;
	}
	
#sb #contents {
	margin: 0;
	padding: 0 12px;
} 
#sb #contents .article {
	marin:0;
	padding:0;
	border-bottom:1px dotted #ccc;
	}
#sb h2{
	margin:12px;
	padding:0;
	}

.setlist {
	marin:0;
	padding:0;
	border-bottom:1px dotted #ccc;
	height:auto;
	overflow:hidden;
}
.setlist .songs {
	float:left;
	width:40%;
	marin:0;
	padding:0 0 0 24px;
}
.setlist .member {
	float:right;
	width:50%;
	text-align:right;
	font-size:92%;
}
/* Form */

	.contentA{
		padding:10px;
		width:420px;
}
	.left{
		width:150px;
		float:left;
		padding:7px 0px 0px 7px;
		min-height:24px;
		font-weight:bold;
	}
	.right{
		width:200px;
		float:left;
		padding:5px;
		min-height:24px;
	}
	.rightL{
		width:250px;
		float:left;
		padding:5px;
		min-height:24px;
	}
	.row{
		background-color:none;
		display:block;
		min-height:32px;
	}
	.text{
		width:190px;
	}
	.ruler{
		width:400px; border-bottom:dashed 1px #dcdcdc;
	}
	tr:focus{
		background-color:#fcfcf0;
	}
	td{
		vertical-align:top;
	}
	.over{
		background-color:#e6e2af;
	}
	.out{
		background-color:none;
	}
	
/* プロフィール */
body #profH {
	width:500px;
	height:600px;
	margin:0;
	padding:0;
	}
#profH #container {
	margin:0 auto;
	padding:0;
	width:500px;
	height:600px;
	background:url(../images/prof/prof_hiro.jpg) no-repeat;
	position:relative;
	}
#profH #container #contents {
	position:absolute;
	top:115px;
	left:222px;
	color:#fff;
	width:225px;
	height:350px;
	overflow:auto;
	margin:0;
	padding:0 16px;
	}
#profS #container {
	margin:0 auto;
	padding:0;
	width:500px;
	height:600px;
	background:url(../images/prof/prof_sano.jpg) no-repeat;
	position:relative;
	}
#profS #container #contents {
	position:absolute;
	top:189px;
	left:37px;
	color:#fff;
	width:250px;
	height:336px;
	overflow:auto;
	margin:0;
	padding:0 16px;
	}
#profH #container #contents p, #profS #container #contents p {
	margin-bottom:1em;
	}
	
/* ディスコグラフィ */
h2#disc {
	background:none;
	margin:1em 0;
	padding:0 12px;
	border:none;
	}
h6.disc {
	color:#567fc0;
	font-weight:bold;
	line-height:17px;
	padding:0 0 0 25px;
	background:url(../images/mark01.gif) no-repeat;
	border-bottom:1px solid #002283;
}
#discdesc {
	margin:1em 0;
	padding:10px;
	border:1px dotted #ccc;
}
#discdesc p {
	margin:1em 0;
}
#agency {
	width:382px;
	margin:1em auto;
	padding:10px;
}
#agency ul li {
	float:left;
	margin:0 5px;
}
#agency ul li a{
	display:block;
	width:110px;
	height:35px;
}
#jktL {
	width:240px;
	float:left;
}
#songlist {
	padding-top:6px;
}
#songlist table {
	width:230px;
	margin:0 0 0 15px;
}
#songlist table#beautiful {
	width:220px;
	margin:0 0 0 25px;
}

#songlist table th {
	padding:0.1em 1em;
	border-bottom:1px dotted #ccc;	
	font-weight:normal;
	text-align:left;
}
#songlist table td {
	width:20px;
	height:20px;
	padding:0 1em;
	border-bottom:1px dotted #ccc;	
}
#songlist table td.nbb,#songlist table  th.nbb {
	border:none;
}
#songlist ol li span.stitle {
	padding-right:2em;
}



#credit {
	font-size:92%;
	margin:10px 0;
	padding:10px;
	border:1px dotted #ccc;
}
