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

body{
	text-shadow:1px 1px 0px #FFF;
	color:#000;
	font-size:18px;
}

/* page
-----------------------------------------*/
#page{
	margin-left:3%;
	margin-right:3%;
}


#wrapper{
	padding-left:3%;
	padding-right:3%;
	position:relative;
	z-index:1;
}

/*hedaer-image
-----------------------------------------*/
#header-image{
	width : 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
}
#header-image ul{
	display:none;
	margin:0;
	padding:0;
}

#header-image li{
	margin:0;
	padding:0;
	list-style:none;
}

#header-image img{
	width : 100%;	
}



/* site-header
-----------------------------------------*/
#masthead{
	position:relative;
	z-index:1;	
}

/* content
-----------------------------------------*/
#content{
	position:relative;
	z-index:1;	
	
}

