body {
	background: #E3D3D2;
	margin: 12px;
	padding: 0;
}

.left_side_color {
	background-image: url("../images/left_side_color.gif");
	background-repeat: repeat-y;
	font-size: 10px;
	line-height: 15px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #000000;
}

#title {
	margin-bottom: 24px;
	height: 46px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #666666;
}

.image_left {
	margin: 8px 24px 8px 0;
}
.image_right {
	margin: 8px 0 8px 24px
}

.spacer12 {
	width: 12px;
	height: 12px;
}
.spacer24 {
	width: 24px;
	height: 24px;
}
.spacer32 {
	width: 32px;
	height: 32px;
}

