@charset "utf-8";

/* CONTAINER ****************************************************************/
div#contents div.topback {
	margin: 20px 30px 30px 0;
}


/* HEADER ****************************************************************/
div#header {
	width: 800px;
	height: 80px;
}

div#h-top p {
	float: left;
	width: 430px;
	height: 49px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}
div#h-top p a {
	float: left;
	width: 430px;
	height: 49px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}


/* MAIN ****************************************************************/
div#main {
	padding-top: 17px;
}
div#main h1 {
	width: 580px;
	height: 35px;
	margin-bottom: 32px;
	text-indent: -9999px;
	background: url(../sitemap/images/main_title.gif) no-repeat;
}
div#main ul {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 1.5em;
}
div#main li {
	margin-bottom: 5px;
}
div#main dl#course {
	margin-left: 0.5em;
}
div#main dl#course li {
	margin-bottom: 0px;
}
div#main dt#title {
	margin-bottom: 9px;
	color: #EF857D;
}
div#main dd.in-list {
	margin-left: 1em;
}

div#box01 {
	margin-bottom: 20px;
	border-bottom: #9E9E9E dotted 1px;
}
div.box {
	width: 545px;
	padding-left: 35px;
}
div.inbox {
	float: left;
	width: 255px;
}


/* FOOTER ****************************************************************/
div#footer {
	height: 3em;
	font-size: 10px;
}
div#footer address {
	padding-top: 0.2em;
	font-size: 10px;
}

