@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;
   color: silver;
   background: black;
}

body {
   margin: 0;
   padding: 0;	
   font: 13px/1.5 verdana, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  *font-size: small;
  *font: x-small;
   color: black;
}

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: 13px/1.5 verdana, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  *font-size: 100%;
   color: black;
   padding: 2px;
   background: #EEEEEE;
   border: 1px solid #555;
}

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: #003300;
   text-decoration: none;
}

a:hover, a:active {
   color: #708090;
   text-decoration: underline;
}

.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

.bxslider li {
  display: none;
}


/* ▼　ヘッダー ▼ */

#header-box {
   position: relative;
   width: 980px;
   height: 200px;
   margin: 0 auto;
   padding-top: 16px;
}

#header {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 960px;
   padding: 3px 10px;
   background: #000;
   filter: Alpha(opacity=70);
   opacity:0.7;
}

#header p {
   font-size: 200%;
   font-weight: bold;
}

#header p a {color: #F0E68C;}

#header p a:hover {
   color: #708090;;
   text-decoration: none;
}

#header h1 {
   font-size: 100%;
   margin-left: 5px;
   color: #fff;
}

/* ▼　メニュー ▼ */

#menu {
   width:980px;
   margin: 10px auto;
   margin-bottom: 0px;
}

#menu ul {
   padding: 5px 0px 6px;
   background: url("http://blog-imgs-50.fc2.com/g/e/r/gerhard03/titlebl.png");
}

#menu li {
   float: left;
   text-align: center;
}

#menu li a {
   display: block;
   width: 161px;
   color: silver;
   font-weight: bold;
   border-right: 1px solid #fff;
}

#menu li a:hover {
   color: #fff;
   font-weight: bold;
   background: #FF8C00;
   text-decoration: none;
}

#menu li#last a {border-right: none;}

/* ▼　レイアウト ▼ */

#blog-box {
   width: 980px;
   margin: 0 auto;
   background: #D4CDAA;
}

#main-box {
   float: left;
   width: 730px;
}

#right-box {
   float: left;
   width: 250px;
   margin-top: 10px;
}

/* ▼　エントリー ▼ */

.entry-title {
   background: white;
   font-size: 150%;
   font-weight:bold;
   text-shadow: 1px 1px 3px #DCDCDC; 
   border-top:1px solid gray;  
   border-bottom:1px dotted black;  
   padding:5px 15px 2px 5px;
}

.entry-meta {
   background: url("http://blog-imgs-47.fc2.com/g/e/r/gerhard03/meta2.jpg");
   font-size: 90%;
   font-weight:normal;
   color:grey;
   margin-bottom: none;
   padding:8px 10px 5px 15px;
}

.entry-meta img {vertical-align:middle;
}

.entry-meta a {color: grey;}

.entry-title a {color: brown;}

.entry-title img {vertical-align:middle;
}

.entry-title a:hover {
   color: #708090;
   text-decoration: none;}

.entry-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 0px;
   border-bottom: 16px solid black;
   padding: 15px 15px 7px 15px;
   background: #FFFFFF;
}

.entry-body a {
   font-size: 100%;   
   color: #B22222;
   text-decoration: underline;
}

.entry-body a:hover {
   color: #708090;
   text-decoration: underline;
}

.open-more a {
   display: block;
   float: left;
   width: 339px;
   color: silver;
   font-size: 90%;
   text-align: center;
   text-decoration: none;
   margin: 15px 16px 15px 0;
   padding: 2px 0;
   background: #222;
   border: 1px solid #444;
}

.read-more a {
   display: block;
   float: left;
   width: 339px;
   color: silver;
   font-size: 90%;
   text-align: center;
   text-decoration: none;
   margin: 15px 0;
   padding: 2px 0;
   background: #222;
   border: 1px solid #444;
}

.read-more a:hover,
.open-more a:hover {
   text-decoration: none;
   background: #000;
   border: 1px solid #4e95dc;
}

.entry-footer {
   text-align: right;
   font-size: 100%;
   padding-top: 7px;
   border-top: 1px solid #333;
}

.fc2_footer {margin-top: 15px;}

.relate_dl {
   margin-top: 13px;
   padding: 10px;
   border: double #444;
   background: white;
}

.relate_dt {
   font-weight: bold;
   border-bottom: 1px solid #666;
   padding: 0 0 9px 5px;
}

.relate_dd {margin-top: 10px;}

.relate_ul {padding-left: 5px;}

.entry-body blockquote {
 padding: 1em;
 color: gray;
 border: 1px dashed #AAAAAA;
 background-color: #f2f2ef;
}

/* ▼　ソーシャルリンク ▼ */

.rn-social {
   height: 32px;
   padding-top: 5px;
}

.rn-social ul {margin-left: 15px;}

.rn-social li {
   float: left;
   margin-right: 15px;
   text-indent: -9999px;
}

.rn-social li a {
   display: block;
   width: 32px;
   height: 32px;
}

.rn-hatena {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat 0 12px;}

.rn-hatena:hover {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat 0 0;}

