﻿body {
	margin: 0px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #29b0ed;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
}
.NaviMenu {
	background-image: url('images/design-sliced_10.jpg');
	vertical-align: top;
}
#Navi {
	margin:0px;
	padding: 12px 0px 0px 0px;
}
#Navi ul.navi{
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	position: relative;
}
#Navi ul.navi li{
	height: 22px;
	padding: 0 0px 0px 10px;
	margin: 0;
	display: inline;
}
#Navi ul.navi li a{
	background-position: 0px 9px;
	padding: 4px 20px 16px 33px;
	font: 12px;
	color: #003c58;
	text-decoration: none;
	text-indent: 0px;
	font-weight: bold;
	margin: 0;
	width: inherit;
	letter-spacing: -1px;
	text-transform: lowercase;
	line-height: 30px;
	background-image: url('images/Button.jpg');
	background-repeat: no-repeat;
	font-family: arial, Helvetica, sans-serif;
	font-size: 24px;
}
#Navi ul.navi li a:hover{
	color: #993333;
	background-image: url('images/ButtonOver.jpg');
}

.FooterBG {
	background-image: url('images/design-sliced_14.jpg');
}
#footerContents {
	padding: 20px 0px 0px 30px;
	line-height: 17px;
}
#footerContents a {
	text-decoration: underline;
	font-weight: bold;
}
#footerContents a:hover {
	text-decoration: none;
}

.Contents {
	padding: 15px 30px 10px 30px;
	background-image: url('images/design-sliced_11.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	line-height: 20px;
}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
}

h1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 33px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #003c58;
	padding: 10px 0px 17px 0px;
	margin: 0px;
}
h3 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #003c58;
	padding: 10px 0px 17px 0px;
	margin: 0px;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
}
ol {
	line-height: 19px;
}
