/* グローバルナビ
────────────────────────────── */
#title {
	width: 620px;
	border: 4px double #426617;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5FBEE;
	background-image: url(../images/title-gakujutsu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	margin-top: 30px;
	height: 44px;
}

#main-contents {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 30px;
}
div.gakujutsu-contents h3 {
	font-size: 120%;
	font-weight: bolder;
	color: #324023;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 20px;
}
div.gakujutsu-contents ul {
	margin-left: 30px;
	margin-top: 10px;
	text-align: justify;
}
div.gakujutsu-contents ul li {
	margin-top: 5px;
}
span.italic {
	font-style: italic;
}


