@charset "UTF-8";
body{font:14px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
body {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #000000;
    background:
        #ffffff
        url(../img/bg_body.png)
        repeat-x
        0 100%
    ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
blockquote {
    margin: 1.2em 0 0;
    padding: 0.4em 15px 0;
    background-color: #ececec;
    font-size: 93%;
}
cite {
    margin: 0 0 1.2em;
    padding: 0 15px 0.4em;
    display: block;
    background-color: #ececec;
    font-style: normal;
    text-align: right;
}
address {
    margin: 0;
    padding: 0;
    font-style: normal;
}
strong {
}
em {
    font-style: normal;
    font-weight: bold;
}
a {
    color: #009999;
    text-decoration: underline;
}
a:hover {
    color: #996699;
}

dl,
ul,
ol,
dt,
dd,
li {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}

form,
fieldset,
input,
button {
    margin: 0;
    padding: 0;
}
fieldset {
    border: none;
}
table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
img {
    border: none;
    vertical-align: bottom;
}
big {
  font-size: 200%;
}

.skip,
legend {
    display: none;
}
#header h1.title,
#header p.title {
    padding: 70px 30px 0 0;
    float: left;
}
p.description {
    padding: 80px 0 0;
    float: left;
}
#main {
    margin-left: 14px;
}

/* 記事表示部分 */
div.entry {
    margin-top: 30px;
    position: relative;
}
.entry-title {
    padding-left: 65px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    font-family:
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        "メイリオ",
        "Meiryo",
        "ＭＳ Ｐゴシック",
        sans-serif
    ;
    font-size: 197%;
}
.entry-title a {
    color: #168ba4;
    text-decoration: none;
}
.entry-title a:hover {
    color: #51c4df;
}
div.article {
    padding: 20px 0 0;
    line-height: 1.7;
}
div.article p {
    padding: 0.5em 0;
    font-size: 108%;
}
div.article .red {
  color: #900;
  font-weight: bold;
}
div.article em {
  font-weight: bold;
  text-decoration: underline;
}

/* カテゴリー・日付表示等 */
ul.status.head li.date {
    padding-right: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 66px;
    background:
        url(../img/bg_date.png)
        no-repeat
    ;
    font-weight: bold;
}
ul.status.head li.date span {
    position: absolute;
    left: 0;
    width: 49px;
    text-align: center;
    font-size: 93%;
}
ul.status.head li.date span.year {
    top: 43px;
}
ul.status.head li.date span.month {
    top: 5px;
}
ul.status.head li.date span.day {
    top: 19px;
    font-size: 182%;
}
ul.status.head li.category {
    padding-top: 10px;
    text-align: right;
}
ul.status.bottom {
    margin-bottom: 20px;
    padding: 30px 0 10px;
    border-bottom: 1px dotted #888888;
    text-align: right;
}
ul.status.bottom li {
    display: inline;
}
ul.status.bottom li.date {
    margin-right: 3px;
    padding-right: 5px;
    border-right: 1px solid #000000;
}
ul.status.bottom li.comment {
    padding-left: 17px;
    background:
        url(../img/ico_comment.png)
        no-repeat
        0 50%
    ;
}

/* 前後の記事へのリンク */
ul.entry-nav {
    margin-bottom: 40px;
    height: 40px;
    overflow: hidden;
}
body.index ul.entry-nav {
    padding: 20px 0 40px;
}
ul.entry-nav li a {
    color: #000000;
    text-decoration: none;
}
ul.entry-nav li a:hover {
    color: #168ba4;
}
ul.entry-nav li {
    display: table-cell;
    width: 305px;
    height: 40px;
    line-height: 1.3;
    vertical-align: middle;
    font-size: 108%;
}
ul.entry-nav li.prev {
    padding-left: 40px;
    background:
        url(../img/arrow_prev.png)
        no-repeat
        0 50%
    ;
}
ul.entry-nav li.next {
    padding-right: 40px;
    text-align: right;
    background:
        url(../img/arrow_next.png)
        no-repeat
        100% 50%
    ;
}

/* ページ下部記事・カテゴリリスト */
div.main-nav {
}
div.main-nav h2 {
    color: #168ba4;
    font-size: 138.5%;
}
div.main-nav ul {
    margin: 25px 0;
    padding: 20px 30px;
    border: 1px solid #d7d7d7;
    line-height: 1.8;
    font-size: 93%;
}
div.main-nav li a {
    color: #000000;
}
div.main-nav li a:hover {
    color: #168ba4;
}

/* 個別記事ページ */
div.comments,
div.trackbacks {
    margin: 50px 0 30px;
}
div.comments h2 {
    padding-bottom: 15px;
}
#comments h3,
#trackbacks h2 {
    padding: 20px 0 15px 20px;
    background:
        url(../img/pt_black.png)
        no-repeat
        0 50%
    ;
    font-size: 108%;
}
div.comment-area {
    line-height: 1.7;
}
div.comment-form dl {
    padding-left: 35px;
}
div.comment-form dt {
    float: left;
    clear: left;
    width: 170px;
    line-height: 35px;
}

div.comment-form dt#comment-form-remember-me {
  float: none;
  width: auto;
}

div.comment-form dd {
    margin-left: 180px;
    line-height: 35px;
    font-size: 85%;
}
#comment-author,
#comment-email,
#comment-url {
    width: 170px;
}
#comment-text {
    width: 500px;
}
div.comment-form p.submit {
    padding: 5px 0 0 50px;
    clear: both;
}
div.trackbacks p {
    padding-left: 30px;
}

