body.popup2 div#wrap1 {
	background-image: url(../img/bg02_popup.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width:100%;
	width:656px;
	margin: 0px auto;
}

body.popup2 div#wrap2 {
	background-image: url(../img/bg03_popup.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 8px;
	text-align: left;
}
body.popup2 div#header {
	position: relative;
}
body.popup2 div#maincol {
	float:left;
	width:595px!important;
	width:639px;
	min-height:400px;
	height:auto!important;
	height:400px;
	padding: 0px 18px 0px 18px;
}

body.popup2 div#header div#snavi {
	position: absolute;
	left: 488px;
	top: 4px;
}


div.popclose {
	margin: 2em 0px 2em 7px;
	padding: 0px;
	height: 42px;
	width: 100%;
	text-align:center;
}
div.popclose a{
	display: block;
	background-image: url(../img/pop_close.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 126px;
	text-indent: -9999px;
	margin: 0 auto;
}
div.popclose a:hover{
	background-position: 0px -42px;
}

