/* CSS Document */
body { 
  margin: 0;
  background-color: #dbeaf3;
  background-image: url(img_festa/back.gif);
  background-repeat: repeat-x; 
  background-attachment: scroll;
	color: #333333;
}

a:link.type1 { color: #000000; text-decoration: underline; } 
a:visited.type1 { color: #000000; text-decoration: underline; } 
a:hover.type1 { color: #FF0000; text-decoration: underline; } 
a:active.type1 { color: #FF0000; text-decoration: underline; }
.layout{
	margin: 15px 0 ;
}
.top-btn{
	margin: 2px 0 0 60px;
}
.kisyu{
	margin: 57px 0 0;
}
.caution{
	font-size: 12px;
	color: #ffffff;
	margin: 25px 20px 0 20px;
	line-height: 18px;
}
.stg{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}
.form-layout{
	margin-top: 20px;
}
