html,body{
	height:100%;
}


body{
	padding:0;
	margin:0;
	background-image:url("../images/back_conte.gif");
	background-color:#000;
}

h1,h2,h3,h4,h5,
img,span,
p,div,
ul,ol,dl,
li,dt,dd,
form {
	margin: 0;
	padding: 0;
	border: none;
}

#NaviArea{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
}

#footer{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	color:#d0d2bf;
	font-size:11px;
}

#footer p{
	color:#d0d2bf;
	padding-bottom:30px;
}
#footer_pro{
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	color:#d0d2bf;
	font-size:11px;
}
#footer_pro p{
	color:#d0d2bf;
	padding-bottom:30px;
}

#fLogo{
	margin-bottom:0;
}

div#conteArea {
	background-image: url(../images/back_conte2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	min-height:100%;
}
*html div#conteArea {
	height:100%;
}


