@charset "UTF-8";

/**
 *
 */

/**
 * 01.Common
 */

#wrapper {
    width: 720px;
}

#header-logo {
    text-align: right;
    padding: 13px 20px 0 0;
}

#contents-wrapper {
	display:block;
	width:720px;
	padding-top:20px;
	margin:0px;
    position: relative;
    height: 460px;
    background: url(../images/kappa/bg_board.gif) no-repeat left top;
    z-index: 0;
}

.contents {
    clear:both;
	display:block;
	margin:0px auto;
	width:690px;
	height:410px;
	z-index:0;
    display: block;
    z-index: 0;
}

#btnarea {
    position: relative;
    width: 720px;
    z-index: 1;
}

#btnarea a {
    display: block;
    width: 70px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 15px;
}

#btnarea #package {
    position: absolute;
    top: -20px;
    right: 0;
	width:150px;
	height:80px;
	z-index:50;
}