@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	background-image: url("../img/bg_body.png");
	font: normal 14px HelveticaNeue, Helvetica, Sans-serif;
	color: #804f1b;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-user-select: none;
	-webkit-touch-callout: none
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	margin: 0;
}

p {
	margin: 0 0 1em 0;
}

a:link, a:visited, a:hover {
	color: #f391b5;
}

.alC	{ text-align: center !important; }
.mt5	{ margin-top: 5px !important; }
.mt10	{ margin-top: 10px !important; }
.mt20	{ margin-top: 20px !important; }
.mb5	{ margin-bottom: 5px !important; }
.mb10	{ margin-bottom: 10px !important; }
.mb20	{ margin-bottom: 20px !important; }
.ml5	{ margin-left: 5px !important; }
.ml10	{ margin-left: 10px !important; }
.ml20	{ margin-left: 20px !important; }
.mr5	{ margin-right: 5px !important; }
.mr10	{ margin-right: 10px !important; }
.mr20	{ margin-right: 20px !important; }
.pt5	{ padding-top: 5px !important; }
.pt10	{ padding-top: 10px !important; }
.pt20	{ padding-top: 20px !important; }
.pb5	{ padding-bottom: 5px !important; }
.pb10	{ padding-bottom: 10px !important; }
.pb20	{ padding-bottom: 20px !important; }
.pl5	{ padding-left: 5px !important; }
.pl10	{ padding-left: 10px !important; }
.pl20	{ padding-left: 20px !important; }
.pr5	{ padding-right: 5px !important; }
.pr10	{ padding-right: 10px !important; }
.pr20	{ padding-right: 20px !important; }
.fontB	{ font-weight: bold; }
.fwBig	{ font-size: 1.2em !important; }
.fwMid	{ font-size: 1.1em !important; }
.fcRed	{ color: #ff0000; }
.fontS	{ font-size: 0.8em !important; }


h1 {
	font-size: 120%;
	font-style: bold;
	text-align: left;
	text-shadow: 1px 1px 2px #666666;
	background: #fffeee;
	border-bottom: 2px ridge #cc9966;
	padding: 10px 10px 5px 10px;
}

h2 {
	color: #669999;
	font-size: 110%;
	font-style: bold;
	text-align: left;

	min-height: 20px;
	background: url('../img/list1.png') no-repeat 0 50%;
	background-size: 20px 20px;
	padding: 2px 0 0 22px;
}

section {
	padding: 0 10px 10px 10px;
}
section.frame {
	-webkit-box-shadow: inset 0 0 12px #cc9966;
	box-shadow: inset 0 0 12px #cc9966;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #ffffff;
	border: 1px solid #cc9966;
	padding: 15px;
	margin: 15px 20px 40px 20px;
}


footer {
	background: #fffeee;
	border-top: 2px ridge #cc9966;
	border-bottom: 1px ridge #cc9966;
	margin: 10px 0 0 0;
	padding: 5px 10px;
}
