@charset "UTF-8";

body {
	/* background: #fff url(../image/bg_body_02.gif) repeat-x; */
}
#popUpWrapper {
	position: relative;
	/* padding: 0 20px; */
	padding: 0;
	/* background: url(../image/bg_footerarea_02.gif) left bottom repeat-x; */
}
#popUpWrapperInner {
	margin: 0 auto;
}

#headerArea {
	position: relative;
	width: auto;
	height: 68px;
	margin: 0;
}
#headerArea p.ci {
	position: absolute;
	left: 0px;
	top: 22px;
	/top: 21px;
	/height: 30px;
}
#headerArea p.cn {
	position: absolute;
	right: 0;
	top: 13px;
}
#headerArea p.close {
	position: absolute;
	right: 0;
	top: 33px;
	/height: 18px;
}

#contentBodyArea,
#primaryArea {
	float: none;
	background: transparent;
	width: 100%;
}
#contentBodyArea{
	min-width: 1px;
}

#footerArea {
	width: auto;
	height: 70px;
	margin: 0;
	padding: 0;
	font-size: 84%;
}
#footerArea p.ci {
	float: left;
	width: 75px;
	margin-top: 16px;
}
#footerArea p.copyright {
	float: right;
	margin: 25px 0 10px -14px;
	text-align: right;
	text-transform: uppercase;
}

.popUpPageTop{
	text-align: right;
}

@media print{
/* @media print */
body,
#wrapper{
	background-image: none;
}

/* /@media print */
}