@charset "utf-8";

.whole{
	width: 700px;
	margin: auto;
}
.widthLeft{
	width: 322px;
}
.widthRight{
	width: 368px;
}
.border{
	border: solid 1px #aaaaaa;
}
.halfImg{
	width: 157px;
}
.tblTime{
	width: 100%;
	height: 75px;
	background-color: #550000;
}
.tblTime caption{
		background-color: #550000;
		color: #ffffff;
}
.tblTime td{
	text-align: left;
	padding: 2px 0px;
	padding-left: 5px;
	background-color: #ffffff;
}
.widthLeft p{
	margin-bottom: 7px;
}
.widthRight p{
	margin-bottom: 10px;
}