body {
	background-color: #FAF8EC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #660000;
}

#all {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	font-size: 12px;
}

h1 {
	background-image: url(h1_bar.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 33px;
	padding-left: 16px;
	margin-top: 11px;
	margin-bottom: 11px;
}

h2 {
	font-size: 14px;
	line-height: 27px;
	background-image: url(h2_bar.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 11px;
	margin-top: 11px;

}

h3 {
}
p {
	line-height: 1.3em;
	margin: 0px;
}
img {
	border: 0px;
}
td {
	vertical-align: top;
	font-size: 12px;
}

.label {
	background-color: #F2E4D3;
	font-size: 12px;
}

.items {
	background-color: #FFFFFF;
	font-size: 12px;
}


th {
}


/*-- リンク指定 --*/

a:link {
	color: #217D63;
}

a:visited {
}

a:hover {
}


