@charset "utf-8";

/* 全ページ共通の設定 */

/* 画面全体 */
body {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
}

/* ヘッダー */
header {
    width: 980px;
    background-color: rgb(255,255,255);
    color: rgb(255,255,255);
    text-align: center;
    margin: 0 auto 0px;
}

header h1 {
    margin: 0px;
    font-size: 23px;
}

header h1 img {
    width: 980px;
}


/* トップ画像とグローバルナビ */
#top {
    position: relative;
    width: 980px;
    height: 262px;
    margin: 0 auto 0px;
}
#top nav {
    position: absolute;
    bottom: 53px;
    left: 0px;
    width: 980px;
    background-color: rgba(0,0,255,0);
}
#top nav ul {
    list-style: none;
    margin: auto;
    padding-left: 227px;
    padding-top: 10px;
    padding-bottom: 25px;
}
#top nav ul li {
    width: 120px;
    height: 26px;
    float: left;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding: 4px;
    background-color: rgb(0,0,0);
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 5px 5px rgba(158,127,8,1) inset;
}
#top nav ul li a {
    display: block;
    text-decoration: none;
    color: rgb(255,255,255);
}
#top nav ul li.current {
    background-color: rgb(253,247,159);
}
#top nav ul li.current a {
    color: rgb(0,0,0);
    font-weight: bold;
}
#top img {
    width: 980px;
    height: 262px;
}


/* 本体（中央メインと両サイド）*/
#wrapper {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgb(220,220,220);
}
#leftside {
    width: 22%;
    float: left;
    margin-top: 40px;
    margin-right: 10px;
    font-size: 14px;
}
#main {
    width: 50%;
    float: left;
    border-left: 2px solid rgb(148,127,45);
    border-right: 2px solid rgb(148,127,45);
    padding-left: 22px;
    padding-right: 13px;
    margin-right: 1px;
    background-color: rgb(255,255,255);
}
#rightside {
    width: 22%;
    float: right;
    margin-top: 40px;
    margin-bottom: 30px;
}

/* 左サイド */
#leftside h2 {
    background-image: url(../img/mokume2.png);
    color: #000;
    margin-left: 7px;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    border-right: solid 2px #b7a077;
    border-bottom: solid 2px #b7a077;
}
#leftside dl {
    padding-left: 5px;
}
#leftside dt {
    margin: 0px;
}
#leftside dd {
    padding-left: 0px;
    margin-left: 10px;
    margin-bottom: 5px;
}

/* 中央メイン */
#maincontents h2 {
    padding: 0px 0px 0px 0px;
    font-size: 22px;    
    text-align: center;
}
#maincontents h3 {
    padding: 2px 0px 0px 0px;
    font-size: 20px;
    border-right: solid 3px #b7a077;
    border-bottom: solid 3px #b7a077;
    border-radius: 8px;
    background-image: url(../img/mokume1.png);
    margin: 40px 0px 30px 0px;
    text-align: center;
}
#maincontents { margin-bottom: 30px; }
#maincontents section {
    margin-bottom: 20px;
    overflow: hidden;
}
#maincontents figure {
    float: left;
    margin: 0 16px 0 0;
}
#maincontents figcaption {
    font-size: 12px;
    color: #000;
    text-align: center;
}
#maincontents p {
    margin: 0px 0px 0px 0px;
    font-weight: 500;
}
#maincontents .linksaki {
    text-align: center;
    font-size: 26px;
    font-style: italic;
    padding: 0px 50px 30px 0px;
}
#maincontents .linksaki a {
    text-decoration: none;
    color: rgb(37,35,238);
}
#maincontents ul {
    margin: 20px 0px 25px 0px;
    font-weight: 500;
    font-size: 18px;
}
#maincontents .manga {
    width: 400px;
    margin: 0px 0px 30px 40px;
}

.kouzatable {
    width: 60%;
    border-collapse: collapse;
    margin: 15px 0px 40px 25px;
    text-align: center;
    border-bottom: 1px solid rgb(100,100,100);
    font-size: 16px;
}

.kouzatable th {
    border-bottom: 1px solid rgb(20,20,20);
}

.ninzu {
    width: 5em;
}

.kingaku {
    text-align: right;
}

#moushikomiform {
    font-size: 15px;
    border-top: 1px solid rgb(20,20,20);
    border-bottom: 1px solid rgb(20,20,20);
    padding: 10px 0px 10px 0px;
    margin-bottom: 70px;
}

#profilephoto {
    width: 135px;
}


/* 右サイド */
#rightside h2 {
    background-image: url(../img/mokume2.png);
    color: #000;
    margin-right: 7px;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    border-right: solid 2px #b7a077;
    border-bottom: solid 2px #b7a077;
}
#rightside section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#rightside section ul li {
    margin-bottom: 40px;
}
#rightside section ul li a {
    display: block;
}

#rightside section ul li a img {
    width: 200px;
}

/* フッター */
footer {
    background-color: rgb(30,30,30);
    text-align: center;
}
footer small {
    display: block;
    padding: 3px;
    color: #fff;
}



/* リンク表現の共通設定 */
a {
    color: rgb(37,35,238);
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    text-decoration: none;
}
a img { transition: opacity 0.5s linear; }
a:hover img { opacity: 0.5 ; }
/* タイトルの共通設定 */
h1, h2, h3, h4, h5, h6 { margin-top: 0; }
/* テキストブロックの共通設定 */
p {
    margin-top: 0;
    line-height: 1.7;
}
/* 画像の共通設定 */
img {
    vertical-align: bottom;
}

span.ul {
    text-decoration: underline;
}

span.hosoku {
    font-size: 14px;
}

span.red {
    color: rgb(255,0,0)
}










