/* -+-+-+-+-+-+-+-+-+-+-+-+- menuwrap スタート */


/* それぞれのwrap */

#mediawrap {
	width:900px;
	height: 6250px;
}

#songwrap {
	width:900px;
	height: 1300px;
}


.margin {
	margin-top: -13px;
}




/* -+-+-+-+-+-+-+-+-+-+-+-+- sideContents スタート */

/* #mediawrap sideContents */


#mediawrap #sideContents {
	width:160px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	height: 6200px;
	padding-left: 25px;
}

/* #songwrap sideContents */


#songwrap #sideContents {
	width:160px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	height: 1280px;
	padding-left: 25px;
}

/* sideContents h1スタート */
#sideContents h1{
	background-image: url(../menu/common/menu.jpg);
	clear: both;
	height: 37px;
	width: 150px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../media/common/media.jpg);
	margin-top: -3px;
}

#sideContents ul{
	width: 150px;
	list-style-type: none;
}

#sideContents li{
	width: 150px;
	margin-bottom: 10px;
}

#sideContents li a{
	color: #FF9900;
}

#sideContents li a:hover{
	color: #66CC00;
}




/* -+-+-+-+-+-+-+-+-+-+-+-+- プレス スタート */
#press {
	width:650px;
	float: left;
	padding-left: 15px;
}

#press table{
	width:600px;
	margin-left: 10px;
}


#press td{
	padding: 10px;
}


/* h1スタート */



.media {
	background-image: url(../media/media/title_media.jpg);
	height: 35px;
	width: 670px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- ソング スタート */
#song {
	width:650px;
	float: left;
	padding-left: 15px;
}

#songimg {
	height: 187px;
	width: 453px;
	float: left;
}

#songimg h1 {
	font-weight: bold;
	color: #66CC00;
	margin-top: 20px;
}

#lyrics {
	width: 650px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 20px;
}

#lyrics p {
	line-height: 1.2em;
}

#songimg img {
	float: left;
	margin-right: 10px;

}

.margin {
	padding-left: 100px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}







.song {
	background-image: url(../media/song/title_song.jpg);
	height: 35px;
	width: 670px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#song dl {
	width: 300px;
	clear: both;
}
#song dt {
	width: 100px;
	float: left;
}
#song dd {
	width: 200px;
}
