@charset "UTF-8";
body {
	font-size: 12px;
	line-height: 18px;
	color: #969696;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color: #969696;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #eb6363;
}
ul {
	margin: 0px;
	padding: 0px;
}
.ten {
	background-image: url(img/ten.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}
