hr {
	display: none;
}
body {
	line-height: 1.5;
	background: #e4e4e4;
}
#container {
	width: 760px;
	margin: 0 auto;
	background: #fff url(../images/111_Halloween_images/side_bg.jpg) repeat-y;
}
#header {
	background: #70b210 url(../images/111_Halloween_images/header.jpg) no-repeat;
	padding: 20px;
}
#header h1 {
	font-size: 200%;
}
#nav li {
	float: left;
	width: 152px;
}
#nav li a {
	display: block;
	width: 152px;
	height: 40px;
	background: url(../images/111_Halloween_images/gnavi.jpg) no-repeat;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 87.5%;
	overflow: hidden;
}
#nav li a:hover {
	color: #666;
	background: url(../images/111_Halloween_images/gnavi_hover.jpg) no-repeat;
}
#main {
	clear: both;
	padding: 10px 10px 0;
}
#sub {
	float: left;
	width: 150px;
}
#sub li {
	margin-bottom: 10px;
}
#sub li a {
	font-size: 87.5%;
	color: #666;
	font-weight: bold;
	background: url(../images/111_Halloween_images/list_icon.gif) no-repeat left center;
	padding-left: 20px;
	padding-right: 10px;
}
#sub li a:hover {
	background: url(../images/111_Halloween_images/list_icon_hover.gif) no-repeat left center;
}
#contents {
	float: right;
	width: 590px;
}
#contents p {
	margin-bottom: 10px;
}
#contents h2 {
	border-bottom: 1px solid #660032;
	border-left: 5px solid #660032;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents dl,
#contents .txt {
	margin-left: 20px;
}
#footer {
	clear: both;
	background: #6eb113;
	padding: 10px;
}
#footer address {
	font-size: 75%;
}