<style type="text/css">
<!--

* {
	border:none;
}

#Navigation {
	/*  Floatでコンテンツを右に */
	float:right;
	width:140px;
	height:100%;
}

#Navigation p {
	position:absolute;
	top:100px;
	margin:0 10px;
	border: 1px double #000000;
}
#Navigation table{
	border: 1px #000000;
	margin: 4px;
	font-size: 12px;
	line-height: 120%;
}
#Navigation td{
	border: 1px dotted #000000;
}

//-->
</style>
