@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////////// Lyrics */

/* ----------------------------------------------------- Lists */

.lyricsIndex h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #d9d9d9;
	color: #333;
	font-weight: normal;
}

.lyricsIndex ul {
	margin: 0px 0px 15px 2px;
	padding: 0px 0px 0px 0px;
}

.lyricsIndex ul li{
	padding: 0px 0px 0px 13px;
	background: url(../images/arrow.gif) no-repeat 2px 7px;
}

.topBoxL{
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 203px;
	float: left;
}

.topBoxR{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 203px;
	float: right;
}

.topH2{
	font-weight: normal;
}

.topH3{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 87%;
	color: #b95;
	background-image: none;
	font-weight: bold;
}

.topList{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.topList li{
	margin-left: 0px;
	padding: 0px 0px 0px 13px;
	line-height: 1.8;
	background: url(../images/arrow.gif) no-repeat 2px 0.7em;
}

/* ----------------------------------------------------- Item */
.contenttitle{
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
}

.itemH2{
	margin: 0px 0px 10px 0px;
	font-size: 180%;
	line-height: 1.3;
	font-weight: bold;
}

.searchH2{
	margin: 0 0 0px 0;
	padding: 0 0 5px 0;
	clear: both;
	background: url(../images/dot.gif) bottom repeat-x;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.searchWord{
	font-style: normal;
	font-weight: bold;
	padding-right: 4px;
}

.content strong{
	font-weight: bold;
	color: #b95;
}

.itemBox{
	line-height: 1.8;
	text-align: left;
}

.itemBox p{
	margin: 0px 0 15px 0;
}

.itemBox blockquote {
	margin: 0px 0px 12px 0px;
    padding: 3px 12px 0px 8px;
	border-left: 5px solid #dfdfdf;
	background: #f5f5f5;
}

.itemBox blockquote p {
	padding: 2px 0px 4px 0px;
}


/* ----------------------------------------------------- Entry Footer */

.itemBox .shareList{
	padding: 10px 0 13px 0;
	background: url(../images/cont_line01.gif) repeat-x 0% 100%;
}





/* ----------------------------------------------------- Search */

.lyricsSearch article {
	margin-bottom: 15px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px dotted #ccc;
}

.lyricsSearch h2 {
	margin: 4px 0px 5px 0px;
	font-size: 182%;
	line-height: 1.3;
	font-weight: bold;
}

.lyricsSearch time {
	color: #999;
	font-size: 82%;
	line-height: 1.4;
}

.lyricsSearch .more {
	margin-top: 8px;
}

