@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:190px;
	height:75px;
	position:absolute;
	bottom:-5px;
	right:254px;
}
.btn_join_doctor{
	width:160px;
	height:75px;
	position:absolute;
	top:174px;
	right:124px;
}
.btn_undergraduate{
	width: 190px;
	height: 75px;
	position: absolute;
	top: 172px;
	right: 405px;
}
.btn_join_master a{
	width:190px;
	height:75px;
	display:block;
	background:url(/postgraduate/images/pt/inside_btn_master_degree.png) no-repeat left top;
}
.btn_join_doctor a{
	width:160px;
	height:75px;
	display:block;
	background:url(/postgraduate/images/pt/inside_btn_doctor_degree.png) no-repeat left top;
}
.btn_undergraduate a{
	width: 190px;
	height: 75px;
	display: block;
	background: url(/postgraduate/images/pt/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;
}