@charset "UTF-8";

header{
    width:1024px;
	background-color: snow;
	color: black;
    margin: 0px auto 0px;

    padding:  0px;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
header img{
    padding:  10px;
}
nav{
    width: 100%;
    padding-bottom: 0px;
    text-align: center;
    float: left;
    clear:both;
    margin: 0px auto 0px;

}
nav ul li a{
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
nav ul{list-style-type:none;	font-size: large; font-family: sans-serif,serif;}
nav li{display:inline; padding: 15px 5px; border: 0 2px; background-color: navy;}
nav a{
    color: black;
    text-decoration:none;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    
    
}
nav a:active{text-decoration:;	color:; background-color: white; padding: 10px;}
nav a:link{text-decoration:;	color:; background-color: white; padding: 10px;}
nav a:visited{text-decoration:;	color:; background-color: white; padding: 10px;}
nav a:hover{
    text-decoration:;
    color:black;
    padding: 10px 10px;
    background-color: yellow;
}



section#main{
    width:1024px;
    clear: both;
    margin: 20px auto 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 5px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    font-size: large;
}

footer{
    width: auto;
	text-align:center;
    font-size: x-large;
    color: white;
    padding: 20px;
    margin: 0px;

}

#notice{
    background-color: teal;
    float: right;
    font-size: x-large;
    padding: 5px;
    margin: 5px;
       
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}

#notice
#notice a:active{text-decoration:none;	color:yellow; padding:;}
#notice a:link{text-decoration:none;	color:yellow; padding:;}
#notice a:visited{text-decoration:none;	color:yellow; padding:;}
#notice a:hover{text-decoration:none; color:orange;}

div#area{
    background-repeat: no-repeat;
    background-image: url(../images/areamap.png) ;
}

h3{
    display: block;
font-size: 2em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;

width: 700px;
border-left: 1em solid orange;
border-bottom: 2px solid orange;
cursor: pointer;
padding-left: 10px;
}

table.info{
    padding-left: 100px;
}

table{
    text-align: center;
    
}
tbody{
    border: 5px solid black;
    margin: 0px;
    padding: 0px;
    
}

th{
    background-color: lightgray;
    width: 280px;
}

td{
    background-color: snow;
    text-align: left;
    padding: 10px 10px 20px 10px;
}

div#before{
    text-align: center;
    
}

.example{
    margin: 0px;
    padding:  0px;
}