﻿@charset "UTF-8";
.txt1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 20px;
	color: #555555;
}
.txt_invert {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	background: #036;
	font-weight: bold;
}
.h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 140%;
	color: #555555;
}
.txt2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 14px;
	color: #555555;
}

.txt3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 14px;
	color: #555555;
}

a {
	color: #555555;
	text-decoration: underline;
}

a img {
	border: none;
}

a:visited {
	color: #555555;
}

a:hover {
	color: #f63;
	text-decoration: underline;
}



.cart {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}


-->