@charset "utf-8";
#footer ul li {
	font-size: x-small;
	color: #666666;
	display: inline;
	list-style: circle;
}
#footer p {
	font-size: x-small;
	color: #999;
}
#footer ul li a {
	text-decoration: none;
	margin-right: 10px;
	color: #666;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer #newcommer ul , #footer #students ul, #footer #graduates ul, #footer #media ul, #chiro ul{
	text-align: left;
}
#newcommer ul.left {
	float: left;
	margin-right: 15px;
}
#footer #newcommer ul li , #footer #students ul li,#footer #graduates ul li, #footer #media ul li, #chiro ul li{
	font-size: small;
	line-height: 2em;
	color: #666;
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}

#footer #newcommer {
	display: block;
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 10px;
}
#footer #students {
	float: left;
	width: 170px;
	margin-right: 20px;
}
#footer #graduates {
	display: block;
	float: left;
	width: 180px;
	margin-right: 20px;
}
#footer #media {
	display: block;
	width: 175px;
	float: left;
	margin-right: 20px;
}
#footer #chiro {
	display: block;
	width: 195px;
	float: left;
}

#footer h2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 15px;
}
#footer #holizontalLinks {
	clear: both;
}

