
body {
	font-size: 0.9em;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #F7ECDD;
}

h1 {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	margin: 3px auto 0;
	padding: 0;
	width: 800px;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 820px;
	display: block;
}

.menu {
	margin: 0;
	padding: 0 0 5px;
	height: 34px;
	width: 170px;
	display: block;
}

.contents {
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
}

.td_line1 {
	border-top: 1px dotted #AAAAAA;
	border-right: 1px dotted #AAAAAA;
}

.td_line2 {
	border-top: 1px dotted #AAAAAA;
}

.td_line3 {
	border-top: 1px dotted #AAAAAA;
	border-right: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
}

.td_line4 {
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
}

.textbox {
	font-size: 0.9em;
	line-height: 1.3em;
}

.td3_line1 {
	border-top: 1px dotted #AAAAAA;
	border-right: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
}

.td3_line2 {
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
}

.td3_line3 {
	border-right: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
}

.td3_line4 {
	border-bottom: 1px dotted #AAAAAA;
}

.contents h3 {
	font-size: 16px;
	color: #E45F94;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	padding: 0;
}

.footer {
	font-size: 13px;
	line-height: 1.2em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


