body{
	padding:0;
	margin:0;
}

img {
	border:none;
}


/* header */
#header_wrap {
	background-color:#000;
	text-align:center;
	height:117px;
}

#header_wrap .contents {
	width:882px;
	height:117px;
	position:relative;
	margin:0 auto;
}

#header_wrap iframe {
	border:none;
	width:882px;
	height:117px;
	overflow:hidden;
}

#header {
	width:882px;
	height:117px;
	text-align:left;
	position:relative;
	background-color:#000;
}

#header .logo {
	position:absolute;
	top:16px;
	left:0px;
}

#header #header_menu {
	position:absolute;
	top:82px;
	left:0px;
}

#header_form {
	position:absolute;
	top:16px;
	left:663px;
}
#header_form #side_text {
	width:150px;
	height:19px;
	border:none;
}

#header_login {
	position:absolute;
	top:51px;
	left:663px;
}