.rn-tweet {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -32px 12px;}

.rn-tweet:hover {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -32px 0;}

.rn-face {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -64px 12px;}

.rn-face:hover {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -64px 0;}

.rn-yahoo {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -96px 12px;}

.rn-yahoo:hover {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -96px 0;}

.rn-live {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -128px 12px;}

.rn-live:hover {background: url(http://blog-imgs-43.fc2.com/s/u/b/subculsheets/social.png) no-repeat -128px 0;}

/* ▼　コメント＆トラックバック ▼ */

.com-meta {
   font-size: 90%;
   padding-bottom: 2px;
}

.com-meta span{
   font-size: 90%;
   font-weight: bold;
}

.com-meta a,
.com-meta a:hover {text-decoration: none;}

.com-body {
   margin-bottom: 16px;
   padding: 5px 10px;
   background: #D4CDAA;
   border: 1px solid #444;
}

.tb {font-weight: bold;}

.tb-url {padding-bottom: 8px;}

.tb-url input {width: 350px;}

/* ▼　コメントフォーム ▼ */

.com-form {
   width: 500px;
   margin-left: 186px;
   padding: 15px 0 9px 0;
}

.com-form dt {
   font-size: 90%;
}

.com-form dd input {
   width: 100%;
   font-size: 90%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #555;
   background-color: #D4CDAA;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 90%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #555;
   background-color: #D4CDAA; 
}

.com-form dd input:hover,
.com-form dd textarea:hover {
   border: 1px solid #222;
   background-color: #D4CDAA;
}

.com-form dd input:focus,
.com-form dd textarea:focus {
   border: 1px solid #222;
   background-color: #D4CDAA;
}

.com-form p input {
   width: 200px;
   font-size: 90%;
   margin-top: -12px;
   border: 1px solid #444;
   background-color: #D4CDAA;
}

.com-form p input:hover {
   color: #4e95dc;
   border: 1px solid #3399ff;
   background-color: #D4CDAA;
}

/* ▼　ページナビ ▼ */

#content-nav {
   color: red;
   text-align: center;
   font-size: 100%;
   font-weight: bold;
   margin-bottom: 0px;
   background: white;
}

/* ▼　サイド ▼ */

.side-title {
   font-size: 100%;
   text-align: center;
   font-weight: bold;
   margin-top:0px;
   margin-bottom:0px;
   margin-right:9px;
   margin-left:9px; 
   background: url("http://blog-imgs-47.fc2.com/g/e/r/gerhard03/cuff.jpg");
   color:#FFFFDD; padding:6px 0; width:230px; text-align:center; display:block;
   box-shadow:#666 3px 3px 7px;/* 枠の影 */
   -moz-box-shadow:#999 3px 3px 7px;   /* Firefox */
   -webkit-box-shadow:#666 3px 3px 7px;    /* Safari,Google Chrome */
 
   behavior:url(/path/PIE10b5/PIE.htc);/* 表示HTMLからの相対 */
   position: relative; /* for lt IE8 */
   zoom: 1;    /* for IE */
}

.side-body {
   background: #D4CDAA;
   color: #111111;
   line-height:1.2;
   padding: 5px;
   font-size: 95%;
   border-top: none;
   margin: 8px;
}

.side-body a:hover {
   text-decoration: underline;
}

.side-body img {
   padding: 1px;

}

.side-body a img {border: none;}


/* ▼　プラグイン ▼ */

.side-body li {
   list-style-type: disc;
   list-style-position: outside;
   line-height:1.5;
   margin: 0 0 3px 20px;
   text-decoration: none;
}

.side-body li a:hover {
   color: #003300;
   text-decoration: underline;
}

.plugin-search input {margin-top: 5px; background:#fff; color:#000000;}

.plugin-mail input {margin-top: 5px;#0033ff; color:#000000;}

table.calender {width: 100%;}

table.calender caption {
   font-weight: bold;
   text-align: center;
   padding-bottom: 5px;
}

table.calender th {text-align: center;}

table.calender th#sun {color: #cc0000;}

table.calender th#sat {color: #0033ff;}

table.calender td {
   text-align: center;
   background: white;
   border: 1px solid #222;
}

table.calender td a {
   display: block;
   color: #fff;
   background: #556B2F;
}

table.calender td a:hover {
   color: #fff;
   background: #95bfea;
}



/* ▼　フッター ▼ */

#footer {
   color: black;
   text-align: center;
   margin: 0 auto;
   padding: 15px 0 15px 0;
   background: url("http://blog-imgs-47.fc2.com/g/e/r/gerhard03/grade10.jpg");
}

.copy {
   font-size: 90%;
   padding: 0px 0 10px 0;
}

.copy a
.copy a:hover {
   font-weight: bold;
   text-decoration: underline;
}

.fc2-pr {
   font-size: 85%;
   text-align: center;
}

.fc2-pr a {
   color: black;
}

.fc2-pr a:hover {
   color: #4e95dc;
}

/* blog designed by HiRo 「http://subculsheets.blog.fc2.com/」 */