@charset "utf-8";
/* CSS Document */

div#wSS {
	position: relative;
	background-color: #ca3841;	
}

#wSS p {
	margin: 0;
	padding: 0;	
}

#logoMatsuri {
	position: absolute;
	left: 0;
	top: 0;
}

#wSS #btnSS {
	line-height: 1.2;
	text-align: center;
	width: 360px;
	margin: 5px auto 15px;
}

#wSS #btnSS a {
	display: block;
	text-decoration: none;
	padding: 12px;
	font-weight: bold;
	color: #fff;
	background: url(/contest/info/2012/matsuri/images/bg_arrow.png) no-repeat 25px 34px #bf9d5a;
	border: 4px solid #fff;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#wSS #btnSS .SS-01 {
	font-size: 16px;
}

#wSS #btnSS .SS-02 {
	letter-spacing: 2px;
	font-size: 22px;
}

#wSS #btnSS a:link {
	background-color: #bf9d5a;
}

#wSS #btnSS a:hover {
	background-color: #cea961;
}


#wSS #btnSS a:link, #wSS #btnSS a:hover, #wSS #btnSS a:visited {
	text-decoration: none;	
}