@charset "Shift_JIS";

/* ---- 通常文字の指定 ---- */

.moji12 {
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
.moji10 {
	font-size: 10px;
	line-height: 1.4em;
}
.moji14 {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

/* ---- グッズナビゲーションの指定 ---- */

.goods {
	font-size: 12px;
	line-height: 1.4em;
	padding: 2px 2px 2px 5px;
	margin: 0px;
}

/* ---- メルマガフォームの指定 ---- */


.form12 {
	font-size: 12px;
}
.form10 {
	font-size: 10px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	background-image: url(img/bg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	color: #6666CC;
}
a:visited {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	color: #6666CC;
	text-decoration: none;
}
a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	color: #6666CC;
}

/* ---- 取り消し線 ---- */
.keshi { text-decoration: line-through }

/* ---- セールの色 ---- */
.aka {
	color: #FF6600;
}
.red {
	color: #FC0309;
}
.ao {
	color: #0F03FC;
}
.gray {
	color: #999999;
}
.pink {
	color: #F38DB8;
}
.light_blue {
	color: #7CB4F3;
}
