@import "./default.css";



html * {
box-sizing      : content-box;
-moz-box-sizing : content-box;
}



html {
}

html,body {
overflow-x: hidden;
}

* html body {
height: 100%;
}

body {
background-color: #f1fffc;
text-align: left;
}


h1 {
width: 800px;
margin: 0px auto;
text-align: center;
}

div.flyer {
width: 800px;
margin: 0px auto;
padding: 1em 0 0 0;
text-align: center;
}

div.information {
width: 800px;
margin: 0px auto;
padding: 2em 0em 2em 3em;
color: #666;
line-height: 2;
text-align: left;
}

div.notice {
width: 760px;
border: 1px dashed #000;
padding: 20px;
margin: 20px auto 40px auto;
}

div.footer {
width: 800px;
margin: 0px auto;
padding: 2em 0em 5em 3em;
color: #aaa;
line-height: 2;
text-align: right;
}



h2 {
font-weight: bold;
}
h3 {
font-weight: bold;
margin-bottom: 1em;
}
h4 {
font-weight: bold;
}

a,
a:link,
a:visited {
color: #666;
text-decoration: underline;
}
a:active,
a:focus,
a:hover {
color: #fff;
text-decoration: none;
background: #666;
}

p {
margin-bottom: 1em;
}
