@charset "utf-8";

#breadcrumb {
	width: 1000px;
	margin: 0 auto;
} 

h2 {
	text-align: center;
	font-size: 124%;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 50px 0 60px 0;
	color: #000000;
	background: #f6f1e7;
}

h2 img {
	padding: 0 0 10px;
}

main {
	background-image: url(../img/arrow.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 80px 0;
	color: #e60012;
	font-size: 115%;
}

main a {
	color: #000000;
}

main h3 {
	clear: both;
	font-weight: bold;
	border-bottom: #000000 1px solid;
	padding: 60px 0 5px;
}

main h3 a {
	text-decoration: none;
}

main h3 a:hover {
	color: #e60012;
	text-decoration: underline;
}

main h3.textlink {
	border-bottom: none;
}

main h3.textlink a {
	text-decoration: underline;
}

main h4 {
	font-weight: bold;
	text-indent: -0.8em;
	padding: 25px 0 0 0.8em;
}

main h4 a:hover,
main p a:hover {
	color: #e60012;
	text-decoration: none;
}

main ul {
	width: 30%;
	padding: 0 3% 0 0;
	float: left;
}

main ul li p {
	padding: 3px 0 0 0;
	text-indent: 0.8em;
}

