@charset "utf-8";

/************************************************
*
*	CSS Document for lyrics/
*	last update : 2012/06/11
*
*************************************************/

@import url(contents.css);



/* display 800px ------------------------------- */

#main {											/* メインエリア */
	width:760px;
	height:100%;
	float:right;
	padding:20px 0 0 0;
	}
				
#main h1 {										/* page title */
	width:760px;
	padding:11px 0 1px 0;
	margin:0 0 36px 0;
	font-weight:900;
	color:#868686;
	font-size:200%;
	border-bottom:1px solid #868686;
	}



.dl_for_pdf {
	font-size:x-small;
	background:url(/img/icon_pdf.gif) no-repeat; 
	background-position:0 0; 
	padding:0px 0 10px 50px;
	}
.dl_for_pdf p.note {
	font-size:x-small;
	padding:0 0 5px 0;	
	}


.songs_box {
	display:block;
	position:relative; left:50px; top:0;
	width:350px;
	border:2px dotted #cccccc;
	padding:15px;
	}

.songs {
	display:block;
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
	font-weight:bold;
	}
	
	
	
	
	
	