body{
	font-size: small;
	line-height: 1.5em;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

p{
	margin: 0px;
	padding: 0px;
}

#wapper{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 690px;
	background-image: url(../../main_images/back.jpg);
	background-repeat: repeat-y;
}

#header{
	background-image: url(../../main_images/header.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 690px;
	margin: 0px;
	padding: 0px;
}

#contents{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#footer01{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-right: 50px;
	margin-left: 50px;
	width: 590px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#footer02{
	margin-right: 50px;
	margin-left: 50px;
	width: 575px;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	line-height: 1.3em;
	font-size: x-small;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B30101;
}


#footer{
	background-image: url(../../main_images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 690px;
	margin: 0px;
	padding: 0px;
}

.imgright{
	float: right;
}
