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

body{
	margin:0 auto;
	*margin: 0 auto;
	font-size:82%;
	font-family: Verdana, Geneva, sans-serif;
	background:#FFF9EF;
}

h1 { font-size: 1.8em; margin: 0; padding: 0;}
h2, h3, h4, h5, h6, p , ul, li, dl, dt, dd { margin: 0; padding: 0; }
li{ list-style-type:none;}

a img { border: none }

.head{
	background:url(images/logo_01.jpg) no-repeat center;
	width:960px;
	height:98px;
}
.head h1 a{
	width:330px;
	height:98px;
	text-indent:-10000px;
	display:block;
}
.menu{
	background:url(images/bg_10.jpg) center bottom no-repeat;
	padding:15px 0px 15px 0px;
}
.footer {
	background:url(images/bg_13.jpg) repeat-x top;
	padding:20px 0px 20px 170px;
	font-size:0.8em;
	color:#333;
	line-height:1.5em;
}
.footer img{
	float:left;
	margin:0px 10px 30px 0px;
}