* {
	margin:0;
	padding:0;
}
body {
	background: #ab9681 url(graphics/background.gif) repeat-x;
}
h1 {
	display: none;
}
hr {
	display: none;
}
#box-all {
	margin: 80px auto 0px auto;
	width:687px;
}
#box-top {
	width: 687px;
	height: 61px;
	background: url(graphics/wide/top.png) no-repeat;
	clear: both;
}
#box-bottom {
	width: 687px;
	height: 50px;
	background: url(graphics/wide/bottom.png) no-repeat;
	clear: both;
}
#box-header {
	width:687px;
	height:283px;
	background: url(graphics/header.png) no-repeat;
}
#box-navi_content {
	width: 687px;
	background: url(graphics/wide/middle.png) repeat-y;
	clear: both;
}
#box-navi {
	margin: 0px 0px 0px 17px;
	width: 140px;
	float:left;
	font: 12px Arial;
	line-height: 22px;
	padding: 49px 40px 0px 40px;
}
#box-navi ul {
	list-style: none;
}
#box-navi a {
	display: block;
	color: #ffffff;
	text-decoration:none;
	border-bottom:1px dashed #97afb8;
}
#box-navi a:hover {
	border-bottom:1px dashed #ffffff;
}
#box-navi a.active {
	border-bottom:1px dashed #ffffff;
}
#box-content {
	width: 387px;
	float:left;
	padding: 10px 20px 0px 10px;
}
#box-content h2 {
	font: 22px Georgia;
	color: #467486;
	border-bottom: 1px dashed #467486;
}
#box-content .scroll {
	text-align: justify;
	margin: 12px 0px 0px 0px;
	font: 12px Arial;
	/*
	height: 200px;
	overflow: auto;
	*/
	line-height: 20px;
	color: #4c4c4c;
	padding-right: 10px;
}
#box-content ul {
	list-style-type: disc;
	text-align: justify;
	margin: 12px 0px 0px 24px;
	font: 12px Arial;
	line-height: 20px;
	color: #4c4c4c;
	padding-right: 10px;
}
#box-content ol {
	text-align: justify;
	margin: 12px 0px 0px 24px;
	font: 12px Arial;
	line-height: 20px;
	color: #4c4c4c;
	padding-right: 10px;
}
#box-content li {
	padding-bottom: 8px;
}
#box-content a {
	color: #467486;
	text-decoration: none;
}
#box-content a:hover {
	text-decoration: underline;
}

#box-print {
	width: 33px;
	height:295px;
	background: url(graphics/print.png) no-repeat;
	float: left;
}
#box-print a {
	display: block;
	width:24px;
	height:98px;
}
#box-print a span {
	display: none;
}