@charset "utf-8";
/* common */
#wrapper {
  width:743px;
  position:relative;
  max-width:743px;
  min-width:743px;
}
/* header */
.header {
  padding:20px 45px;
}
.header h2, .header h4 {
  margin:0 0;
  padding:0;
  font-family:"Trebuchet MS", Georgia, "Times New Roman";
}
.header h4 {
  color:#85807f;
  font-size:14px;
}
.header h2 {
  color:#4e4b4a;
  font-size:24px;
}
/* content */
.content {
  min-height:180px;
  background:url(../skin/illust.jpg) no-repeat right bottom;
  margin:0 45px;
  padding-bottom:165px;
}
.content .title {
  font-family:"Trebuchet MS", Georgia, "Times New Roman";
  font-size:16px;
  font-weight:bold;
  color:#013b74;
  margin-bottom:5px;
}
.content .skn-box-a {
  margin-right:244px;
  padding:5px 0;
}
.content .skn-box-a .mid{
  padding:0 20px;
}
.content .skn-box-a .top .m{
  height:8px;
}
.content .skn-box-b {
  padding:0 10px;
  width:245px;
}
.content .skn-box-b .title {
  font-size:18px;
}
.content .skn-box-b .mid{
  padding:3px 10px;
}
.content .go {
  background:url(../icon/ic_go.png) no-repeat center center;
  width:36px;
  min-height:36px;
  margin-bottom:5px;
}
.content .skn-box-a .mid td:last-child {
  vertical-align:bottom;
}
.content .tk,
.content .sd,
.content .smp,
.content .sma,
.content .smk {
  background:url(../icon/ic_jenjang.png) no-repeat 0 center;
  width:68px;
  min-height:74px;
}
.content .smp {
   background-position:-74px center;
}
.content .sma,
.content .smk {
   background-position:-147px center;
}
.content .tk {
   background-position:right center;
}
/* box right */
.box-r {
  width:220px;
  position:absolute;
  top:0;
  right:45px;
}
.box-r .logo {
  text-align:center;
  padding-bottom:35px;
}
.box-r .desc {
  text-align:justify;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:20px;
  color:#444;
}
.box-r .link {
  padding-top:15px;
}
.box-r .r,
.box-r .l {
  background-color:#cecece;
}
.box-r .rb {
  background:url(../skin/bdr_sdw_fade_cecece.png) no-repeat left bottom;
  padding-left:1px;
}
.box-r .lb {
  background:url(../skin/bdr_sdw_fade_cecece.png) no-repeat right bottom;
  padding-right:1px;
}
.box-r .m {
  min-height:192px;
  background-color:#fff;
  padding:18px;
}
/* overide for adv */
.content{
	padding-bottom:125px;
}
.adv-nobg {
	background:none;
}
.adv-nobg a {
	display:inline-block;
	position:relative;
	width:587px;
	height:85px;
	overflow:hidden;
	border:#CECECE solid 1px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow: rgba(150,150,150,0.5) 0 2px 15px;
	-webkit-box-shadow: rgba(150,150,150,0.5) 0 2px 15px;
	-khtml-box-shadow: rgba(150,150,150,0.5) 0 2px 15px;
}
.adv-nobg img {
	position:absolute;
	top:-4px;
	left:-4px;
}
