@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background:#f4d3a2 url(images/bg/body_gradient.jpg) repeat-x 50% 0%;
	margin: 0;
}
a:link {
	color: #0071bc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0071bc;
}
a:hover {
	text-decoration: underline;
	color: #0071bc;
}
a:active {
	text-decoration: none;
	color: #0071bc;
}
h1 {
	font-size:36px;
	color:#42210b;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
img{
	border:0;
}
.mainNavi{
	float:right;
	top:0;
	right:0;
}
.mainNavi ul{
	list-style:none;
	padding:0;
	margin:0;
}
.mainNavi li{
	float:left;
	display:inline;
	list-style:none;
	width:108px;
	padding:0;
	margin:0 0 0 -15px;
	text-align:right;
}
.mainNavi img {
	position: relative;		
	border:0;
}
ul.footerLinks li{
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
}
.footerLinks a:link {
	color: #402600;
	font-weight:bold;
	text-decoration: none;
}
.footerLinks a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #402600;
}
.footerLinks a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #402600;
}
.footerLinks a:active {
	text-decoration: none;
	font-weight:bold;
	color: #402600;
}

