@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック";
	background-color: #FFFFFF;
	font-size: 13px;
}
html {
	overflow-y: scroll;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	color: #444400;
}
h4 {
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #444400;
}
h5 {
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #444400;
}
h6 {
	font-size: 13px;
	line-height: normal;
	color: #333300;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
p {
	font-size: 13px;
	line-height: 1.4em;
	color: #444400;
	margin: 0px;
	padding: 0px;
}
address {
	font-size: 12px;
	line-height: 1.2em;
	color: #444400;
	font-style: normal;
	text-align: center;
}
address a:link {
	color: #444400;
	text-decoration: none;
}
address a:visited {
	color: #444400;
	text-decoration: none;
}
address a:hover {
	color: #CC3300;
	text-decoration: underline;
}
address a:active {
	color: #FF6600;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.4em;
	color: #444400;
}
dl, dt, dd {
	font-size: 13px;
	line-height: 1.4em;
	color: #444400;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 13px;
	line-height: 1.4em;
	color: #444400;
}

img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #225500;
	text-decoration: underline;
}
a:visited {
	color: #666600;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

