@charset "UTF-8";
@import url(base.css);
@import url(bottom.css);
@import url(otherpages.css);


#manifestoTx{
	padding: 0;
	margin: 0 ;
	font-size: 130%;
	line-height: 1.5em;
	height: 650px;
	background: url(../../carlifenavi/images/bg_manifesto.jpg) no-repeat;
}
#manifestoTx p{
	position: absolute;
	text-indent: -9999px;
}
#sign{
	font-weight: bold;
	margin-top: 2em;
}

#menu{
	background: #fff;
	padding: 15px;
	border: 1px solid #7da9c9;
}
#menu h2{
	margin: 0;
	border: none;
	background: none;
	border-left: 5px solid #0061ac;
	padding: 0 0 0 5px;
}
#menu ul{
	list-style: none;
	margin: 15px 0 5px;
	padding: 0;
	text-align: center;
}
#menu ul li{
	display: inline;
	margin: 0 3px;
}