/* カテゴリ・アーカイブページ */
body.category #main,
body.archive #main {
    margin-top: 50px;
}
dl.list {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #888888;
}
dl.list dt {
    margin-top: 40px;
    padding-left: 20px;
    background:
        url(../img/pt_black.png)
        no-repeat
        0 50%
    ;
    font-weight: bold;
    font-size: 123.1%;
}
dl.list dd li {
    padding-top: 25px;
    font-size: 108%;
}
div.other a {
    color: #000000;
}
div.other a:hover {
    color: #168ba4;
}
div.other ul {
    padding-top: 30px;
}
div.other li {
    padding-bottom: 15px;
    font-size: 108%;
}


/* 4 ナビゲーション
=================================================================== */

#navigation {
    background:
        url(../img/bg_navigation.png)
        no-repeat
    ;
}
#navigation a {
    color: #000000;
}
#navigation a:hover {
    color: #168ba4;
}
#navigation p.title {
    padding: 11px 0 87px 17px;
}
#navigation div.section-lv2 {
    padding: 0 10px 0 3px;
    line-height: 1.5;
}
#navigation div.section-lv2 h2 {
  padding-bottom: 10px;
}
#navigation p.more {
    text-align: right;
}
#navigation div.section-lv2 ul,
#navigation div.section-lv2 ol,
#navigation div.section-lv2 p,
#navigation div.section-lv2 .select {
  padding: 0 15px 17px 22px;
}

#navigation div.section-lv2 li {
    padding-left: 11px;
    position: relative;
    background:
        url(../img/arrow_blue.png)
        no-repeat
        0 0.5em
    ;
}
#navigation div.section-lv2 select {
    margin-bottom: 10px;
}
#freespace01 {
    margin-top: 20px;
    padding: 0 10px 10px 3px;
    background:
        url(../img/bg_navigation_bottom.png)
        no-repeat
        0 100%
    ;
    text-align: center;
}
#freespace01 p {
    padding-bottom: 20px;
}
#freespace01 img {
    border: 1px solid #9a9a9a;
}
#freespace02,
#freespace03 {
    padding: 20px 10px 0 20px;
    background-color: #ffffff;
}
#freespace02 li,
#freespace03 li {
    padding-bottom: 12px;
}


#footer ul.ad li.book {
    margin-top: 30px;
    float: left;
    width: 422px;
    height: 152px;
    border: 7px solid #168ba4;
}
#footer ul.ad li.book p.text {
    padding: 0 10px;
    line-height: 1.5;
    font-size: 93%;
}
#footer ul.ad li.book p.amazon {
    margin: 10px 10px 0;
    padding: 15px 0 0;
    border-top: 1px dotted #888888;
    font-size: 85%;
}
#footer ul.ad li.book p.amazon img {
    vertical-align: middle;
}
#footer ul.ad li.officialSite {
    position: relative;
    float: right;
    width: 511px;
    height: 196px;
    background:
        url(../img/bg_official.png)
        no-repeat
        100% 0
    ;
}
#footer ul.ad li.officialSite img {
    margin-top: 30px;
}
#footer ul.ad li.officialSite p.text {
    padding: 10px 120px 0 15px;
    line-height: 1.5;
    font-size: 93%;
}
#footer ul.ad li.officialSite p.access a {
    position: absolute;
    right: 21px;
    bottom: 15px;
    width: 94px;
    height: 48px;
    background:
        url(../img/official_access.png)
        no-repeat
    ;
    text-indent: -9999px;
}
#footer ul.ad li.officialSite p.access a:hover {
    background-position: 0 -48px;
}
p.top {
    padding-top: 20px;
    clear: both;
    text-align: right;
}
address {
    padding: 17px 0 0;
    height: 45px;
    font-size: 77%;
}
ul.footer-bnr {
    margin-right: -30px;
    height: 100px;
}
ul.footer-bnr li {
    margin-right: 30px;
    padding-top: 20px;
    float: left;
}
#header,
#contents,
#footer {
    margin: 0 auto;
    width: 960px;
}


#header {
    height: 150px;
}


#main {
    float: left;
    width: 611px;
}

#navigation {
    margin-top: -150px;
    position: relative;
    float: right;
    z-index: 10;
    width: 315px;
}

#footer {
    clear: both;
}

#contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#footer ul.ad {
    zoom: 1;
}


/* 2 Firefox リンク点線対策 (Mac IE を除く)
================================================================== ¥*/

a {
    overflow: hidden;
}
/**/


/* 3 Windows IE6 以前
=================================================================== */

/* reset.css - 2.1 Structure モジュール */
body {
    _text-align: center;
}
div#header,
div#contents,
div#footer {
    _text-align: left;
}

/* common.css - 3 コンテンツ */
#main {
    _margin-left: 7px;
}
ul.entry-nav li.prev {
    _float: left;
}
ul.entry-nav li.next {
    _float: right;
}

/* common.css - 5 フッタ */
#footer ul.ad li.book {
    _width: 436px;
    _height: 166px;
}
address {
    _height: 62px;
}


/* 4 その他
=================================================================== */

*:first-child+html ul.entry-nav li {
    width: 265px;
}
*:first-child+html ul.entry-nav li.prev {
    float: left;
}
*:first-child+html ul.entry-nav li.next {
    float: right;
}

