@charset "UTF-8";
/* 文字コード：UTF-8 */


/*----------------------------------------------------------------------------------------------------*/
div#wallpaper {
	background-color: #eee;
	width: 750px;		/* コンテンツ幅を750pxに設定 */
	margin-left: auto;		/* 左側のマージンを自動算出 */
	margin-right: auto;		/* 右側のマージンを自動算出 */
	text-align: center;
}

div#frame {
	background-color: #fff;
	width: 700px;		/* コンテンツ幅を700pxに設定 */
	margin-left: auto;		/* 左側のマージンを自動算出 */
	margin-right: auto;		/* 右側のマージンを自動算出 */
	padding: 0px 0px;		/*余白スペース:上下 左右*/
	text-align: left;
}

#frame p.rcontent {
	padding:1em;
	background:#fff;
	color:#eee;		/* wallpaperの背景色 */
}
#frame span.rtop, 
#frame span.rbottom {
	display:block;
	background: #eee;		/* wallpaperの背景色 */
}
#frame span.rtop span, 
#frame span.rbottom span {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #fff;
}
#frame span.r1{
	margin: 0 5px;
}
#frame span.r2{
	margin: 0 3px;
}
#frame span.r3{
	margin: 0 2px;
}
#frame span.rtop span.r4, 
#frame span.rbottom span.r4{
	margin: 0 1px;height: 2px;
}

div#profile {
	background-color: #fff;
	width: 660px;		/* コンテンツ幅を660pxに設定 */
	margin-left: auto;		/* 左側のマージンを自動算出 */
	margin-right: auto;		/* 右側のマージンを自動算出 */
	padding: 10px 20px;		/*余白スペース:上下 左右*/
	text-align: left;
	font-size: 1.2em;
	line-height: 150%;
}

/*----------------------------------------------------------------------------------------------------*/
#wallpaper a:link {
	color: #00f;		/*未閲覧のリンク色を青色に設定*/
	text-decoration: none; 
}
#wallpaper a:visited {
	color: #66f;		/*閲覧済のリンク色を水色に設定*/
	text-decoration: none; 
}
#wallpaper a:hover {
	color: #f00;		/*マウスオーバー時のリンク色を赤色に設定*/
	text-decoration: none; 
}
#wallpaper a:active {
	color: #f60;		/*アクティブ時のリンク色を橙色に設定*/
	text-decoration: none; 
}

/*----------------------------------------------------------------------------------------------------*/
#profile h1,#profile h2,#profile h3 {
	color:#000;
}
#profile h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}
#profile h2 {
	font-size: 1.2em;
	margin-top: 0.4em;		/*上方スペース*/
	margin-bottom: 0.4em;		/*下方スペース*/
	margin-left: 0%;
	background-color: #fffacd;
	border-left-color: #f4a460;
	padding: 2px 0px 0px 4px;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
}
#profile h3 {
	font-size: 1.0em;
	margin-top: 0.6em;		/*上方スペース*/
	margin-bottom: 0em;		/*下方スペース*/
}
#profile .index th,#profile .index td,#profile .index2 td,#profile .index3 td {
	line-height: 120%;
	padding:3px;
}
#profile .kaisetsu {
	margin-top:5px;
	font-size:80%;
	line-height: 120%;
}



.frame-block {
	position: relative;
	display: block;
	width: 500px;
	height:300px;
}

.frame-block span {
	background: url(https://www.musicman-net.co.jp/houseimg/img-frame.png) no-repeat center top;
	width: 500px;
	height:300px;
	display: block;
	position: absolute;
}


.index {
	font-size: 11px;
	background-color: #fff;
	text-align: center;
}
.index2 {
	font-size: 11px;
	background-color: #fff;
	text-align: center;
}
.index3 {
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
}


.comment {
	text-align : left;		/*左寄せ*/
	width: 456px;
	padding: 0.5em;
	margin: 5px 15px 20px;
	font-size: 13px;
}

.comment2 {
	text-align : left;		/*左寄せ*/
	background-color: #fff;
	width: 620px;
	margin: 10px 5px 20px;
	font-size: 13px;
	border: 1px dashed #00c;
	padding: 10px;
}


div.item{
	position: relative;
	float: left;
}

span.pixel{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(http://www.fb.musicman-net.co.jp/top/houseimg/pixel.png);
}

dl.infoframe {
	padding:5px;
	margin:0;
	display:block;
	background:#222;
	border:1px solid #666;
}
dl.infoframe a:link {
	color: #009;		/*未閲覧のリンク色を青色に設定*/
	text-decoration: none; 
}
dl.infoframe a:visited {
	color: #069;		/*閲覧済のリンク色を青緑色に設定*/
	text-decoration: none; 
}
dl.infoframe a:hover {
	color: #f00;		/*マウスオーバー時のリンク色を赤色に設定*/
	text-decoration: none; 
}
dl.infoframe a:active {
	color: #f60;		/*アクティブ時のリンク色を橙色に設定*/
	text-decoration: none; 
}
dl.infoframe dt {
	padding:0 0 5px 0;
	margin:0;
	display:block;
	color:#fff;
	font-weight:bold;
}
dl.infoframe dd {
	padding:10px;
	margin:0;
	display:block;
	background:#fff;
	border:1px solid #ccc;
}
dl.infoframe span.mark {
	padding:1px 2px;
	color:#222;
	background:#c00;
	font:normal 9px;
}
.rehearsal th {
	font-size: 10px;
	background:#c0dd91;
	text-align: center;
}
.rehearsal td {
	font-size: 11px;
	background:#f9bf97;
	text-align: center;
}
.normal th, .normal td {
	font-size: 11px;
}