@charset "utf-8";

/* ▼　フォントサイズを変える場合はパーセンテージで指定しましょう　▼

   10px   =      77%
   11px   =      85%
   12px   =      93%
   13px   =     100%
   14px   =     108%
   15px   =     116%
   16px   =   123.1%
   17px   =     131%
   18px   =   138.5%
   19px   =   146.5%
   20px   =   153.9%
   21px   =   161.6%
   22px   =     167%
   23px   =     174%
   24px   =     182%
   25px   =     189%
 
   ▼　リセットCSS （基本データです。いじる時は注意しましょう）　▼ */

html {
   overflow-y: scroll;
   background: #ededed;
/* background-image: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/bb-back.jpg);
   background-repeat: repeat-x;
   background-position: top left;
   background-attachment: fixed;
*/
}

body {
   margin: 0;
   padding: 0;
   font: 13px/1.5 verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  *font-size: small;
  *font: x-small;
   color: #1f2126;
}

h1, h2, h3, h4, h5, h6 {
   font-size: 100%;
   font-weight: normal;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}

select, input, button, textarea {
   font: 99% verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  *font-size: 100%;
   color: #1f2126;
   padding: 2px;
   background: #fff;
   border: 1px solid #999;
}

table {
   border-collapse: collapse;
   border-spacing :0;
   font-size: inherit;
   font: 100%;
}

address, caption, cite, code, dfn, em, th, var {
   font-style: normal;
   font-weight: normal;
}

strong {font-weight: bold;}

pre, code, kbd, samp, tt {
   font-family: monospace;
  *font-size: 108%;
   line-height: 100%;
}

abbr, acronym {
   border: 0;
   font-variant: normal;
}

ol, ul {list-style: none;}

caption, th {text-align: left;}
 
fieldset, img {border: 0;}

legend {color: silver;}

sup {vertical-align: text-top;}

sub {vertical-align: text-bottom;}

q:before, q:after {content: '';}

a:link, a:visited {
   color: #3dbbb4;
   text-decoration: none;
}

a:hover, a:active {
   color: #3dbbb4;
   text-decoration: none;
}

.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

/* ▼　ヘッダー　▼ */

#header-box {
   position: relative;
   width: 1230px;
   height: 400px;
   margin: 0 auto;
   padding-top: 16px;
}

#header {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 1210px;
   padding: 3px 10px;
   background: #000;
   filter: Alpha(opacity=60);
   opacity:0.6;
}


/* ▼　グローバルナビ　▼ */

ul.navi01 a {
    display: block;
    zoom: 1;	/* IE6以前に対応 */
}

#myd-menu {
    background:#fff;
    background-color: #4b525f;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b525f), to(#4b525f));
    background: -moz-linear-gradient(top, #4b525f, #4b525f);/*firefox*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4b525f', endColorstr='#4b525f');/*IE6,7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4b525f', endColorstr='#4b525f')";/*IE8*/
    color:#FFFFFF;
    font-weight:normal;
    letter-spacing:0px;
    padding:4px 0px 4px 0px;
    height:40px;
    width:1230px;
    margin:0px auto 16px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
    .ie6 #myd-menu,
    .ie7 #myd-menu,
    .ie8 #myd-menu {
        background:#369;
    }

#myd-menu ul {
    margin:0 auto;
    padding:0px;
    width:1230px;
    list-style:none;
    text-align:left;
    line-height:2;

}

#myd-menu ul {zoom:1;}
#myd-menu ul:after{
    display:block;
    clear:both;
    content:"";
}
#myd-menu li {
    float:left;
    width:246px;
    margin:0px 0px;
    padding:1px 0px;
    color:#fff;
    text-align:center;
    font-size:18px;
    line-height:2;
}
#myd-menu li a,
#myd-menu li a:visited {
    color:#fff;
    text-decoration:none;
/*  text-shadow:0 1px 1px #222; */
    font-weight:bold;
}
#myd-menu li a:hover {
    top:0;
    color:#3dbbb4;
    text-decoration:none;
/*  text-shadow:0 1px 20px #fff; */
}

/* ▼　レイアウト　▼ */

#blog-box {
   width: 1230px;
   margin: 0 auto;
   text-align: left;
}

#main-box {
   float: left;
   width: 730px;
   margin-left: 250px;
}

#left-box {
   float: left;
   width: 234px;
   margin-left: -980px;
}

#right-box {
   float: left;
   width: 234px;
   margin-left: 16px;
}

/* ▼　エントリー　▼ */
.box1 {
   text-align: center;
   width: 100%;
   margin: 0px 0px 16px 0px;
}

