#main_visual {
	background: url(../../images/roma/home/main_visual.png) no-repeat;
}
a#level_check_btn {
	background: url(../../images/roma/home/check_btn.png) no-repeat;
}

/* @group 今月のタイピング */

section#special_type {
	margin-bottom: 18px;
	width: 414px;
}
section#special_type h1 {
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	text-shadow: 0px 0px 2px rgba(255, 120, 0, 0.5);
	border-radius: 3px 3px 0px 0px;
	background-color: #ffb500;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 116%;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0 10px;
}
section#special_type ul {
	background-color: #fff4d8;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	list-style-type: none;
	margin: 0;
	padding: 8px 0 8px 3px;
}
/* =Clearfix --------------------------------*/
section#special_type ul {
	/zoom: 1;
}
section#special_type ul:after {
	content: '';
	display: block;
	clear : both;
}
/* End of Clearfix --------------------------------*/
section#special_type ul li {
	width: 126px;
	float: left;
	margin: 0 3px 0 0;
	border: 1px solid #dddddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	background-color: #fff;
}
section#special_type h2 {
	color: #ff9000;
	font-size: 116%;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}
section#special_type a.rank_btn {
	width: 126px;
	height: 18px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
/*section#special_type li.sp01 h2 {
	color: #fe6ea9;
}
section#special_type li.sp02 h2 {
	color: #249aff;
}
section#special_type li.sp03 h2 {
	color: #e9562f;
}*/

/* @end */

#level_check_member {
	width: 630px;
	height: 206px;
	margin-top: -14px;
	background: url(../../images/member/roma/level_check_bg.png) no-repeat;
	position: relative;
	margin-bottom: 7px;
}

#level_check_member a {
	width: 226px;
	height: 40px;
	position: absolute;
	top: 152px;
	left: 102px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/member/roma/level_check_btn_m.png) no-repeat;
}
#level_check_member a:hover {
	background-position: 0 -40px;
}

#tft {
	width: 630px;
	height: 57px;
	margin-top: 7px;
	margin-bottom: 18px;
	position: relative;
	background: url(../../images/member/roma/tft/tft_bg.png) no-repeat;
}
#tft a {
	width: 138px;
	height: 28px;
	position: absolute;
	top: 21px;
	right: 37px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/member/roma/tft/tft_btn.png) no-repeat;
}
#tft a:hover {
	background-position: 0 -28px;
}