@charset "UTF-8";


* {
	margin: 0 auto;
}
#bck {
	width: 100%;
	background-image: transparent;
	background-repeat: no-repeat;
	float: none;
	clear: both;
	height: auto;

	margin-left: auto;
	margin-right: auto;
	position: static;
}
#bck #tit p {
	margin-right: auto;
	font-family: Perpetua, Baskerville, “Big Caslon”, “Palatino Linotype”, Palatino, “URW Palladio L”, “Nimbus Roman No9 L”, serif;
}
#bck iframe {
	font-size: 10px;	
}


#menu1 ul {
	display: block;
	text-align: center;

}
ul {
	font-family: Perpetua, Baskerville, “Big Caslon”, “Palatino Linotype”, Palatino, “URW Palladio L”, “Nimbus Roman No9 L”, serif;
	
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: inline;
}
ul li {
	display: inline;
	text-align: center;
	float: none;
}
li ul{
	display: inline;
	
}
ul li a {
	display: inline;
	text-decoration: none;
	border-top: 0px;
	padding: 5px 25px 5px 25px;
	background: transparent;
	white-space: nowrap;
	color: #000;
	
}
ul li a:hover {
	background: #CCC;
	font-family: Perpetua, Baskerville, “Big Caslon”, “Palatino Linotype”, Palatino, “URW Palladio L”, “Nimbus Roman No9 L”, serif;
	font-weight: regular;
	font-style: regular;
}
li:hover ul {
    display: inline;
    position: absolute;
}
li:hover li {
    float: none;
    font-size: 11px;
}
li:hover a {
    background: #3b3b3b;
}
li:hover li a:hover {
    background: #1e7c9a;
}
a.go-to-top {
background: url('images/arrow-to-top.png') no-repeat center center;
width: 35px;
height: 35px;
position: static;
right: 30px;
bottom: 30px;
text-indent: -9999px;
font-size: 0;
cursor: pointer;
outline: 0;
}
