@charset "utf-8";
body{
	overflow-x: hidden;
}
p.logo{
	width:140px;
	height: 25px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	display:inline;
}
div#floating-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background-color: #00b0f0;
	border: 1px solid #00b0f0;
	z-index: 9990;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#floating-menu a {
	display:none;
}
div#floating-menu img {
	margin: 3px 5px 4px 0px;
	float: right;
	width: 50px;
	height: 50px;
}
h1 {
	margin: 80px 0px 0px 0px;
	width: 100%;
	text-align: center;
}
img.logo {
	display:none;
}
div.center {
	width: 100%;
	text-align:center;
}
hr {
	width: 100%;
	height: 3px;
	background-color: #00b0f0;
	border: none;
	color: #00b0f0;
	margin: 30px 0px;
}
th {
	text-align:right;
}
td {
	text-align:left;
}
table {
	text-align:center;
}
th, td{
	vertical-align: top;
}
table.table1 th{
	width:30%;
	padding: 10px;
}
table.table1 td{
	width:auto;
	padding: 10px;
}
table.table2 th{
	width:30%;
	padding: 10px;
}
table.table2 td{
	width:auto;
	padding: 10px 10px 10px 10px;
}
p.text1{
	background-color:#ff0;
	width:100%;
	margin: 0px 0px 20px 0px;
	border: solid 1px #000;
}

.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}


.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list1{
	counter-reset:li;   
}
 
.list1 li{
	position:relative;
	display: block;
	padding:10px 0px 10px 30px; 
	margin-left:0px !important;
}
 
li.list1-count:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 30px;
	color:#bbb;
	font-family:'Goudy Bookletter 1911',Georgia,serif; 
}
