@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 23px;
	letter-spacing: 0.5px;
}

img.bg { 
	margin-top:0px; 
	left:0; 
	min-width: 100%;
	max-width: 150%;
	z-index: 0;
	display:none;	
}

div.background-img {
	width: 100%;
	height: 100%;
	background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
}

img.logo {
	z-index: 1;
	position: fixed;
	left:50%;
	top: 50%;
	margin-left:-75px;
	margin-top: /90px;
	display:none;
}

a {color: #333}

#menu {
	background-color:#FFFFFF;
	color:#666;
	font-family:'Plantin Infant W01';
	font-size: 17px;
	line-height: 23px;
	z-index:2;	
	padding: 0 15px 0 15px;
}

#menu a {
color:#333;
text-decoration:none;
}

.main_menu {
	color: #333;
}

.main_menu a {
	font-family:'Plantin Infant W01';
	color:#333;
	text-decoration:none;
}

.sub_menu {
	color:#333;
}

.sub_menu a {
	font-family:'Plantin Infant W01';
	font-weight:medium;
	color:#333;
	text-decoration:none;
}
	

#menu a:hover {
	border-bottom:1px solid #333;
}

#wrapper {
	padding: 22px 8px 30px 8px;
	z-index: 2;

	background-color:#FFFFFF;
	width: auto;
}

.p_image {
	display:block;
	margin: 0 0 15px 15px;
	max-width: 100%;
	max-width: calc(100% - 30px);
}