@charset "utf-8";
#header  {
	background-image: url(../images/history/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header  h1  {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 240px;
	width: 870px;
	visibility: hidden;
}
#main {
	background-image: url(../images/common/title.gif);
	background-repeat: no-repeat;
	background-position: left 36px;
}
#main h2 {
	font-size: 18px;
	line-height: 18px;
	height: 35px;
	width: 565px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#history {
	padding: 0px;
	width: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
}
#history h3 {
	height: 40px;
	margin: 0px;
	padding: 0px;
	width: 540px;
}
#history p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#history .photo {
	width: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 2px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#history .photo img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#goto_pages {
	text-align: center;
	padding: 0px;
	height: 20px;
	width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 10px;
	line-height: 10px;
}
#goto_pages #prev {
	padding: 0px;
	float: left;
	height: 20px;
	width: 100px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#goto_pages #back {
	padding: 0px;
	height: 20px;
	width: 100px;
	margin: 0px;
	float: left;
}
#goto_pages #next {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 100px;
}
#goto_pages #prev a {
	background-image: url(../images/history/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100px;
	text-decoration: none;
}
#goto_pages #back a {
	background-image: url(../images/history/btn_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100px;
	text-decoration: none;
}
#goto_pages #next a {
	text-decoration: none;
	background-image: url(../images/history/btn_next.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100px;
}
#goto_pages #prev a:hover {
	background-image: url(../images/history/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100px;
	text-decoration: none;
}
#goto_pages #back a:hover {
	background-image: url(../images/history/btn_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100px;
	text-decoration: none;
}
#goto_pages #next a:hover {
	text-decoration: none;
	background-image: url(../images/history/btn_next.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100px;
}
#history_menu {
	width: 565px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-image: url(../images/history/menu_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	color: #000000;
}
#history_menu li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#history_menu a {
	color:#000099;
	text-decoration: none;
}
#history_menu a:hover {
	color: #FF9900;
	text-decoration: underline;
}
