body{
}
#wrap{
	width: 100%;
	margin: 0 auto;
	background:  url(../img/bg02.png) repeat 0 0;
}
.wrapbody{
	text-align: center;
	min-width: 420px;
}
#header{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background:  url(../img/bg03.png) repeat 0 0;
	font-family: 'Tienne', serif;
	text-shadow: 1px -1px 1px #00655d;
	filter: dropshadow(color=#00655d, offx=1, offy=-1);
	color: #fff;
	text-align: center;
}
#header h1{
	font-size: 48px;
	line-height: 60px;
}
#header p{
	font-size: 24px;
	line-height: 28px;
}
#header a{
	color: #fedc62;
	font-size: 24px;
	padding-left: 50px;
	padding-bottom: 10px;
	line-height: 50px;
	text-decoration: none;
	background:  url(../img/ico_fb.png) no-repeat 0 0;
}
#header a:hover{
	text-decoration: underline;
}
.fl{
	margin: 30px 0;
}
#footer{
	background:  url(../img/bg03.png) repeat 0 0;
	padding: 30px 20px;
}
.format{
	text-align: center;
	max-width: 760px;
	min-width: 420px;
	color: #3db0b6;
	font-size: 12px;
	margin: 0 auto;
	padding: 15px;
	background: #ffffff;
	line-height: 35px;
	-moz-box-shadow:inset 0px 0px 8px #1c1c1c;
	-webkit-box-shadow:inset 0px 0px 8px #1c1c1c;
	box-shadow:inset 0px 0px 8px #1c1c1c;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.format p{
	font-family: 'Tienne', serif;
	font-size: 18px;
	line-height: 30px;
	color: #9b7b3f;
}
.caution{
	background:  url(../img/logo_sml.png) no-repeat center top;
	max-width: 760px;
	min-width: 420px;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	padding: 120px 0 30px 0;
	margin: 0 auto;
}