.box2 {
   text-align: left;
   width: 100%;
}

.box4 {
   text-align: center;
}

.box6 {
   padding: 30px 0px 0px 0px;
}

.box7 {
   padding: 0px 0px 0px 300px;
}

.ninja01 {
   padding: 0px 150px;
}

.samplefield_a {
   border-width: 1px;
   border-color: #999;
   border-style: solid;
   border-radius: 10px;
   width: 620px;
   padding: 0 25px 15px 25px;
}

.entry-title {
   color: #fff;
   font-size: 116%;
   font-weight: bold;
   padding: 5px 10px;
   background: #4b525f;
   text-align: center;
}

.entry-title a {color: #fff;}

.entry-title a:hover {
   color: #3dbbb4;
   text-decoration: none;
}

.entry-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 16px;
   padding: 15px 15px 7px 15px;
   background: #fff;
/* border: 1px solid #aaa; */
   border-top: none;
/* box-shadow: 0 3px 10px #777;
  -webkit-box-shadow: 0 3px 10px #777;
  -moz-box-shadow: 0 3px 10px #777;
*/
}

.entry-body a {
   text-decoration: underline;
}

.entry-body a:hover {
   text-decoration: none;
}

.entry-body img {
   padding: 2px;
   background: #fff;
   border: 2px solid #4b525f;
}

.open-more a {
   display: block;
   float: left;
   width: 339px;
   color: #fff;
   font-size: 93%;
   text-align: center;
   text-decoration: none;
   margin: 15px 16px 15px 2px;
   padding: 2px 0;
   background: #eb7049;
/* border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
*/
}

.read-more a {
   display: block;
   float: left;
   width: 339px;
   color: #fff;
   font-size: 93%;
   text-align: center;
   text-decoration: none;
   margin: 15px 0px 15px 1px;
   padding: 2px 0;
   background: #eb7049;
/* border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
*/
}

.read-more a:hover,
.open-more a:hover {
   color: #fff;
   text-decoration: none;
   background: #ffa27b;
}

.entry-footer {
   text-align: center;
   font-size: 85%;
   padding-top: 7px;
   border-top: 1px solid #999;
}

.fc2_footer {margin-top: 15px;}

.relate_dl {
   margin-top: 30px;
   padding: 10px;
   border: double #999;
   background: #fff;
}

.relate_dt {
   font-weight: bold;
   border-bottom: 1px solid #888;
   padding: 0 0 9px 5px;
}

.relate_dd {margin-top: 10px;}

.relate_ul {padding-left: 5px;}

.entry-body blockquote {
   padding: 5px 10px;
   background: #fff;
   border: double #999;
}

/* ▼　ソーシャルリンク　▼ */

.rn-social {height: 35px;}

.rn-social ul {margin-left: 15px;}

.rn-social li {
   float: left;
   margin-right: 15px;
   text-indent: -9999px;
}

.rn-social li a {
   display: block;
   width: 35px;
   height: 35px;
}

.rn-hatena {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat 0 15px;}

.rn-hatena:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat 0 0;}

.rn-tweet {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -35px 15px;}

.rn-tweet:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -35px 0;}

.rn-face {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -70px 15px;}

.rn-face:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -70px 0;}

.rn-yahoo {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -105px 15px;}

.rn-yahoo:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -105px 0;}

.rn-live {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -140px 15px;}

.rn-live:hover {background: url(https://blog-imgs-54.fc2.com/s/u/b/subculsheets/gt-social.png) no-repeat -140px 0;}

/* ▼　コメント＆トラックバック　▼ */

.com-meta {
   font-size: 93%;
   padding-bottom: 2px;
   margin: 0px auto;
}

.com-meta span{
   font-size: 108%;
   font-weight: bold;
   margin: 0px auto;
}

.com-meta a,
.com-meta a:hover {text-decoration: none;}

.com-body {
   margin: 0px auto;
   padding: 5px 10px;
   background: #fff;
   border: 1px solid #999;
}

.tb {font-weight: bold;}

.tb-url {
   padding-bottom: 8px;
   margin: 0px auto;
}

.tb-url input {
   width: 350px;
   margin: 0px auto;
}

/* ▼　コメントフォーム　▼ */

.com-form {
   width: 500px;
   padding: 15px 0 35px 0;
   margin: 0px auto;
}

.com-form dt {
   font-size: 93%;
}

.com-form dd input {
   width: 100%;
   font-size: 100%;
   margin: 0px auto;
   border: 1px solid #999;
   background: #fff;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 100%;
   margin: 0px auto;
   border: 1px solid #999;
   background: #fff; 
}

.com-form dd input:hover,
.com-form dd textarea:hover {
   border: 1px solid #705030;

}

.com-form dd input:focus,
.com-form dd textarea:focus {
   border: 1px solid #705030;
}

.com-form p input {
   width: 200px;
   font-size: 100%;
   margin: 0px auto;
   color: #fff;
   background: #eb7049;
   border-top-right-radius: 4px;
   border-top-left-radius: 4px;
   border-bottom-right-radius: 4px;
   border-bottom-left-radius: 4px;
}

.com-form p input:hover {
   color: #fff;
   background: #ffa27b;
   border-top-right-radius: 4px;
   border-top-left-radius: 4px;
   border-bottom-right-radius: 4px;
   border-bottom-left-radius: 4px;
}

/* ▼　ページナビ　▼ */

#content-nav {
   text-align: center;
   font-size: 116%;
   font-weight: bold;
   margin-bottom: 16px;
}

#content-nav a:link {
   color:#3dbbb4;
   text-decoration: underline;
}

