@charset "UTF-8";

#wrapper {
	width:1000px;
	margin:0 auto 20px auto;
	padding:0 40px;
}
#header {
	padding:78px 0 132px 0;
	position:relative;
}
#header #title_area {
	position:fixed;
	z-index: 2;
}
#header h1 {
	overflow:hidden;
	width:151px;
	height:14px;
	text-indent:-9999px;
	background:url(../images/title.gif) no-repeat;
	background-size: 151px 14px;
	position:absolute;
	left:-19px;
}

#header ul {
	float:right;
	overflow:hidden;
}
#header ul li {
	float:left;
}
#header ul li.menu-info {
	/*overflow:hidden;
	width:71px;
	height:9px;
	text-indent:-9999px;
	background:url(../images/menu-info.gif) no-repeat;*/
	margin-right:63px;
}
#header ul li.menu-prof {
	/*overflow:hidden;
	width:44px;
	height:9px;
	text-indent:-9999px;
	background:url(../images/menu-prof.gif) no-repeat;*/
	margin-right:58px;
}
#header ul li.menu-contact a {
	/*overflow:hidden;
	display:block;
	width:49px;
	height:9px;
	text-indent:-9999px;
	background:url(../images/menu-contact.gif) no-repeat;*/
}
#wrapper .to_top a {
	float:right;
	margin:40px 2px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	width:21px;
	height:9px;
	background:url(../images/top.gif);
}

#footer {
	position:fixed;
	bottom:105px;
	right:20px;
}