@charset "utf-8";
@import "../common/core.css";

#wrapper{
	background:url(/postgraduate/images/common/inside_bg.jpg) no-repeat center top;
}
#top_zone{
	height:250px;
}
#top_visal{
	height:150px;
	display:block;
}
#top_zone_wrap{
	background:url(/postgraduate/images/common/inside_visual.jpg) no-repeat center bottom;
}
.btn_join_master{
	width:175px;
	height:75px;
	position:absolute;
	bottom:-5px;
	right:272px;
}
.btn_join_doctor{
	width:175px;
	height:75px;
	position:absolute;
	top:172px;
	right:126px;
}
.btn_undergraduate{
	width:185px;
	height:75px;
	position:absolute;
	top:172px;
	right:412px;
}
.btn_join_master a{
	width:175px;
	height:75px;
	display:block;
	background:url(/postgraduate/images/en/inside_btn_master_degree.png) no-repeat left top;
}
.btn_join_doctor a{
	width:175px;
	height:75px;
	display:block;
	background:url(/postgraduate/images/en/inside_btn_doctor_degree.png) no-repeat left top;
}
.btn_undergraduate a{
	width:185px;
	height:75px;
	display:block;
	background:url(/postgraduate/images/en/inside_btn_undergraduate.png) no-repeat left top;
}
.btn_join_master a:hover, .btn_join_master a.selected,
.btn_join_doctor a:hover, .btn_join_doctor a.selected,
.btn_undergraduate a:hover, .btn_undergraduate a.selected{
	background-position:left bottom;
}