<!--

.position{
	width:100%;
 height:90%;
 text-align:center;
}

.box{
	border:solid 1px #336633;
 background-color:#ffffff;
 width:769px;
 height:400px;
 margin-left:auto;
 margin-right:auto;
 font-size:12px;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	background-image: url("img/backimage.gif");
	background-repeat: repeat-y;
	background-color: #FAFFE6;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

<!--
h1 {
	font-size: 85%; 
line-height: 1.2em; 
}

TH, TD {
	font-size : 85%; 
  padding-left : 0px;
}
p{
  line-height : 20px;
  font-size : 90%;
  font-weight : normal;
}
H2{
  font-size : 12px;
  color : green;
  line-height : 20px;
}
H3{
  font-size : 16px;
}
H4{
  font-size : 14px;
}
-->

UL#topmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
  font-size : 12px;
  color : white;
}
ul#topmenu li {
	display: inline;
       font-size : 12px;
       color : white;
}
ul#topmenu li ul {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#topmenu em {
	font-style: normal;
}
ul#topmenu a {
	text-decoration: none;
       font-size : 12px;
       color : white;
}




UL#topicPath {
	list-style-type: none;
	margin: 0;
	padding: 0;
  font-size : 12px;
}
ul#topicPath li {
	display: inline;
}
ul#topicPath li ul {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#topicPath em {
	font-style: normal;
}
ul#topicPath a {
	text-decoration: none;
}



.footer { 
  text-align:center;
  width : 650px; 
  background-color:#009900;
  padding-top : 5px;
  padding-bottom : 5px;
}

/* リスト全体 */
ul.pagelinks {
   margin: auto;
   width: 8em;
   padding: 0px;
}

/* 各項目の装飾 */
ul.pagelinks li {
   width: 1.2em;
   line-height: 1.2em;
   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: 1.2em;
}
/* 未訪問リンクの色 */
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: green;
   color: #ffff80;
   border-color: green;	
}

p.linkhead {
   float: left ;    /* 横に並べる */
   margin: 0px;    /* 余白をなくす */
   font-size: 80%; /* 文字を小さく */
   padding-top: 0.4em; /* 上側の余白 */
}