@charset "utf-8";



#mainContent #linkbutton {
	margin: 10px 20px;
}

#mainContent #linkbutton #backButton {
	background-image: url(../img/page/back_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
	width: 56px;
}
#mainContent #linkbutton #backButton a {
	background-image: url(../img/page/back.gif);
	display: block;
	height: 13px;
	width: 56px;
}
#mainContent #linkbutton #backButton a:hover {
	background-image: url(../img/page/back_on.gif);
}



#button a {
	display: block;
}

#button #backButton {
	background-image: url(../img/page/back_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
	margin-top: 10px;
	width: 56px;
}
#button #backButton a {
	background-image: url(../img/page/back.gif);
	height: 13px;
	width: 56px;
}
#button #backButton a:hover {
	background-image: url(../img/page/back_on.gif);
}


#button #topButton {
	background-image: url(../img/page/page_top_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 199px;
}
#button #topButton a {
	background-image: url(../img/page/page_top.gif);
	height: 27px;
	width: 199px;
}
#button #topButton a:hover {
	background-image: url(../img/page/page_top_on.gif);
}


.center{
	text-align:center;
	margin:100px 0;
}