@charset "euc-jp";

#bgb {
	margin:37px auto 10px;
/*	float:left;*/
	padding:10px 14px 10px;
	background-color: #dcdcdc;
	color:#000000;
	clear:both;
	line-height:1.8;
}
/*	margin:10px 3px 10px;
	float:left;
	padding:10px 9px 10px;
	background-color: #dcdcdc;
	color:#000000;
	clear:both;
	line-height:1.8;
}*/
#backimg{
	position: relative;
	margin:0px 3px -32px;
}
#backimg img.star{
	position: absolute;
	top: 41px;
	left: 568px;
}
#backimg img.star2{
	position: absolute;
	top: 162px;
	left: 568px;
}

.button2 a {
	width:62%;
	text-align:center;
	display: block;
	padding: 10px 8px;
	margin: 5px auto 15px;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	font-weight:bold;
	background: -moz-linear-gradient(top, #e50141, #f22a20);¡¡/* FirefoxÍÑ */  
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e50141), color-stop(1, #f22a20));
	background-color:#e50141;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.button2 a:hover {
	border-radius: 10px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f15510), color-stop(100%, #f15510) );
	background:-moz-linear-gradient( center top, #f15510 5%, #f15510 100% );
	background:-ms-linear-gradient( top, #f15510 5%, #f15510 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15510', endColorstr='#f15510');
	background-color:#f15510;
}