@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg_top.png) repeat-x #fcc4c8;
}
img {
	border: none;
}
#wrapper {
	margin: 0 auto;
	width: 766px;
}
#main {
	background: url(../images/back.png) no-repeat;
	padding-bottom: 30px;
	width: 788px;
	border: 1px solid #B2898D;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
h1 {
	font-size: 0.7em;
	font-weight: 400;
	margin: 40px 0 10px 12px;
}
h2 {
	text-align: center;
	margin-bottom: 30px;
	padding-top: 50px;
}
p {
	text-align: center;
	margin-bottom: 30px;
}
address {
	font-style: normal;
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 10px;
}
