@charset "UTF-8";

body {
    margin:0 auto;
    border-top: #4943a3 solid 8px;
}
#container {
    background:#fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#fff;
    margin:0 auto;
    text-align:center;
    line-height:1.5em;
    width:960px;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:lighter;
}
a:link, a:visited {
    color:blue;
    text-decoration:none;
}
a:hover {
    color:#0cc;
}
nav, section, footer {
    display:block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*
    -webkit-box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    border: 1px solid #d3d3d3; 
    */
    background-color: #fff;
    margin:5px;
    padding: 0 20px 10px 20px;
    font-size: 12pt;
    color: #000;
    text-align: left;
}
header {
    text-align:left;
    padding:0px;
    /*
    background-image: -moz-linear-gradient(top, #888, #333);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #888), color-stop(1.0, #333));
    */
    background-color: #fff;
    border:none;
    color:#000;
    /* text-shadow: 0px 0px 4px #000000; */
}
header h1, header h2, header h3, header h4, header h5, header h6, header li, header p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header h1 {
    font-size:1.8em;
    text-transform:none;
    letter-spacing:0em;
}
header h2 {
    margin:-10px 0px 20px;
    font-size:1.3em;
}
header ul {
    padding:0px;
    list-style-type:none;
    display:inline;
}
header li {
    margin:0px 10px;
    padding:0px;
    list-style-type:none;
    display:inline;
}
header a:link, nav a:visited {
    font-weight:normal;
}
nav {
    float:right;
    width:250px;
}
nav h1 {
    font-size:1.4em;
}
section {
    float:right;
    width:606px;
    text-align:left;
    margin-bottom:10px;
}
section h1, nav h1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color:#666;
    color:#fff;
    padding:10px;
    margin:10px -10px;
    /* text-shadow:1px 1px 5px #000; */
}
/*section ul {
    padding:5px;
    list-style:none;
    /* border-top:1px solid #e7e2d7;
    margin:14px 0px;
}
section li {
    margin:0px;
    padding:0px;
    list-style:none;
}
section li a:link, section li a:visited {
    float:left;
    width:96%;
    padding:3px 1%;
    /* border-bottom:1px solid #e7e2d7; 
}
section li a:hover {
    background:#f2f1ec;
}*/
section p {
    font-size:0.9em;
}
article {
    margin:0 0 30px 0;
}
footer {
    clear:both !important;
    padding:5px;
    background-color: #666;
    border:none;
    color:#fff;
    font-size:0.8em;
    text-align:center;
}
footer a {
    margin:0px 5px;
}
img {
    border-style:none;
}
img.icon {
    float: left;
    margin: 0px 10px;
}
#jump a{
    margin: 0px 0px;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    background-color: navy;
    color: #fff !important;
}
#jump a:hover {
    background-color:#295aff;
}
#jump ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
#jump li {
    display: inline; 
    padding: 0; 
    margin: 0; 
}
#lineup a{
    margin: 0px 0px;
    padding: 8px;
    border-radius: 5px;
    font-size: 18px;
    background-color: navy;
    color: #fff !important;
}
#lineup a:hover {
    background-color:#295aff;
}
#lineup ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
#lineup li {
    display: inline; 
    padding: 0; 
    margin: 10px; 
}
.strong {
    margin: 0px 0px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    color:#0f0aad;
    font-size: 20px;
}
.left_column {
    font-size: 22px;
    margin-bottom: 20px;
}
.bold {
    font-weight: bold;
}