@charset "utf-8";

body {
	overflow:hidden;
	height: 100%;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	font-size:75%;
}

#footer #copyright {
	padding:5px 0px;
	font-size:80%;
	color:#FFFFFF;
	text-align:center;
}

#header {
	background-image: url(../image/popup/pop_back.jpg);
	background-repeat: repeat-x;
	height: 60px;
	margin-bottom:15px;
}

#header #logo {
	width:135px;
	height:0px;
	padding-top:60px;
	overflow:hidden;
	background: url(../image/popup/pop_logo.jpg) no-repeat;	
	float: left;
}

#header #head_btn{
	height:60px;
	float: right;
	padding-right:10px;
	width:270px;
}

#header #head_btn li{
	float: right;
	margin:15px 0px 15px 10px;
}

#header #head_btn li a{
	display:block;
	height:30px;
	line-height:30px;
	padding-left:30px;
}

#header #head_btn #btn_print{width:90px; background:url(../image/btn/btn_print.jpg) no-repeat;}
#header #head_btn #btn_close{width:150px; background:url(../image/btn/btn_close.jpg) no-repeat;}


#contents{
	clear:both;
	margin:0px auto;
}

#footer {
	background-color: #11226A;
	position: absolute;
	bottom: 0px;
	width: 100%;
}