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


body {
	background-image: url(image/bg_index.jpg);
	background-position: center -250px;
	background-attachment: fixed;
}
#wrap {
}
header {
}
#content {
	margin: 300px 0px;
	padding: 25px 0px;
	background-color: rgba(0,0,0,0.5);
}
#content p {
	margin: 20px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
#content p img#logo, #content p img#nz {
	width: 100%;
	height: auto;
}
}
/*h1 {
	width: 330px;
	height: 205px;
	background-image: url(image/logo_index.png);
	background-repeat: no-repeat;
	margin: 100px auto;
}*/
/*nav {
	width: 320px;
	margin: 0 auto;
}
nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
nav ul li {
	width: 144px;
	height: 150px;
	margin: 5px;
	float: left;
	background-color: #fff;
	border: solid 3px #008844;
	display:table;
}
nav ul li a {
	color: #333333;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	display:table-cell;
	vertical-align:middle;
}*/
/*nav ul li a strong {
	font-size: 14pt;
}
nav ul li a:hover {
	color: #000;
	text-decoration: none;
}*/

footer {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
