@charset "Shift_JIS";

/* TOPページの中身
******************************************************************************************** */

h1#toptitle {
  width: 568px;
  height: 458px;
  background: #FFF url(../images/main.png) 0 0 repeat;
  text-indent: -9999px;
  font-size: 1px;
}
div#photoframe {
  position: absolute;
  top: 175px;
  left: 177px;
  margin: 0;
  padding: 0;
}
p#catch {
  display: none;
}

/* おたより */
div#letter{
	width:470px;
	height:70px;
}
div#letter p{
  	text-indent: -9999px;
	width:470px;
	height:70px;
  	display: block;
 	background: url(../images/letterb.gif) 0 0 no-repeat; 
}
div#letter p a{
	width:470px;
	height:70px;
  	display: block;
}

div#letter p a:hover{
	width:470px;
	height:70px;
 	background: url(../images/letterb_2.gif) 0 0 no-repeat; 
}

