@charset "utf-8";

h2 {
	font-size: 12px;
	border-left: solid 1em #d9a99e;
	border-bottom: solid 1px #d9a99e;
	line-height: 14px;
	text-align: left;
	margin: 0.5em 1em;
	padding: 0.3em 0.5em;
}
h3 {
	font-size: 14px;
	color: #020202;
	background-color: #bbd5ac;
	padding: 0.3em;
	text-align: center;
}
img {
	max-width: 230px;
	max-height: 230px;
	width: expression(document.body.clientWidth > 230? "230px": "auto" );
	height: expression(document.body.clientHeight > 230? "230px": "auto" );
}
dt {
	font-weight: bold;
}
dd {
	margin: 0.4em 1em;
	line-height: 1.3em;
}
table {
	border-color: #bbd5ac;
}
form {
	margin: 0;
}
#wrap {
	width: 820px;
	margin: 0;
	padding-bottom: 1em;
	background-color: #fffbef;
}
#wrap dl{
	text-align: left;
	margin-left: 4em; 
}
#wrap2 {
	width: 820px;
	margin: 0;
	padding-bottom: 1em;
	background-color: #fffbef;
	border-bottom: solid 1.8em #bbd5ac;
}

#Title {
	font-size: 14px;
	font-weight: bold;
	color: #020202;
	background-color: #bbd5ac;
	margin: 0 0 1em 0;
	padding: 0.3em 0;
	text-align: center;
}

.l { background-color: #bbd5ac; color: #020202; }
.r { background-color: #fffbef; color: #541c02; }

