/* ページの基本デザイン用CSS */
h2 {
	font-family: "HGS創英角ﾎﾟｯﾌﾟ体", Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:30px;
	height:40px;
}
a	{
	text-decoration:none;
	}
a:link {
	color:#339900;
	}
a:visited {
	color:#000000;
	}
a:active {
	color: #FF6600;
	}
a:hover {
	color: #0099CC;
	}

h2 a {
	display: block;
	width: 170px;
	text-align: center;
	background-image:url(../image/s_button2.gif);
	height:30px;
	line-height:30px;
	background-positon: left top;
	}
h2 a:hover {
	background-position:left center;
	}
h2 a:active {
	background-position:left bottom;
	}
