@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 75%;
	background-image: url(../images/bgimg.gif);
	background-position: center;
}
#header {
	width: 780px;
	margin-bottom: 30px;
}
#content {
	width: 740px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#footer {
	background-color: #FFF;
	background-image: url(../images/footer.gif);
	height: 100px;
	width: 780px;
	margin-top: 30px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#link {
	text-align: left;
	width: 780px;
}
#link ul {
	list-style-type: none;
}
#link ul li {
	float: left;
	margin-right: 10px;
}
.clear {
	clear: both;
}
#top_img {
	height: 511px;
	width: 780px;
	background-image: url(../images/top_img.jpg);
}
#topcontent {
	background-image: url(../images/topcontentbgimg.gif);
	width: 780px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 30px;
}
#topcontent p {
	font-size: 1.4em;
	color: #FFF;
	line-height: 170%;
	margin-right: 50px;
	margin-left: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#topnav {
	width: 700px;
	margin-right: 40px;
	margin-left: 40px;
	text-align: center;
}
#com {
	width: 700px;
	margin-right: 20px;
	margin-left: 20px;
}
#comimg {
	float: right;
	width: 190px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#com p {
	font-size: 1.2em;
	line-height: 150%;
	margin-top: 0px;
}
#com h1 {
	font-size: 2em;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
}
.com5 {
	font-size: 1.4em;
	font-weight: bold;
}
.acourse {
	background-image: url(../tokutn/images/acourse.gif);
	height: 23px;
	width: 74px;
	float: left;
	margin-top: -4px;
	margin-right: 5px;
}
.bcourse {
	background-image: url(../tokutn/images/bcourse.gif);
	height: 23px;
	width: 74px;
	float: left;
	margin-top: -4px;
	margin-right: 5px;
}
#top_course {
	width: 656px;
	margin-right: 50px;
	margin-left: 50px;
	background-color: #FFF;
	padding: 10px;
	font-size: 1.2em;
	line-height: 150%;
	border: 2px solid #073c6e;
	margin-bottom: 20px;
}
#top_course h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
}
