@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font: 14px/170% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #FAC32C;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
a:link {
	color: #FF3300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	background-image: url(images/background_container.gif);
	background-repeat: repeat-y;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.contents {
	margin-left: 50px;
	margin-right: 50px;
}
#headerlogo {
	height: 140px;
	width: 278px;
	float: left;
	margin-right: 120px;
}
#headerlogo  h1        {
	height: 120px;
	width: 278px;
	padding: 0px;
	background-image: url(images/logo_header.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#chart  {
	width: 170px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
#chart p {
	margin-bottom: 2px;
	margin-top: 2px;
}
.title_service {
	margin-top: 40px;
}
.photo  {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.marginTop {
	margin-top: 30px;
}
h2 {
	color: #333333;
	margin-bottom: 50px;
	padding-top: 50px;
}
hr {
	clear: both;
	margin-right: 20px;
}
#footer {
	padding-top: 20px;
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 20px;
}
#footer ul {
	display: block;
	padding-left: 180px;
}
#footer li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}
.copyright {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	padding-bottom: 20px;
	padding-top: 20px;
}
strong {
	font-weight: bold;
	color: #A51010;
}
.text_18px {
	font-size: 18px;
}
.text_24px {
	font-size: 24px;
	font-weight: bold;
}
.clearboth {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
