@import url("style.css");

body,div,span,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,img,object,param,embed,form,input,select{
	margin: 0;
	padding: 0;
}
body {
	background-image: none;
}
#container{
	width: 100%;
	border: 0px;
	background-color: #FFFFFF;
	}

#header {
	clear:both;
	width:100%;
	border-bottom: 0px solid #999999;
	padding-top: 0px;
	padding-bottom: 20px;
}

#contRight {
	float: left;
	margin: 0px;
	padding-right: 0px;
	width: 100%;
	padding-bottom: 0px;
	border: 0px;
	background-color: #FFFFFF;
}

#contLeft {
	display:none;
}

#footer {
	display:none;
}

#copyright {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	font-size:80%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#contRight .box01{
	float:left;
	padding:0;
	width:50%;
	text-align: center;
	margin-top: 10px;
	}
	
#contRight .box02{
	float:left;
	padding:0px;
	width:90%;
	background-color: #eeFFee;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
#contRight .box03{
	float:left;
	padding:0px;
	width:90%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 2px dotted #99CCFF;
	}
	
#contRight .box04{
	float:left;
	padding:0px;
	width:90%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 3px dotted #b39966;
	}