.mtext {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 15px;
}
.stext {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 13px;
}
a{
text-decoration:none;
font-weight:normal;
color: #666666;
}
a:link{
color:#666666; /*link<>リンクテキスト*/
}
a:visited {
color:#666666; /*visited<>訪問済みリンクテキスト*/
}
a:hover{
	color: #8B795C;
	text-decoration: none;
}
