.music_right_song {
	font-family: 'Droid Serif','Noto Sans Japanese', serif;
	color: #000000;
	font-size: 14px;
	width: 440px;
	line-height: 35px;
}


/* NEXT PREVIEW */
.next_preview{
	text-align: center;
	padding: 25px 5px 0px 5px;
	clear: both;
}

.next_preview a{
	text-decoration: none;
}

/*******************************
**
**	CONTENTS TABLE
**
********************************/

.contents_table{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.table_title{
	background-color: #CDCDCD;
	width: 150px;
	color: #000000;
	text-align: left;
	padding: 8px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.table_contents{
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 130%;
}

.form_comment{
	width: 95%;
	color: #333333;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

.column_under_right{
	position: relative;
	text-align: right;
	padding: 5px 5px 0px 5px;
	clear: both;
}

/**************************************
**
**	WARNING CONTENTS
**
**************************************/

#warning{
	width: 80%;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
	border: double #000000 3px;
	line-height: 22px;
	word-wrap: break-word;
}