@charset "UTF-8";
/* リセット
-------------------------------------------------- */

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	color: #000000;
}
li {
	list-style: none;
}
img {
	border: none;
}
address, em {
	font-style: normal;
}
/* リンク
-------------------------------------------------- */

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
