@charset "utf-8";
/* CSS Document */

@import url("reset.css");
body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 18px;
	line-height: 190%;
	color: #333;
	background: url(../image/bg.png) repeat 0 0;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.clear {
	clear: both;
}
h1#headline {
	width: 100%;
	background: url(../image/headline_bg.jpg) repeat-x 0 0;
	margin: 0 auto;
	padding: 0;
}
h1#headline img {
}
div#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
}
div#wrapper h2 {
	margin: 0 auto 20px;
	padding: 20px 0 0 0;
	text-align: center;
}
div.menuList ul li {
	padding-bottom: 25px;
}
div.menuList ul li:last-child {
	padding-bottom: 100px;
}
div#wrapper .seminarDate span {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background-color: #bb5001;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 10px 15px;
}
div#wrapper .plans {
	text-align: right;
}
div#wrapper .box {
	width: 830px;
	margin: 0 auto 100px;
	text-align: left
}
div#wrapper .box p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div#wrapper .img_faq {
	float: right;
	padding-left: 20px;
}
div#footer_links {
	width: 860px;
	margin: 0 auto;
}
div#footer_links a {
	display: block;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	background-color: #35140d;
	padding: 3px 0;
}
div#footer {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #35140d;
	margin: 0px auto;
	padding: 15px 0px 15px 0px;
}
