@charset "UTF-8";
/* 文字コード：UTF-8 */


/*--color--*/
#musicmanbook .color{
	color:#0073ff;	/*表紙色*/
	font-weight:bold;
}
#musicmanbook h3{
	font-size:1.0em;
	color:#fff;
	font-weight:bold;
	background:#0073ff;	/*表紙色*/
	border-left:none;
	margin:10px 0 5px 0;
	padding:2px 0 0 0;
}
#musicmanbook th{
	background:#ffa500;	/*表紙に合う別色*/
	text-align:center;
}
#musicmanbook div.hempin{
	width:600px;
	height:170px;
	color:#fff;
	background:#0073ff;	/*表紙色*/
	padding:10px;
}
#musicmanbook table.form{
	background:#fffad7;
	padding:0px;
	border:2px #0073ff solid;	/*表紙色*/
}
#musicmanbook table.form th{
	color:#fff;
	font-weight:bold;
	background:#0073ff;	/*表紙色*/
}
#musicmanbook table.form2{
	background:#fff;
	padding:10px;
	border:2px;
	border-style:solid;
	border-color:red;
}
#musicmanbook table.form2 th{
	background:#fff;
}
#musicmanbook table.form3{
	background:#000;
}
#musicmanbook table.form3 th{
	background:#fff;
	padding:2px;
}
#musicmanbook table.form3 td.form{
	background:#9cf;
	color:#006;
	padding:2px;
}
#musicmanbook table.form3 td{
	background:#e6f9ff;
	padding:2px;
}
/*--/color--*/




#musicmanbook table.list{
	font-size:1.1em;
	background:#000;
}
#musicmanbook table.list td{
	background:#fffad7;
	text-align:center;
}
#musicmanbook table.list td.area{
	text-align:left;
	padding:0 0 0 5px;
}

#musicmanbook table.form td{
	text-align:left;
}
#musicmanbook table.form td.form{
	text-align:center;
	padding:5px 0;
}

.submitbutton{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif
}


/*--others--*/
h2.article{
	color:#000;
	border-bottom:1px #ddd solid;
}
div.spec{
	background:#eee;
	border:1px #ddd solid;
	font-size:90%;
}
/*-/others--*/