BODY{　　　　　　　　　　　　/* BODYの設定 */
text-align : center;
top : 0px;
color : white;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}

.mid{                        /* 通常の文字 */
  font-size : 12px;
}

.small{                      /* 小さい文字 */
  font-size : 10px;
}


.photo                       /* 写真フレーム風 */
{
  background-color: #FAFAF3;
  border : 1px outset #C0C0C0;
  padding : 10px 5px 25px 5px;
}

.photo2                       /* 写真フレーム風2 */
{
  background-color: #FFFFFF;
  border : 1px outset #C0C0C0;
  padding : 10px 5px 25px 5px;
}
.Bluefont{
  font-size : 10pt;
  color : #FFFF00;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;border-width : 1px 1px 1px 1px;border-style : dotted dotted dotted dotted;}
  
  
a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
