@charset "UTF-8";
/* CSS Document */

img {border: none}
.navigation{
	height: 37px;
}


a.navi {
	color: #000000;
	font-size:18px;
	text-decoration:none;
	letter-spacing: 1px;
	padding-left: 30px;
	padding-bottom: 1px;
	padding-right: 15px;
	background-image: url(images/bg.jpg);
	border-right-width: 5px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #999;
	border-bottom-style: solid;
}

a.navi:hover {
	padding-right: 120px;
	background-image: url(images/bg.jpg);
		
}
a.navi:active {
	padding-right: 120px;
}

.navigationBottom{
	height: 43px;
}

.contact {
	color: #000000;
	font-size:20px;
	text-decoration:none;
	letter-spacing: 1px;
	background-image: url(images/bg.jpg);
	padding-left: 30px;
	padding-right: 15px;
	width:100%;
	border-right-width: 5px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #999;
	border-bottom-style: solid;
}

a.naviBottom {
	color: #000000;
	font-size:20px;
	text-decoration:none;
	letter-spacing: 1px;
	background-image: url(images/bg.jpg);
	padding-left: 30px;
	padding-right: 15px;
	width:100%;
	border-right-width: 5px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #999;
	border-bottom-style: solid;
}

.logo {
	top: 0px;
	left: 15px;
	position: fixed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.footer{
	color:#CCC;
}

