@charset "utf-8";

/* -----------------------------------------------------------
  SEIBIDO base css
------------------------------------------------------------ */

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
}
#wrapper {
	margin:0px auto;
	padding:10px 0px;
	width: 980px;
	overflow: auto;
}
.header {
	margin:0px;
	padding:0px 60px;
	width: 860px;
	height: 30px;
	background: url(../images/header_bg.gif) no-repeat;
}
.logo {
	margin:0px;
	padding:0px;
	width: 140px;
	height: 30px;
	float: left;
	border: none
}
.header h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	color: #ffffff;
	width: 256px;
	height: 30px;
	float: left;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 14pt;
	background: url(../images/h1.gif) no-repeat;
}
.contents {
	margin:0px;
	padding:0px;
	width: 980px;
	height: 540px;
}
.footer {
	margin:0px;
	padding:0px 60px;
	width: 860px;
	height: 30px;
	background-image: url(../images/footer_bg.gif);
}
.footer img {
	float: left;
}
.copyright {
	margin:0px 0px 0px 152px;
	padding:0px;
	width: 204px;
	height: 30px;
}
