@charset "utf-8";
/* CSS Document */

/* リスト全体 */
ul.pagelinks {
   /*margin-bottom: 10px;*/
/*   margin-b: 10px;*/
   margin: 0px;
/*padding-bottom: 10px;*/
   padding: 0px;
}

/* 各項目の装飾 */
ul.pagelinks li {
/* width: 1.2em;*/
	width: 1.5em;
	line-height: 1.2em;
	list-style-type: none;
	border: 1px solid #999999;
	float: left;
	margin: 0.2em;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	text-align: center;
}

/* リンクの装飾 */
ul.pagelinks li a {
   display: block;
   text-decoration: none;
  /* width: 1.2em;*/
   width: 1.5em;
}
/* 未訪問リンクの色 */
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: #999999;
	color: #FFCC33;
}

/* 現在位置項目の装飾 */
ul.pagelinks li.here {
	background-color: #999999;
	color: #FFCC00;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}

body {
	margin-top: 0px;
}

ol {list-style-type: decimal;
	list-style-position: outside;
    font-size:10pt; color:#333333;
	line-height: 150%;
	text-align:left;
}

ul {/*list-style-type: none;*/
     list-style-type: decimal;
    font-size:10pt; color:#333333;
	list-style-position: outside;
	line-height: 150%;
	 text-align:left	
}

body {
	margin-top: 0px;
}



