/* ページの基本デザイン用CSS */
h2 a {
	display: block;
	width: 180px;
	text-align: center;
	background-image: url(linkbutton6.gif);
	height:50px;
	line-height:50px;
	}
h2 a:hover {
	background-position:left center;
	}
h2 a:active {
	background-position:left bottom;
	}
