@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	color: #fff;
	text-align: center;
	font-weight: normal;
}

#nav {
	position: fixed;
	z-index: 1;
	background-color: #0A4436;
	visibility: visible;
}
/*#nav { //drop shadow
	-webkit-box-shadow: 0 0 0 0px black, 0 0.75em 1.25em -0.25em #111;
	-moz-box-shadow: 0 0 0 0px black, 0 0 0.75em 1.25em -0.25em #111;
	box-shadow: 0 0 0 0px black, 0 0.75em 1.25em -0.25em #111;
}*/

.centerText {
	text-align: center;
	display: block;
	margin-right: 0.25em;
	margin-left: 0.25em;
}
tr .variety img {
	/* [disabled]margin-bottom: 0px; */
	display: inline-block;
	white-space: nowrap;
	margin-left: 0px;
}
dt img {
	margin-top: -0.250em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.nw {
	white-space: nowrap;
}
.pad {
    padding-left: 1em;
    padding-right: 1em;
}
.tl {
    border-top: 1px #0A4436 solid;
}