
/*■追加したスタイル*/

.tokuten{
	width: 700px;
	height: 28px;
	color: #ff33cc;
	font-size: 14px;
	text-align: center;
	background-image:url(images/sub/m/bg1.jpg);
	background-repeat: no-repeat;
	padding: 12px 0 0 0;
	margin: 20px 0 10px 0;
}

.plus{
	width: 700px;
	height: 35px;
	color: #ff0066;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.5em;
	background-image:url(images/sub/m/bg2.jpg);
	background-repeat: no-repeat;
	padding: 15px 0 0 0;
	margin: 20px 0 10px 0;
}

.m1{
	color: #333333;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 10px 0;
}

.m2{
	color: #ff0066;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 10px 0;
}

.top1{
	color: #333333;
	font-size: 12px;
	text-align: left;
	padding: 8px 0 0 0;
}

/* ■リンク */

a.mmm:link {
	color: #ff0066;
	text-decoration: none;
}
a.mmm:visited {
	color: #ff0066;
	text-decoration: none;
}
a.mmm:hover {
	color: #660033;
	text-decoration: none;
}
a.mmm:active {
	color: #ff0066;
	text-decoration: none;
}



