#contents {
    font-family: "ＭＳ Ｐゴシック",sans-serif;
}

p a {
    color: #0669B2;
    text-decoration: none;
    font-weight :bold;
}

p a:hover, p a:focus {
    text-decoration: none;
    border-bottom: 2px dotted #0669B2;
}

.navbar-custom .nav li a {
    font-size: 17px;
}

.navbar-brand {
    font-size: 22px;
}

h2 {
    border-left: solid 6px #f33;
    padding: 1px 0 0 11px;
}
h3 {
    border-left: solid 3px #f99;
    padding: 1px 0 0 11px;
}