body {
	background-color: #ffffcc;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #000000;
}

#main {
    width: 800px;
	height: 600px;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	padding-top: 50px;
	background-image: url(image/FL_bg.png);
	}
	
#album {
    margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	padding-left: 14px;
	width: 346px;
	height: 270px;
	background-image: url(image/flame.gif);
	background-repeat: no-repeat;
}

#contents {
    margin-top: 20px;
}

#main h1 {
    text-align: center;
}

#contents h2 {
    text-align: center;
}

#contents h3 {
    margin-top: 50px;
	margin-left: 30px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../image/fl1.gif);
	background-repeat: no-repeat;
}

#contents h4 {
    margin-right: 20px;
    text-align: right;
}

/* ---- リンクの色 ---- */

a:link {
  color: #006600;
  text-decoration: none;
}

a:visited {
  color: #006600;
  text-decoration: none;
}

a:hover {
  color:  #FF6600;
  text-decoration: none;
}

a:active {
  color: #006600;
}