@charset "utf-8";


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #F3F3F3 url(../images/body_bg.jpg) repeat-x top;
}
#wrapper {
	width: 780px;
	border: 1px solid #666666;
	background: #FFFFFF;
}
#wrapper h1 {
	border-bottom: 16px solid #FF0015;
	margin: 18px 20px 50px;
	padding-bottom: 10px;
}
#contents {
	margin-right: 40px;
	margin-left: 40px;
}
#contents p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#contents strong {
	font-size: 120%;
}
#contents .excuse {
	margin-top: 30px;
}
#contents .link {
	margin-top: 30px;
	font-size: 120%;
	text-align: center;
}
#contents a {
	font-weight: bold;
	color: #F50000;
	text-decoration: underline;
}
#contents a:hover {
	font-weight: bold;
	color: #F50000;
	text-decoration: none;
}
#footer {
	border-top: 1px solid #333333;
	margin: 50px 10px 0px;
	padding: 10px;
}
#footer p {
	margin: 0px;
}
#footer .copyright {
	font-size: 75%;
	text-align: right;
	float: right;
	width: 500px;
	padding-top: 4px;
	letter-spacing: 1px;
}
#footer .logo {
	float: left;
}
#footer .f_clear {
	clear: both;
}
