@charset "ISO-8859-1";

body {
	margin: 20 0 0px 20px;
	background-color: #ffffff;
}

.bodycopy {
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

.subhead {
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	border-bottom: 1px solid #000000;
}

.head {
	font-family: Helvetica, Arial;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.head_underline {
	font-family: Helvetica, Arial;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border-bottom: 1px solid #000000;
}

a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
	border-bottom: 1px solid #0000ff;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	border:0;
}

#info {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 1;
}

#nav {
	position: fixed;
	width: 540;
	top: 20px;
	left: 300px;
	z-index: 2;
}

#bubble_new {
	position: absolute;
	width: 92px;
	height: 92px;
	top: 300px;
	left: 255;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	z-index: 0;
}

#contents {
	position: relative;
	width: 820px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	z-index: 0;
}