@charset "Shift_JIS";

* {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: MS UI Gothic;
}

.medium {
	font-size: 16px;
}

.small {
	font-size: 10px;
}

h2 {
	font-size: 20px;
	margin-top: 1em; 
	margin-left: 10px;
	padding: 1em 0.5em 0.2em 0.2em;
	font-weight: bold;
	border-top: 1px solid #333333;
	width: 530px;
}

.spon {
	margin-left: 10px;
	padding: 0.5em 0.5em 0.5em 0.2em;
	font-weight: bold;
	width: 530px;
}

.h2no {
	font-size: 20px;
	margin-left: 10px;
	padding: 1em 0.5em 0.2em 0.2em;
	font-weight: bold;
	width: 530px;
}

h3 {
	font-size: 14px;
	margin-top: 1em; 
	margin-left: 10px;
	padding: 1.5em 0.5em 0em 0.2em;
	font-weight: bold;
	border-top: 1px solid #333333;
	width: 530px;
}

h4 {
	font-size: 12px;
	padding: 0.3em 0 0 0.3em;
}

div#footer address {
	font-size: 12px;
	padding: 0.3em;
}

a {
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
