@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#wrapper {
	background-color: white;
	padding: 0;
	width: 830px;
	background-image: url(../images/common/back-body.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}

#header-index {
	width: 830px;
	background-image: url(../images/common/back-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 65px;
}

#header {
	width: 786px;
	background-image: url(../images/common/back-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 55px;
	padding-left: 44px;
}

#content {
	margin-top: 20px;
}

.content1 {
	margin-left: 65px;
}

.content2 {
	margin-left: 159px;
}

#footer {
	background-image: url(../images/common/back-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
	width: 830px;
	margin-top: 40px;
}

.copyright {
	margin-left: 206px;
	height: 14px;
	width: 418px;
}
