/* リスト全体 */

ul.pagelinks {
	margin : 5px auto 0px auto;
	width : 600px;
     background-color : #ffe8e8;
}

/* 各項目の装飾 */

ul.pagelinks  li {
	width: 100px;
	line-height : 140%;
	list-style-type: none;
	border: 1px solid blue;
	float: left;
	margin: 0.1em;
	padding: 0px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-align: center;
}

/* リンクの装飾 */

ul.pagelinks  li  a {
	display: block;
	text-decoration: none;
	width: 100px;
}

/* 未訪問リンクの色 */

ul.pagelinks  li  a:link {
	background-color: white;
	color: blue;
}

/* 既訪問リンクの色 */

ul.pagelinks  li  a:visited {
	background-color: white;
	color: purple;
}

/* マウスが載ったときの色 */

ul.pagelinks  li  a:hover {
	background-color: blue;
	color: yellow;
}

/* 現在位置項目の装飾 */

ul.pagelinks  li.here {
	background-color: #ffa6a6;
	color: blue;
	border-color: green;
}

ul.pagelinks  li.linkhead {
	font-size : 90%; /* 文字を小さく */
     border: 0px;
     border-style : none;
     font-weight : normal;
     font-family : "MS UI Gothic";
     
     padding-top : 5px;
}
input{
     font-size : 90%;
}
