@charset "UTF-8";

/* ---------- body ---------- */

body
{
	color:#333333;
	font-family: Verdana,Arial,sans-serif;
	text-align:center;
	background:#ffffff url('./ibu/topimages/body_bg.gif') repeat-x 0 0;
}

/* ---------- clear ---------- */

div.clear
{
	clear:both;
	height:1px;
}

div.clear hr
{
	display:none;
}


/* ---------- anchor ---------- */

a
{
	color:#0568fd;
	background:none;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


/* ---------- container ---------- */

div#container
{
	width:980px;
	margin:0 auto;
	text-align:left;
}


/* ---------- header ---------- */

div#header
{
	width:100%;
	height:73px;
	overflow:hidden;
	position:relative;
}

div.header-inner
{
	padding:0 5px;
}




/* ---------- footer ---------- */

div#footer
{
	background:url('./ibu/topimages/footer_bg.gif') repeat-x 0 0;
	padding:20px 0 10px 0;
	margin:0 0 0 0;
}

div.footer-inner
{
	width:780px;
	margin:0 auto;
	text-align:left;
}


div#footer p.copyright
{
	clear:both;
	text-align:center;
	font-size:70%;
	color:#999999;
	margin:10px 0;
}