div.back {
	background-image: url("img/bg.gif");
	background-repeat: repeat-y;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 702px;
}

.contents {
	padding: 10px;
	width: 500px;
	border: 1px solid #999999;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 50px;
}
.title {
	font-size: 95%;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC99;
	padding: 0px;
	margin: 0px;
}
.box {
	padding:5px 10px 0px 20px;
}

.box ul{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:150%;
}

.box ol{
	padding-top:0px;
	padding-bottom:0px;
	padding-bottom:10px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:150%;
}

div.footer {
	background-image: url(img/bg_footer.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 702px;
	height: 51px;
	font-size: 10px;
	color: #660000;
	text-align: left;
}

