﻿#page {
  width: 160px;
}
#page > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#page > ul li {
/*list-style-type:none;*/
  /*float: left;*/
  /*width: 160px;*/
  /*height: 25px;*/
  
  line-height: 160%;

}
#page > ul li a {
  display: block;
  text-decoration: none;
  /*text-align: center;*/
  background-color: #cfc;
  color: #000;
  border: solid 1px #888;
  /*border-bottom: none;*/
}
#page > ul li a.selected {
  color: #000;
  background-color: #0f0;
}

#contents{
  width: 640px;
 background-color: #fff;
	
}

/* ページトップのタイトル */
#titleBar{
	text-align: center;
	background-image: url('../caption.gif');
	line-height:150%;
	font-size:12pt;
	color:blue;
	font-weight:bold;
}

/* ページトップのタイトル */
#textNormal{
	line-height:150%;
	font-size:10pt;
}


.prog {background:black;color:lime;line-height:120%;}