@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	background-color:#eee;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
	line-height:180%;
	letter-spacing: .3px;
	color:#333;
}
#wrapper {
	background-color:#fff;
	box-shadow: 0 0 2px #3576ba;
	margin:0 auto;
	width:960px;
}
#header {
	margin:0;
	padding:0 0 20px 0;
	font-size: 75%;
}


#main {
	float:left;
	width:680px;
	padding:20px 20px 0 20px;
	background-color:#fff;
}

#main_menu ul{
	margin:0;
	padding:0;
	overflow:hidden; zoom:1;
	background:#f1b000;
}
#main_menu li {
	float:left;
	list-style:none;
	width:33.2%;
	margin:0;
	background-color:#666;
	border-right:1px solid #fff;
}

#main_menu li.submit {
	border-right:none;
}

#main_menu li a#main_index,
#main_menu li a#main_timetable{border-right:1px solid #fff;}
#main_menu li a { display:block; padding:0; margin:0; float:left; height:40px; line-height:40px; color:#fff; font-weight:700; text-align:center; text-decoration:none; width:100%;font-size:15px; letter-spacing:1px;}

#main_menu li a:hover { background:#999;}

.submit {
	background:#f1b000 !important;
	text-shadow:0 0 1px #f0c246;
	border-right:none;
}
.submit a:hover {
	background:#f1c740 !important;
	text-shadow:0 0 1px #fb0;
}

h1 {
	margin: 0
}

#main h2 {
	border-left: 6px solid #30458c;
	width:680px;
	margin:3em 0 1em 0;
	padding-left: 9px;
	font-size:16px;
	font-weight:bold;
	clear:both;
}
#main h3 {
	color:#693222;
	border-bottom: 1px solid #693222;
	padding-left:0.5em;
}
#side_r {
	width:220px;
	float:right;
	margin:20px 20px 0 0;
	text-align:center;
	background-color:#fff;
}
*html #side_r {
	width:220px;
	float:right;
	margin:20px 10px 0 0;
	text-align:center;
	background-color:#fff;
}
#side_r h2 {
	width:220px;
	color:#fff;
	background-color:#5268b6;
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
}


a:link ,
a:active ,
a:visited {
	color: #0e67c2;
}
a:hover {
	color: #3f86ce;
	text-decoration:none;
}
p {
	margin:1em 1em 0 1em;
}
hr {
	border-top:1px solid #ccc;
	width:90%;
}
ul {
}
ul li {
	margin-bottom:0.5em;
}

.right {
	text-align:right;
}
.lead_title {
	font-weight:bold;
	font-size: 130%;
	color:#0e67c2;
	margin-left: .7em;
	padding: 5px 0;
}
span.inlinebox {
	background-color:#666;
	color:#fff;
	padding:3px 6px;
	font-size:80%;
}
span.inlinebox02 {
	background-color:#376CA2;
	color:#fff;
	padding:5px 8px 4px 8px;
	font-weight:bold;
}
span.inlinebox03 {
	border: 1px solid #999;
	padding:3px 6px;
	font-weight:bold;
}

img {
	border:none;
}
img.waku {
	border:1px solid #ccc;
}

.image-box {
	margin:10px 0 20px 0;
}
.image-box-left {
	float:left;
	margin:1em;
}
.image-box-right {
	float:right;
	margin:1em;
}
.register_button {
	background-color: #f1b000;
	color: #333;
    width:250px;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:15px 20px;
    margin: 20px auto;
    border-radius: 4px;
}
a.register_button {
	color: #fff !important;
}
a:hover.register_button {
	position: relative;
	background-color: #ffbb00;
	top:1px;
}

.name {
	font-weight: bold;
	font-size:120%;
}

table {
	border-collapse:collapse;
	width: 650px;
    margin:10px 10px 10px 15px;
}
table th {
	background-color: #999;
	color:#ffffff;
	text-align:center;
	border: 1px solid #ccc;
	padding:4px 6px;
	font-size:80%;
	font-weight: bold;
	width:5em;
}
table th.midasi {
	background-color:#30458c;
	color:#fff;

}
table td {
	border: 1px solid #ccc;
	text-align:left;
	padding: 10px 10px 10px 10px;
}
.kakomi {
	border: 1px solid #ccc;
	margin: 20px 0 20px 10px;
	padding:5px 5px 20px 5px;
}


em {
	background-color:#ff9;
	font-weight:bold;
	font-style:normal;
	margin-left:1px;
	margin-right:1px;
	padding:3px;
}

.emem {
	margin:3em auto;
	padding:10px;
	border:1px solid #f00;
	text-align:center;
	color:#f00;
	font-size:1.1em;
	width:630px;
}


#form-main {
	float:left;
	width:680px;
	padding:20px 20px 0 20px;
	background-color:#fff;
}

#form-main h2 {
	background:url("../images/h2_title.png") no-repeat;
	width:680px;
	height:40px;
	margin:3em 0 1em 0;
	color:#376ca2;
	font-size:16px;
	font-weight:bold;
	padding: 10px 0 0 30px;
	clear:both;
}
	
.form th {
	text-align:right;
	width:16em;
}

.inputbox {
	width:368px;
}

.required {
	color:#ea2840;
	font-size:12px;
	font-weight:normal;
}

.required:before {
	content:" *"
}

#privacy_policy {
	width:220px;
	float:right;
	margin:20px 10px 0 0;
	text-align:left;
	background-color:#fff;
}

#privacy_policy h2 {
	width:220px;
	color:#fff;
	background-color:#30458c;
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
}

.to-header {
	font-size: 80%;
}

#footer {
	clear:both;
	width:100%;
	padding:1em 0;
	/* border-radius:0 0 4px 4px; */
	background:#333;
	color:#fff;
	font-size:80%;
	text-align:right;
}
.footer-nav {
	margin-right:.75em;
	margin-bottom:1em;
}
.footer-nav a {
	display:inline-block;
	margin:.5em .25em;
	padding:.5em;
	border:1px solid #fff;
	border-radius:4px;
	color:#fff;
	font-size:80%;
	text-decoration:none;
	text-align:right;
}
.footer-nav a:hover {
	background:#577fca;
}
#footer span {
	margin-right:1em;
}

#footer span a {
  padding-bottom: .25em;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

#footer-button {
	clear: both;
	margin: 0 auto;
	width: 920px;
	padding: 20px 20px 0 20px;
	background-color: #fff;
}