@charset "utf-8";
/*----------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333;
	background-color: #EEE;
	background-image: url(body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
a {
	color: #009;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	vertical-align: top;
}
sup{
	font-size: 80%;
	vertical-align : 15%;
}
sub{
	font-size: 80%;
	vertical-align : -15%;
}
.red {
	color: #F30;
}
.information {
	background-color: #EEE;
	border: 2px solid #EEE;
	display: block;
	padding: 10px;
}
/*----------------------------------------*/
#contents {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #C5D5E7;
}
#main {
	float: right;
	width: 740px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background-color: #FFF;
/*	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EEE;*/
}
#menu {
	float: left;
	width: 178px;
	margin: 5px;
	padding: 0px 5px 0px 5px;
	color: #446A9E;
/*	background-color: #EEE;
	border-radius: 10px;*/
}
#footer {
	clear: both;
	margin: 0px;
	padding: 5px;
	background-color: #FFF;
/*	margin: 0px 5px 0px 5px;
	padding: 0px;*/
/*	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EEE;*/
}
#header {
	margin: 0px;
	padding: 5px;
	background-color: #FFF;
/*	margin: 0px 5px 0px 5px;
	padding: 5px 0px 0px 0px;*/
/*	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;*/
}
/*----------------------------------------*/
#contents #main p {
	text-indent: 0em;
}
#contents #main p.indent {
	text-indent: 1em;
}
#contents #main p.noindent {
	text-indent: 0em;
}
#contents #main p.hanging_indent {
	text-indent: -1em;
	margin-left: 1em;
}
#contents #main h1 {
	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
	color: #060;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #060;
}
#contents #main h2 {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	color: #609;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C30;
}
#contents #main .h2_first {
	margin-top: 0px;
}
#contents #main .information h2 {
	background-color: #999;
	border: 2px solid #BBB;
	color: #FFF;
	padding: 3px 5px 3px 5px;
}
#contents #main h3 {
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 8px;
	display: block;
}
/*----------------------------------------*/
#contents #menu p {
	line-height: 120%;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
#contents #menu p.hanging_indent {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}
#contents #menu h2 {
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
#contents #menu a {
	color: #FFF;
	text-decoration: none;
	background-color: #446A9E;
	background-repeat: no-repeat;
	display: block;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #777;
}
#contents #menu a:hover {
	color: #333;
	background-color: #CCC;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 2px #AAA;
}
#menu_lecture {
	margin: 20px 0px 20px 0px;
	padding: 1px 5px 1px 5px;
	background-color: #FFF;
}
.present_menu {
	color: #333;
	text-decoration: none;
	background-color: #CCC;
	background-repeat: no-repeat;
	display: block;
	padding: 5px;
}
/*----------------------------------------*/
#contents #header p {
	text-align: right;
}
#contents #header h1 {
	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-shadow: 2px 2px 2px #CCC;
}
#contents #footer p {
	text-align: right;
	font-size: 80%;
}
/*----------------------------------------*/
