/* CSS Document */

address{
	text-align: left;
	position: relative;
	left: 10px;
	top: 387px;
}
.contents {
	height: 600px;
	background-image: url(../images_contents/backgroundimg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 210px;
	position: relative;
}

.main{
	width: 420px;
	height: 420px;
	position: absolute;
	left: 380px;
	top: 57px;
}

h2{
	margin: 0px;
	height: 105px;
	width: 420px;
	clear: both;
	}

#img_left{
	margin: 0px;
	float: left;
}
