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

body {
	background-color:#ccc;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ ゴシック",sans-serif;
	font-size:13px;
	line-height:160%;
}

#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 {
	width:600px;
	height:40px;
	padding: 10px 0 10px 15px;
}
#main_menu ul{
	margin:0;
	padding:0;
}
#main_menu li {
	float:left;
	list-style:none;
}
li a#main_index {
	background: url("../images/nemu_sprites.png") 0 0;
	width:200px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
li a#main_index:hover {
	background: url("../images/nemu_sprites.png") -200px 0;
}
li a#main_timetable {
	background: url("../images/nemu_sprites.png") 0 -40px;
	width:200px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
li a#main_timetable:hover {
	background: url("../images/nemu_sprites.png") -200px -40px;
}
li a#main_register {
	background: url("../images/nemu_sprites.png") 0 -80px;
	width:200px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
li a#main_register:hover {
	background: url("../images/nemu_sprites.png") -200px -80px;
}
#main h2 {
	background: url("../images/h2_title.png") no-repeat;
	width:640px;
	height:40px;
	margin: 3em 0 1em 0;
	color:#693222;
	font-size:16px;
	font-weight:bold;
	padding: 10px 0 0 30px;
	clear:both;
}
#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:#9e7262;
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
}
#footer {
	clear:both;
	padding: 20px 20px 10px 20px;
}

a:link ,
a:active ,
a:visited {
	color: #693222;
	text-decoration:none;
}
a:hover {
	color: #9e7262;
	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:16px;
	color:#693222;
	border-left: 10px solid #9e7262;
	padding-left: 10px;
}
span.inlinebox {
	background-color:#9e7262;
	color:#fff;
	padding:3px 6px;
	font-weight:bold;
}
span.inlinebox02 {
	background-color:#55340a;
	color:#fff;
	padding:5px 8px 4px 8px;
	font-weight:bold;
	margin-left:1em;
}

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

.image-box {
	margin:30px 0;
}
.image-box-left {
	float:left;
	margin:1em;
}
.image-box-right {
	float:right;
	margin:1em;
}
.register_button {
	text-align:center;
	margin:20px 0;
}

table {
	border-collapse:collapse;
    margin:10px 10px 10px 15px;
}
table th {
	background-color: #999;
	color:#ffffff;
	text-align:center;
    border: 1px solid #ccc;
	padding:4px 6px;
	font-size:100%;
	font-weight: bold;
}
table th.midasi {
	background-color:#666;
}
table td {
	border: 1px solid #ccc;
	text-align:left;
	padding: 10px 10px 10px 10px;
}
