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

	--style.css--

	1. Style setting
		1-1. FontColor styles
		1-2. Headline styles

	2. Layout setting
		2-1. Base styles
		2-2. Header styles
		2-3. Navi styles
		2-4. Main styles
		2-5. Side styles
		2-6. Footer styles

****************************************************************** */

/*==================================================================
	1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
	1-1. FontColor styles
-------------------------------------------------------------------*/
html { color:#333; }
a:link, a:visited { color:#06C; text-decoration:none; }
a:hover, a:active {	color:#06C; text-decoration:underline; }


/* ------------------------------------------------------------------
	1-2. Headline styles
-------------------------------------------------------------------*/


/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Base styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	2-2. Header styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	2-3. Navi styles
-------------------------------------------------------------------*/
#navi {
	position:absolute;
	top:35%;
	z-index:9999;
	width:100%;
}

#navi ul {
	margin: 0px auto;
	width:250px;
	text-align:center;
}



#navi li {
	margin:0 0 0 0 ;
	text-align:center;
	padding: 30px 0;
}


/* ------------------------------------------------------------------
	2-4. Main styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	2-5. Side styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	2-4. Footer styles
-------------------------------------------------------------------*/
#footer {
	position:absolute;
	bottom:5%;
	z-index:9999;
	width:100%;
	text-align: center;
}
p#copyright {
	text-align:center;
}