/* CSS Document */
body table tr td .contents {
	background-color: black;
	font-family: arial,helvetica,sans-serif,osaka;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.5em;
}
body table tr td .contents .title{
	background-color: black;
	font-family: arial,helvetica,sans-serif,osaka;
	font-size: 20pt;
	font-weight: normal;
	line-height: 1.5em;
	color: #FF4F18;
}
body table tr td .spec{
	background-color: black;
	font-family: arial,helvetica,sans-serif,osaka;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.5em;
}
body table tr td .spec .title{
	background-color: black;
	font-family: arial,helvetica,sans-serif,osaka;
	font-size: 15pt;
	font-weight: normal;
	line-height: 1.5em;
}
body table tr td .musician{
	display: inline;
	float: left;
	background-color: black;
	font-family: arial,helvetica,sans-serif,osaka;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 50px
}
body table tr td .musician .title{
	font-size: 15pt;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 10px;
}
body table tr td .musician .photo{
	display: inline;
	float: left;
	width: 266px;
	margin-left: 20px;
}
body table tr td .musician .text{
	display: inline;
	float: left;
	width: 330px;
	height: 400px;
	background-color: black;
	font-family: arial,helvetica,sans-serif,osaka;
	font-size: 11pt;
	font-weight: normal;
	line-height: 1.5em;
}
body table tr td .musician .text .title a{
	background-color: black;
	font-family: arial,helvetica,sans-serif,osaka;
	font-size: 15pt;
	font-weight: normal;
	line-height: 1.5em;
}
