/*Nice Titles*/
.nicetitle {
	font-family:"Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 25em;
	z-index: 20;
	max-width: 50%;
}
.nicetitle-content{
	opacity: 0.9;
	overflow: hidden;
	border-top:2px solid #ffe9e9;
	border-right:2px solid #efcfcf;
	border-bottom:2px solid #efcfcf;
	border-left:2px solid #ffe9e9;
	padding: 4px;
	color: #262;
	background: #eee6d6;
}
.nicetitle p{
	margin: 0;
	line-height: 130%;
	font-size:94%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 78%;
	color:#333;
}
div.nicetitle p span.accesskey {
	color: #000;
}