@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: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
}

img {
	border-style: none;
}

table {
	border-collapse:collapse;
}

td {
	padding: 5px;
}

li {
	list-style: none;
}

address {
	font-style: normal;
}

/* リンク
----------------------------------------------------------*/
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

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

a:active {
	color: #7d0000;
	text-decoration: underline;
}