#content-nav a:hover {
   color:#3dbbb4;
   text-decoration: none;
}

.pankuzu {
   font-size:15px;
   text-align:left;
   margin:0px 0px 10px 0px;}

.pankuzu a:link {
   color:#3dbbb4;
   text-decoration: underline;
}

.pankuzu a:hover {
   color:#3dbbb4;
   text-decoration: none;
}

.pankuzu a:visited {
   color:#3dbbb4;
   text-decoration: none;
}

/* ▼　サイド　▼ */

.side-title {
   color: #fff;
   text-align: center;
   font-weight: bold;
   padding: 7px 2px 6px 2px;
   background: #4b525f;
}

.side-body {
   color: #1f2126;
   margin-bottom: 16px;
   padding: 15px;
   font-size: 100%;
   background: #fff;
/* border: 1px solid #aaa; */
   border-top: none;
/* box-shadow: 0 2px 7px #777;
  -webkit-box-shadow: 0 2px 7px #777;
  -moz-box-shadow: 0 2px 7px #777;
*/
}

.side-body a {color: #1f2126;}

.side-body a:hover {
   color: #3dbbb4;
   text-decoration: underline;
}

.side-body img {
   padding: 1px;
   border: 1px solid #4b525f;
}

/* ▼　プラグイン　▼ */

.side-body ul {color: #4b525f;}
/*
.side-body li {
   list-style-type: disc;
   list-style-position: outside;
   margin: 0 0 3px 10px;
}
*/

.box-fac {
   width: 180px;
   margin-left: 30px;
}

.box-twi {
   width: 200px;
   margin-left: 5px;
}

.box-twib {
   width: 200px;
   margin: 0 auto;
}

.box3 {
   list-style-type: disc;
   list-style-position: outside;
   margin: 0 0 3px 10px;
}

.box5 {
   text-align: center;
   margin: 0 auto;
}

.category-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 16px;
   padding: 15px 15px 7px 15px;
   background: #fff;
   border-top: none;
}

.category-body a {
   color: #1f2126;
   text-decoration: none;
}

.category-body a:hover {
   color: #3dbbb4;
   text-decoration: underline;
}

.plugin-search input {margin-top: 5px;}

.plugin-mail input {margin-top: 0px;}

table.calender {width: 100%;}

table.calender caption {
   font-weight: bold;
   text-align: center;
   padding-bottom: 5px;
}

table.calender th {
   color: #1f2126;
   text-align: center;
}

table.calender th#sun {color: #cc0000;}

table.calender th#sat {color: #0033ff;}

table.calender td {
   color: #999;
   text-align: center;
   background: #ddd;
   border: 3px solid #fdfaf9;
}

table.calender td a {
   display: block;
   color: #fff;
   background: #8d6a47;
}

table.calender td a:hover {
   color: #fff;
   text-decoration: none;
   background: #b89572;
}

/* ▼　フッター　▼ */

#footer {
   color: #fff;
   text-align: center;
   margin: 0 auto;
   padding: 15px 0 15px 0;
   background: #4b525f;
}

.copy {
   font-size: 116%;
   padding: 0px 0 10px 0;
}

.copy a {
   color: gold;
   font-weight: bold;
   text-decoration: none;
}

.copy a:hover {
   color: goldenrod;
   font-weight: bold;
   text-decoration: underline;
}

.fc2-pr {
   font-size: 85%;
   text-align: center;
}

.fc2-pr a {
   color: #fff;
}

.fc2-pr a:hover {
   color: #888;
}

/* blog designed by HiRo 「http://subculsheets.blog.fc2.com/」 */