body	{
  margin-top:20px;
  background-color:white
	;
}

/* 左端 */
.side	{
  position : absolute;
  width:100px;
  margin:0px;
  left:25px;
  top:25px;
  padding:10px;

  background-color:white;
}
.side p	{
  font-size:80%;
}

/* 中央 */
.main	{
	color:#333333;
  position:absolute;
  left:150px;
  width:550px;
  margin:0px;
  padding:12px;
  border:none;
  font-size:14px;
  line-height:160%;
}
.main h1
	{
  font-size:large;
  color:#33cc66;
  text-align:center;
  border-bottom;
  solid 4px #66cc33;
  paddin-top:3px;
  margin-bottom:8px;
}
.main h2
	{
  font-size:small;
  text-align:center;
  border-bottom:solid 4px #66cc33;
  margin-top:0px;
  paddin-bottom:8px;
  margin-bottom:25px;
}
.main p	{
  font-size:14px;
line-height:160%;
}
.type1{
	line-height:	2em;
	font-size:	80%;
	}

.ul{
	line-height:	2em;
	font-size:	80%;
	}

.table{
	font-size:14px;
	line-height:160%;

/* ◆リンク◆ */

A:link {
  color: #000099;
}
A:visited {
  color: #000099;
}
A:hover {
  color: #ff0000;
}
/*		text-decoration: underline;
  */
		background: none;
}
