﻿@charset "UTF-8";

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, address, blockquote, img, form {
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 100%;
	line-height: 1.6;
	font-style: normal;
	font-weight:normal;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	border: 0;
	float: none;
}
ul {
	list-style: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
a:link, a:visited, a:hover, a:active,
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #000000;
}
h1 {
	font-size: 24px;
	font-family: "ヒラギノ角ゴ Pro W3";
	position: static;
}
h2 {
	margin-bottom: 3px;
	padding-bottom: 5px;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3";
	border-bottom: #000000 2px solid;
	position: static
}
h3 {
	padding-top: 5px;
	font-size: 18px;
	border-top: #000000 1px solid;
}
h4 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #000000 1px solid;
}
h5 {
	padding-top: 5px;
	border-top: #000000 1px solid;
}
h6 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #000000 1px solid;
}
p {
	margin-bottom: 10px;
}
address {
	padding-top: 5px;
	border-top: #000000 2px solid;
}
dl,
ul,
object,
dl#changeList,
dl#changeList dt,
dl#changeList dd {
	display: none;
}
