html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

body {
 background-color: #ffffff;
 font-size: 14px;
 line-height: 1.6;
}

h2 {
 font-size: 14px;
 text-align: center;
 padding: 0 0 10px 0;
}

p {
 margin: 0;
}

.header-bg {
 line-height: 45px;
 background-color: #000000;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF95FF), to(#FF00FF));
}

.header-text {
 margin: 0;
 color: #ffffff;
 font-size: 16px;
 text-align: center;
 text-shadow: 1px 1px 3px #333333;
}

.text-box {
 margin: 10px 10px;
 padding: 5px 10px;
 background-color: #ffffff;
 font-size: 10px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.footer-bg {
 line-height: 30px;
 background-color: #FFFFFF;
 font-size: 12px;
 text-align: center;
}


/*---------- ƒiƒr ----------*/

nav {
 width: 100%;
 text-decoration: none;
 background-color: #fff9f4;
}

nav h3 {
 padding: 5px 0;
 font-size: 14px;
 text-align: center;
 border-bottom: solid 1px;
 border-bottom-color: #cccccc;
 background-color: #eeeeee;
}

nav ul {
 width: 100%;
 border-top: solid 1px;
 border-top-color: #cccccc;
}

nav li {
 width: 100%;
 list-style: none;
 text-align: center;
}

nav li a {
 padding: 10px;
 display: block;
 color: #ee827c;
 font-weight: bold;
 text-decoration: none;
 border-bottom: solid 2px;
 border-bottom-color: #cccccc;
}

nav li a:hover {
 color: #ec6d71;
 display: block;
 font-weight: bold;
 text-decoration: none;
 border-bottom: solid 2px;
 border-bottom-color: #cccccc;
 background-color: #333333;
}


