﻿@charset "utf-8";

*{
margin:0;
padding:0;
}

body{
    overflow-x:hidden;
}

#flashcontent {
	/*position    :absolute;
	left        :50%;
	top         :50%;*/
	width       :740px;
	height      :300px;
	line-height	:0;
	/*margin-left :-370px;
	margin-top  :-150px;*/
}

#flashcontent * {
	line-height	:150%;
}

#flashcontent #attention {
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	margin      :0 10%;
	padding     :30px;
	border      :10px #EEEEEE solid;
	background  :#FFFFFF;
}

#flashcontent #attention h1,
#flashcontent #attention h2 {
	color       :#333333;
}

#flashcontent #attention img {
	border      :0;
}

#flashcontent #attention p,
#flashcontent #attention ul {
	text-align  :left;
}

#flashcontent #attention p.appendix {
	text-align  :center;
}

img{
border:none;
}

a:link{
    color:#DCDCDC;
    text-decoration:none;
}

a:visited{
    color:#DCDCDC;
    text-decoration:none;
}

#footer{
    background:#141414;
    color:#DCDCDC;
    font-size:65%;
    font-family:sans-serif;
    text-align:center;
    padding:0 0 5px 0;
}

#footer .top{
    background:#161616;
    border-bottom:solid 1px #131313;
    height:100px;
}

#footer .contents{
    width:1000px;
    margin:0 auto;
    line-height:160%;
    text-align:left;
}

#footer .subject{
    margin:5px 0 5px 20px;
    padding:5px 10px 0 0;
    float:left;
    border-right:solid 1px #222222;
}

#footer ul{
    margin:5px 0 0 0;
    padding:0 0 0 10px;
}

#footer li{
    padding:0 0 0 1em;
    list-style-type:none;
    background:url(../images/footer/list_img.gif) no-repeat left;
}

#footer .bottom{
    padding:20px 0 0 0;
    width:1000px;
    margin:0 auto;
    height:60px;
    line-height:150%;
    text-align:left;
}

#footer .bottom h3 a{
    float:left;
    margin:0 0 0 15px;
    background:url(../images/footer/logo.gif) no-repeat top left;
    width:181px;
    height:37px;
    display:block;
    text-indent:-9999px;
}

#footer p{
    margin:2px 0 0 0;
}

#footer .campus{
    width:265px;
    float:left;
    margin:0 0 0 30px;
}

#footer .campus2{
    width:280px;
    float:left;
}

#footer .copyright{
    float:left;
}

#footer .minus_indent{
    text-indent:-0.5em;
}

			
			
