@charset "utf-8";

/* CONTAINER ****************************************************************/
div#contents div.topback {
	margin: -20px 89px 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: 17px;
	text-indent: -9999px;
	background: url(../admission/images/main_title.gif) no-repeat;
}
div#main h2 {
	width: 330px;
	height: 48px;
	margin-bottom: 32px;
	text-indent: -9999px;
	background: url(../admission/images/main_title2.gif) no-repeat;
}

div#main div.box {
	width: 522px;
	margin-bottom: 40px;
	margin-left: 43px;
}
div#main p {
	margin-bottom: 15px;
	text-indent: -9999px;
}
div#main p a {
	display: block;
	height: 37px;
}

p#ad-link1 a {
	width: 268px;
	background: url(../admission/images/link_btn1.gif) no-repeat 0 0;
}
p#ad-link2 a {
	width: 117px;
	background: url(../admission/images/link_btn2.gif) no-repeat 0 0;
}

p#ad-link1 a:hover { background-position: 0 -37px;}
p#ad-link2 a:hover { background-position: 0 -37px;}


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


