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

body {
	background-color:#ccc;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","メイリオ","Meiryo",sans-serif;
	font-size:13px;
	line-height:160%;
	color:#333;
}
#wrapper {
	background-color:#fff;
	margin:0 auto;
	width:900px;
}
#header {
	margin:0;
}
#footer {
	background-color:#666666;
	padding:0 0 20px 0;
}
#footer ul {
	text-align:right;
	list-style:none;
	margin:0 0 30px 0;
	font-size:80%;
}
#footer ul li {
	float:right;
	color:#ffffff;
}
#footer ul li a {
	color:#ffffff;
	text-decoration:underline;
}
#main {
	float:left;
	width:640px;
	padding:20px 20px 0 20px;
	background-color:#fff;
}
#main_menu {
	background-color:#01376e;
}
#main_menu ul{
	margin:10px 0 0 5px;
	padding:0;
	overflow:hidden; zoom:1;
}
#main_menu li {
	float:left;
	list-style:none;
	width:33%;
	margin:0;
}
#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:#0075C1;}

#main h2 {
	background: url("../images/h2_title.png") no-repeat;
	width:640px;
	height:40px;
	margin: 3em 0 1em 0;
	color:#376ca2;
	font-size:16px;
	font-weight:bold;
	padding: 10px 0 0 30px;
	clear:both;
}
#main h3 {
	color:#693222;
	border-bottom: 1px solid #693222;
	padding-left:0.5em;
}
#side_r {
	width:180px;
	float:right;
	margin:20px 20px 0 0;
	text-align:center;
	background-color:#fff;
}
*html #side_r {
	width:180px;
	float:right;
	margin:20px 10px 0 0;
	text-align:center;
	background-color:#fff;
}
#side_r h2 {
	width:180px;
	color:#fff;
	background-color:#0e67c2;
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
}
#footer {
	clear:both;
	padding: 20px 20px 10px 20px;
}

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;
}
.footer_txt {
	text-align:center;
	font-size:90%;
	color:#333;
}
.right {
	text-align:right;
}
.lead_title {
	font-weight:bold;
	font-size:14px;
	color:#0e67c2;
	padding: 5px 0 5px 0;
}
span.inlinebox {
	background-color:#666;
	color:#fff;
	padding:3px 6px;
	font-weight:bold;
}
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 #999;
}

.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: #054a91;
	color: #fff;
    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;
}
a:hover.register_button {
	position: relative;
	background-color: #0e67c2;
	top:1px;
}

.name {
	font-size:120%;
}

table {
	border-collapse:collapse;
	width: 610px;
    margin:10px 10px 10px 15px;
}
table th {
	background-color: #666;
	color:#ffffff;
	text-align:center;
    border: 1px solid #ccc;
	padding:4px 6px;
	font-size:100%;
	font-weight: bold;
}
table th.midasi {
	background-color:#e5e5e5;
	color:#333;
	text-align: left;
	font-weight: normal;
}
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;
}
