/* CSS Document */

body {
	position: absolute;
	font-size: 12px;
	/*font: 12px "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro",
			 "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;*/
	background: #eee;	/*#c9c9c9;	2020/09/11　変更*/
	text-align: center;
	margin: 0 0 0 3px; 
	padding: 0;
	height: 100%;
	border-right: 2px solid #ccc;	/*#999;	2020/09/11 	変更*/
	/*width: 123px;*/
}

ul{
	margin: 0; 
	padding: 0;
	list-style: none; 
	width: 120px;
}

.nav li a {
	position: relative;
	display: block;
	margin-bottom: 12px;
	padding: 8px 0px;
	font-size: 14px;
	text-decoration: none;
	color: #eee;
	background: #666;
}

.nav li a:hover {
	background: #444;
	color: #fff;
 	box-shadow: 2px 3px #0066cc;
}

#clicked a,
#clicked a:hover{
	background: #444;
	color: #fff;
 	box-shadow: 3px 5px #006699;
}