﻿@charset "UTF-8";

/* 共通 */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	background-color: #000013;
}

a img {
	border: none;
}

a:link,
a:visited {
	color: #900;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #900;
	text-decoration: none;
}

.clr {
	clear: both;
}

ul {
	list-style: none;
}

#access-analys,
#access-analys2,
#access-analys3 {
	display: none;
}



#schedule {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 20px;
}

#chapter {
	width: 572px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("../lesson/images/schedule_title.jpg");
	background-repeat: no-repeat;
	margin: 20px auto;
}

#table1 {
	width: 436px;
	margin: 0 auto;
}

#table2 {
	width: 572px;
	margin: 10px auto;
}

#close {
	text-align: center;
}

#close a {
	color: #e7c27c;
}

/*
 * フッター
 */
#footer {
	font-size: 12px;
	line-height: 16px;
	color: #e5bf7a;
	text-align: center;
	width: 600px;
	margin: 35px auto 0;
}


