/*ボタンテンプレート*/
a.Mtop:link,
a.Mtop:visited,
a.Mcourse:link,
a.Mcourse:visited,
a.Mshop:link,
a.Mshop:visited,
a.Mitem:link,
a.Mitem:visited,
a.Mvoice:link,
a.Mvoice:visited,
a.Mblog:link,
a.Mblog:visited,
a.Mdeni:link,
a.Mdeni:visited,
a.Mlink:link,
a.Mlink:visited{
	width:127px;
	height:24px;
	display: block;
	border: 0px;
	margin: 2px 0px;
	padding: 0px;
}

a.Mtop:link,a.Mtop:visited{
	background: url(image/button/top01.gif) no-repeat;
}
a.Mtop:hover{
	background: url(image/button/top02.gif) no-repeat;
}
a.Mcourse:link,a.Mcourse:visited{
	background: url(image/button/course01.gif) no-repeat;
}
a.Mcourse:hover{
	background: url(image/button/course02.gif) no-repeat;
}
a.Mshop:link,a.Mshop:visited{
	background: url(image/button/store01.gif) no-repeat;
}
a.Mshop:hover{
	background: url(image/button/store02.gif) no-repeat;
}

a.Mitem:link,a.Mitem:visited{
	background: url(image/button/item01.gif) no-repeat;
}
a.Mitem:hover{
	background: url(image/button/item02.gif) no-repeat;
}
a.Mvoice:link,a.Mvoice:visited{
	background: url(image/button/voice01.gif) no-repeat;
}
a.Mvoice:hover{
	background: url(image/button/voice02.gif) no-repeat;
}
a.Mblog:link,a.Mblog:visited{
	background: url(image/button/blog01.gif) no-repeat;
}
a.Mblog:hover{
	background: url(image/button/blog02.gif) no-repeat;
}
a.Mdeni:link,a.Mdeni:visited{
	background: url(image/button/deni01.gif) no-repeat;
}
a.Mdeni:hover{
	background: url(image/button/deni02.gif) no-repeat;
}
a.Mlink:link,a.Mlink:visited{
	background: url(image/button/link01.gif) no-repeat;
}
a.Mlink:hover{
	background: url(image/button/link02.gif) no-repeat;
}