body{
	font-family : Arial;
	margin : 0px;
	color : #333333;
	line-height: 120%;
	background-color : #ffffff;
}
#top{
	background-image : url(./top.jpg);
	background-repeat : no-repeat;
	position : absolute;
	left : 70px;
	top : 150px;
	width : 500px;
	height : 400px;
	padding-top : 375px;
	text-align : center;
	font-size : 80%;
}
#cnt{
  position : absolute;
  padding  : 0;
  top      : 20px;
  right   : 20px;
  height : 20px;
  width  : 70px;
}
.memo{
	position : absolute;
	left : 100px;
	top : 650px;
	width : 350px;
	font-size : 80%;
}
.title{
	background-color : #777777;
	color : #ffffff;
	font-weight : bold;
}
.about{
	font-size : 14px;
	text-align : right;
	text-valign : top;
	padding : 0px;
}
a:link {                                /* 通常リンク                 */
  color : #ffffdd;
  text-decoration : none;
}
a:visited {                             /* 既読リンク                 */
  color : #ffff88;
  text-decoration : none;
}
a:active {                              /* リンク When_At_Click       */
  color : #ff9999;
  text-decoration : none;
}
a:hover {                               /* リンク On_Mouse            */
	color : #4400aa;
	background-color : #eeeeee;
  text-decoration : none;
}
