<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #000;
}

body {
   margin: 0;
   padding: 0;
   font: 13px/1.5 verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  *font-size: small;
  *font: x-small;
　　 background: none;
   background-image: url("http://blog-imgs-52.fc2.com/y/u/h/yuhonne/20131225051815eaa.png"); /* 背景画像 */
　　　background-attachment: scroll; /* 固定表示 */
　　　background-repeat: repeat-y; /* 繰り返し表示の有無 */
　　　background-position: right bottom; /* 表示位置 */
　　　background-position: 100%;
}

h1, h2, h3, h4, h5, h6 {
   font-size: -10%;
   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: silver;
   padding: 2px;
   background: #333;
   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: #4e95dc;
   text-decoration: none;
}

a:hover, a:active {
   color: #95bfea;
   text-decoration: none;
}

.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

/* ▼　ヘッダー ▼ */

#header-box {
   position: relative;
   width: 1230px;
   height: 357px;
   margin: 0 auto;
   padding-top: 16px;
}

#header {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 1210px;
   padding: 3px 10px;
   background: #000;
   filter: Alpha(opacity=70);
   opacity:0.7;
}

#header p {
   font-size: 250%;
   font-weight: bold;
}

#header p a {color: #fff;}

#header p a:hover {color: #4e95dc;}

#header h1 {
   font-size: 108%;
   margin-left: 5px;
}

/* ▼　メニュー ▼ */

#menu {
   width: 1230px;
   margin: 16px auto;
}

#menu ul {
   padding: 3px 2px 3px 3px;
   background: #111;
   border: 1px solid #333;
}

#menu li {
   float: left;
   text-align: center;
}

#menu li a {
   display: block;
   width: 203px;
   color: silver;
   border-right: 1px solid #444;
}

#menu li a:hover {
   color: #fff;
   font-weight: bold;
   background: #4e95dc;
}

#menu li#last a {border-right: none;}

/* ▼　レイアウト ▼ */

#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;
}

/* ▼　エントリー ▼ */

.entry-title {
   color: #fff;
   font-size: 116%;
   font-weight: bold;
   padding: 5px 10px;
   background: #333;
   border-bottom: 2px solid #4e95dc;
}

.entry-title a {color: #fff;}

.entry-title a:hover {color: #95bfea;}

.entry-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 16px;
   padding: 15px 15px 7px 15px;
   background: #111;
   border: 1px solid #333;
   border-top: none;
}

.entry-body a {
   text-decoration: underline;
}

.entry-body a:hover {
   text-decoration: underline;
}

.entry-body img {
   padding: 2px;
   background: #000;
   border: 2px solid #444;
}

.entry-body a img {border: 2px solid #4e95dc;}

.entry-body a img:hover {border: 2px solid #95bfea;}

.open-more a {
   display: block;
   float: left;
   width: 339px;
   color: silver;
   font-size: 93%;
   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: 93%;
   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;
   border: 1px solid #4e95dc;
   background: #000;
}

.entry-footer {
   text-align: right;
   font-size: 85%;
   padding-top: 7px;
   border-top: 1px solid #333;
}

.fc2_footer {margin-top: 15px;}

.relate_dl {
   margin-top: 13px;
   padding: 10px;
   border: double #444;
   background: #222;
}

.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: 5px 10px;
   background: #222;
   border: 1px solid #444;
}

/* ▼　ソーシャルリンク ▼ */

.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: 93%;
   padding-bottom: 2px;
}

.com-meta span{
   font-size: 108%;
   font-weight: bold;
}

.com-meta a,
.com-meta a:hover {text-decoration: none;}

.com-body {
   margin-bottom: 16px;
   padding: 5px 10px;
   background: #222;
   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: 93%;
}

.com-form dd input {
   width: 100%;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #555;
   background-color: #333;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #555;
   background-color: #333; 
}

.com-form dd input:hover,
.com-form dd textarea:hover {
   border: 1px solid #222;
   background-color: #000;
}

.com-form dd input:focus,
.com-form dd textarea:focus {
   border: 1px solid #222;
   background-color: #000;
}

.com-form p input {
   width: 200px;
   font-size: 100%;
   margin-top: -12px;
   border: 1px solid #444;
   background-color: #222;
}

.com-form p input:hover {
   color: #4e95dc;
   border: 1px solid #4e95dc;
   background-color: #000;
}


/* ▼　ページナビ ▼ */

#content-nav {
   color: #444;
   text-align: center;
   font-size: 116%;
   font-weight: bold;
   margin-bottom: 16px;
}

/* ▼　サイド ▼ */

.side-title {
   text-align: center;
   font-weight: bold;
   padding: 2px;
   background: #444;
}

.side-body {
   color: #888;
   margin-bottom: 16px;
   padding: 15px;
   font-size: 100%;
   background: #222;
   border: 1px solid #444;
   border-top: none;
}

.side-body img {
   padding: 1px;
   border: 1px solid #555;
}

.side-body a img {border: 1px solid #4e95dc;}

.side-body a img:hover {border: 1px solid #95bfea;}

/* ▼　プラグイン ▼ */

.side-body li {
   list-style-type: disc;
   list-style-position: outside;
   margin: 0 0 3px 10px;
}

.plugin-search input {margin-top: 5px;}

.plugin-mail input {margin-top: 5px;}

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: #111;
   border: 3px solid #222;
}

table.calender td a {
   display: block;
   color: #fff;
   background: #4e95dc;
}

table.calender td a:hover {
   color: #fff;
   background: #95bfea;
}

/* ▼　フッター ▼ */

#footer {
   color: silver;
   text-align: center;
   margin: 0 auto;
   padding: 15px 0 15px 0;
   border-top: 2px solid #4e95dc;
   background: #111;
}

.copy {
   font-size: 116%;
   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: silver;
}

.fc2-pr a:hover {
   color: #4e95dc;
}

/* blog designed by HiRo 「http://subculsheets.blog.fc2.com/」 */</pre></body></html>