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

#basebg {
	margin: 0px;
	padding: 0px;
	background-image:url(img/bg01.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#wrapper {
	width: 770px;
	margin: 0 auto 0 auto;
}

#contents{
	margin: 0;
	padding: 0;
	background-image:url(img/contents_bg.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#EFEFEF;
	}

#footer {
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-image:url(img/footer_bg01.gif);
	background-position:top center;
	background-repeat: no-repeat;
}

.text12 {
	font-size: 12px;
	color:#333333:
	line-height: 1.5em;
	}

.text10 {
	font-size: 10px;
	color:#333333:
	line-height: 1.5em;
	}

.coppyright {
	font-size: 10px;
	color:#333333:
	line-height: 1.5em;
	}

dt {
	font-weight: bold;
	color: #003300;
}

dd {
 margin-bottom: 10px;
 margin-left: 12px;
}
