/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../img/bg.jpg) repeat-y center top #000;
	text-align:center;
	font-size: 14px;
	color:#333;
}

#container {
	width:748px;
	margin: 440px auto 0 auto;
	text-align: center;
	background-color:#ffffff;
	border-left:1px solid #d8a2ae;
	border-right:1px solid #d8a2ae;
}


img {
	margin:0px;
	padding:0px;
	border:0;
}


.clearfloat {
	clear:both;
}

#footer {
	margin:0;
	padding:30px;
}


h5 {
	font-size:100%;
	color:#c30;
	border-left:solid 5px #c30;
	border-bottom:solid 1px #c30;
	padding: 3px 0 3px 10px;
	text-align: left;
	margin: 20px 0 20px 30px;
}

a:link {
	color: #33cc66;
	text-decoration: underline;
}

a:hover {
	color: #33cc66;
	text-decoration: none;
}

a:active {
	color: #33cc66;
	text-decoration: none;
}

a:visited {
	color: #33cc66;
	text-decoration: underline;
}


.errormessage {
	text-align: center;
	color:#ff0000;
	font-size: 14px;
	font-weight: bold;
	background: #ffeeee;
	padding:10px;
}

.songtitle1 {
	color:#009;
	font-size: 14px;
	font-weight: bold;
	background: #ccdced;
	padding: 10px ;
	text-align: left;
	margin: 20px 0 20px 30px;
}


.songtitle {
	color:#00f;
	font-size: 14px;
	font-weight: normal;
	background: #eeeeff;
	padding: 10px ;
	text-align: left;
	margin: 20px 0 0 30px;
}

.songlist {
	font-size: 14px;
	font-weight: normal;
	background: #ffffff;
	border:1px dotted #eeeeff;
	padding: 10px 10px 10px 40px;
	text-align: left;
	margin: 0 0 20px 30px;
}


.jacket {
	width: 120px;
	float: right;
	text-align: center;
	padding:0 20px;
}

.jacket img.jk {
	border : 1px solid #ccc;
}

.attention {
	text-align: center;
	color:#ff0000;
	font-size: 14px;
	padding:10px;
}

.hissu {
	color:#ff0000;
	padding:0 0 0 10px;
}

#requestform {
	font-size: 14px;
}


#requestform input.text {
	padding: 5px;
	width: 300px;
}

#requestform input.text2 {
	padding: 5px;
	width: 500px;
}

#requestform select {
	padding: 5px;
	width: 300px;
}
#requestform textarea {
	padding: 5px;
	margin:  0;
	width: 530px !important;
	height:150px !important;
}

#requestform #message {
	padding: 5px;
	margin:0 0 50px 0;
	width: 100%;
	font-size: 14px;
	height: 100px;
}

#requestform #registarea {
	margin: 5px;
	padding: 5px;
	width: 300px;
	text-align: center;
	background: #ff6600;
}


#requestform #registarea #regist {
	padding: 5px;
	width: 300px;
	font-size: 14px;
	text-align: center;
	background: #ffffff;
}

/*5:other
=================================*/
/*.clear
---------------------------------*/
.clear:after{
	content:".";
	display:block;
	height:0;
	line-height: 0;
	font-size: 0;
	clear:both;
	visibility:hidden;
}

.clear{
	display: inline-block;
}

/* Hides from IE-mac ?*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */



/* FireFox—psup’²®CSS */
*>/**/sup { vertical-align: text-top; line-height: 4px; }
/* FireFox—psup’²®CSS */

#toAnchors {
	margin: 0;
	padding: 0;
	width:0px;
	height:0px;
	text-indent:-10000em;
	vertical-align:top;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
	top: -12px;
}
