@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 83%;
}
#header h1 {
	background-color: #000099;
	padding-left: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#header {
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	margin-bottom: 20px;
	position: relative;
}
#header_tel {
	position: absolute;
	left: 500px;
	top: 45px;
}
#header img {
	padding-left: 10px;
}
#contents {
	padding-right: 10px;
	padding-left: 10px;
}
#contents h2 {
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}
#contents strong {
	font-size: 120%;
	font-weight: bold;
	color: #000066;
}
#contents p {
	padding-bottom: 20px;
}
#contents li {
	padding-bottom: 10px;
}
