body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	color: #333333;
}
p a {
	text-decoration: none;
}
p a:link {
	color: #0000FF;
	text-decoration: none;
}
p a:visited {
	color: #0000FF;
	text-decoration: none;
}
p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.link a {
	color: #0000FF;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.link a:hover {
	color: #FF0000;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 0.5em;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	font-weight: normal;
}
h3 a:hover {
	color: #FF0000;
	text-decoration: none;
}
h3 a {
	color: #0000FF;
	text-decoration: none;
}

