@charset "utf-8";
/* CSS Document */

#toTop 
{
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:200px;
	overflow:hidden;
	width:51px;
	height:51px;
	border: #963;
	text-indent:-999px;
	background:url(/siteimages/mobile/ui.totop.png) no-repeat left top;
}
	
#toTopHover 
{
	background:url(/siteimages/mobile/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus 
{
	outline: #963;
}.design_wrap #design_header table tr .index_text_sm {
	text-align: center;
}
