body {
    font:14px/1.231 "ヒラギノ角ゴ Pro W3";
}

h1 {
    padding-left: 10px;
    margin-bottom: 0;
}

h2 {
    clear: both;
    padding-left: 10px;
    font-size: 130%;
    text-shadow: 1px 1px 2px #ccc;
    color: #00008b;
    margin-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00bfff), to(#6495ed));
}

h3 {
    clear: both;
    padding-left: 10px;
    font-size: 130%;
    color: #00008b;
    text-shadow: 1px 1px 2px #ccc;
    min-height: 23px;
    margin-bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#00ffff), to(#00bfff));
}

#wrap {
    padding: 10px;
}

p, nav {
    margin-bottom: 1em;
} 

nav {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #9cc900;
    background: -webkit-gradient(linear, left top, left bottom, from(#9400d3), to(#00008b));
    font-size: 120%;
    width: 100%;
}
nav a {
    color: #fff;
    text-decoration: none;
}
nav li {
    text-align: center;
    float: left;
    font-weight: bold;
    border-left: 1px solid #fff;
    text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
nav li a{
    display: block;
    width: 100%;
    padding: 8px 0;
}
nav li:first-child {
    border: none;
}

section {
    margin-bottom: 0;
}

section dl.information {
    margin: 0;
}
section dl.information dt {
    float:left;
    padding: 5px;
}
section dl.information dd {
    margin:0 0 5px 0;
    padding: 5px 0px 0px 9em;
}

section table.tbline {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 4px  0 4px 0;
}

section td.tbline {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 4px 5px 4px 5px;
}

section th.tbline {
  background:#f3f3f3;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 4px 5px 4px 5px;
  text-align:left;
}


aside {
    background-color: #ebebeb;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}
aside p:last-child {
    margin-bottom: 0;
}

footer {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;;
}

#btnTop {
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
    width: 30%;
    font-size: 100%;
    text-align: center;
    float: right;
    margin-right: 10px;
    margin: 0 0 8px 0;
}
#btnTop a {
    text-shadow: 1px 1px 0 #ddd;
    display: block;
    padding: 5px 0;
    color: #444444;
    text-decoration: none;
}
#btnTop a:after {
    clear: both;
}


footer p {
    clear: both;
    padding: 0 6px 0px 0;
    font-size: 80%;
    text-align: center;
}
footrt img {
    vartical-align: top;
}
footer p:last-child {
    margin: 0;
}

/* clearfix */
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

