@charset "utf-8";
body {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-size: 15px;
	line-height: 160%;
}a {
	color: #03F;
}
* html body{
	overflow: hidden;
} 
div#footerArea {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #0033FF;
	color: #fff;
}
* html div#contentsArea{
	height: 100%;
	overflow: auto;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}h2 {
	font-size: 15px;
	font-weight: normal;
}h3 {
	color: #039;
	margin: 0px;
	padding: 0px;
}
