@charset "utf-8";
/* CSS Document */

#btnTo1st a, #btnTo2nd a {
  display: block;
  width: 150px;
  height: 20px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  background-image: url(/music/img/btnNav.png);
  background-repeat: no-repeat;
}
#btnTo1st a { background-position: left 0; }
  #btnTo1st a:hover { background-position: left -20px; }
#btnTo2nd a { background-position: -150px 0; }
  #btnTo2nd a:hover { background-position: -150px -20px; }

div.section h3{
	margin-top:20px;
}
div.section p{
	line-height:190%;
}
div.section{
	width:560px;
	margin:0px auto;
	padding:50px 0;
	color:#663300;
}
div.summaryBox{
  margin:20px 0 20px 10px;
}
div.summaryBox .photo{
  float:left;
}
p.summaryTxt{
  float:left;
  width: 285px;
  padding-left: 15px;
}
p.summaryTxt span.title{ font-size:20px;}
p.summaryTxt span.artist{ font-size:18px;}
div.artist{
  padding:10px 0 30px 15px;
  border-top:1px dotted #663300;
  border-bottom:1px dotted #663300;
}
p.artistCaption{
  font-size:18px;
  font-weight:bold;
  padding-left:20px;
  background:url(../img/icon.gif) no-repeat left center;
  margin:10px 0 0 0;
}
p.txtRight{
  text-align:right;
}