@charset "utf-8";
a:link {
    color: #DCDCDC;
    text-decoration: none;
}
a:visited {
    color: #DCDCDC;
    text-decoration: none;
}
#footer {
    background: none repeat scroll 0 0 #141414;
    color: #DCDCDC;
    font-family: sans-serif;
    font-size: 65%;
    padding: 0;
    text-align: center;
	width:944px;
	margin:0 auto;
}
#footer .top {
    background: none repeat scroll 0 0 #161616;
    border-bottom: 5px solid #f60;
    height: 100px;
}
#footer .contents {
    line-height: 160%;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}
#footer .subject {
    border-right: 1px solid #222222;
    float: left;
    margin: 5px 0 5px 10px;
    padding: 5px 10px 0 0;
}
#footer ul {
    margin: 5px 0 0;
    padding: 0 0 0 10px;
}
#footer li {
    background: url("../images/footer/list_img.gif") no-repeat scroll left center transparent;
    list-style-type: none;
    padding: 0 0 0 1em;
}
#footer .bottom {
    height: 60px;
    line-height: 150%;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: left;
    width: 944px;
	background-color:#CC9;
}
#footer .bottom h3 a {
    background: url("../images/footer/logo.gif") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 37px;
    margin: 0 0 0 15px;
    text-indent: -9999px;
    width: 181px;
}
#footer p {
    margin: 2px 0 0;
}
#footer .campus {
    float: left;
    margin: 0 0 0 30px;
    width: 265px;
}
#footer .campus2 {
    float: left;
    width: 280px;
}
#footer .copyright {
    float: left;
}
#footer .minus_indent {
    text-indent: -0.5em;
}

