@charset "utf-8";
/* CSS Document */

#wH {
	padding-bottom: 5px;
	background-color: #fff;	
}

#btnSS {
	line-height: 1.2;
	text-align: center;
	width: 360px;
	margin: 5px auto 24px;
}

#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 #C70B18;
	border: 4px solid #fff;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#btnSS .SS-01 {
	font-size: 16px;
}

#btnSS .SS-02 {
	letter-spacing: 2px;
	font-size: 22px;
}

#btnSS a:link {
	background-color: #C70B18;
}

#btnSS a:hover {
	background-color: #F4404E;
}


#btnSS a:link, #btnSS a:hover, #btnSS a:visited {
	text-decoration: none;	
}



#HSection h2,
#HSection h3 {
	line-height: 1.6;
	clear: both;
	float: left;
	width: 150px;
	text-align: center;
	margin: 0 0 12px 0;
	padding: 3px 0;
	font-size: 14px;
	color: #fff;
	background-color: #999;
}

#HSection p {
	line-height: 1.6;
	clear: right;
	float: right;
	width: 575px;
	margin: 0 0 12px 0;
	padding: 0;
}

.HB {
	font-size: 16px;
	font-weight: bold;	
}