@charset "utf-8";

/* 教授挨拶 用CSS
==========================================*/
#contents {
	background:#dfdfde;
}
#contents .image {
	position:absolute;
	left:0;
	bottom:0;
}

/* main-area */
#main-area {
	background:url(../img/01pro/bg_main.gif) no-repeat right bottom #fff;
	padding-bottom:100px;
	width:815px;
}
#main-area .greeting {
	background:url(../img/01pro/bg_top.gif) no-repeat right top;
	color:#02293e;
	margin-bottom:30px;
	padding:45px 140px 0 50px;
}
#main-area .greeting h2 {
	font-size:145%;
	font-weight:bold;
	margin-bottom:30px;
}
#main-area .goto {
	padding-right:140px;
	text-align:right;
}

/* footer */
#footer .footer-inr {
	background:url(../img/01pro/bg_footer.gif) no-repeat right top;
}