/* CSS Document */
@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  component.css
=================================================================== */







/* ----------------------------------------------------------------------
 centerling menu
---------------------------------------------------------------------- */
.menuC {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}
.menuC ul {
	float: left;
	left: 50%;
	position: relative;
	margin-bottom: 10px;
}
 .menuC li {
float:left;
margin-right:20px;
left:-50%;
position:relative;
}

/* ----------------------------------------------------------------------
 Box
---------------------------------------------------------------------- */
.boxBorder {
	margin-right: auto;
	margin-left: auto;
	border: thick solid;
	background-color: #FFFFFF;
	padding: 0.5em;
}