@charset "utf-8";
body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	font-size: 14px;
	_font-size: 85%;
	text-align: center;
	color: #663300;
	margin: 20px auto 10px;
}
#layout {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #AA9054;
	border-right: 1px solid #76643A;
	border-bottom: 1px solid #76643A;
	border-left: 1px solid #AA9054;
	margin-bottom: 10px;
}
h1 {
	color: #FFFFFF;
	padding-top: 5px;
	background: #AA9054;
	padding-bottom: 5px;
	border-bottom: 1px solid #76643A;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bolder;
}
ul {
	text-align: left;
	list-style: none;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 20px;
}
li {
	background: url(img/list.gif) no-repeat left;
	padding-left: 20pt;
}
.name {
	text-align: left;
	border-bottom: 2px dotted #AA9054;
	margin: 0px 20px 10px;
	padding: 0px 0px 2px 5px;
}
p {
	margin-bottom: 15px;
	font-weight: bold;
	color: #333333;
}
