@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: 000;
   background: #f8f8f8;
   background-image: url("http://blog-imgs-68.fc2.com/y/o/m/yomosoku/pattern19.png");
}

body {
   margin: 0;
   padding: 0;
   font: 13px/1.5 verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  *font-size: small;
  *font: x-small;
   color: #000;
   word-break:break-all;
}

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: #000;
   padding: 2px;
   background: silver;
   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;
}

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: 1046px;
   height: 150px;
   margin: 0 auto;
   padding-top: 0px;
}

#header {
   position: relative;
   top:0 ;
   left:0 ;
   width: 736px;
   padding: 0px 0px;
   background: #000;
   filter: Alpha(opacity=70);
   opacity:0.7;
}

#header p {
   font-size: 0%;
   font-weight: bold;
}

#header p a {color: #fff;}

#header p a:hover {color: #4e95dc;}

#header h1 {
   color: #fff;
   font-size: 123.1%;
   margin-left: 5px;
}

/* ▼　メニュー ▼ */

#menu {
   width:1046px;
   margin: 16px auto;
}

#menu ul {
   padding: 3px;
   background: #111;
   border: 1px solid #333;
}

#menu li {
   float: left;
   text-align: center;
}

#menu li a {
   display: block;
   width: 171px;
   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: 1046px;
   margin: 0 auto;
}

#main-box {
   float: left;
   width: 730px;
   margin-left: 316px;
}

#left-box {
   float: left;
   width: 300px;
   margin-left: -1046px;
}


/* ▼　エントリー ▼ */

.entry-title {
   color: #fff;
   font-size: 161.6%;
   font-weight: normal;
   padding: 10px 10px;
   background: #fff;
   background-image: url("http://blog-imgs-68.fc2.com/y/o/m/yomosoku/pattern16.png");
   margin:0px 0px 10px 0px;
   border-radius: 5px;        /* CSS3草案 */  
   -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
   -moz-border-radius: 5px;   /* Firefox用 */  
}

.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: #fff;
   border: 1px solid #333;
   border-top: none;
}

.entry-body a {
   text-decoration: none;
}

.entry-body a:hover {
   text-decoration: underline;
}

.entry-body img {
   padding: 1px;
   background: #fff;
   border: none;
}

.entry-body a img {border: none;}

.entry-body a img:hover {border: none;}

.open-more a {
   display: block;
   float: center;
   width: 650px;
   color: #fff;
   font-size: 138.5%;
   text-align: center;
   text-decoration: none;
   margin: 15px 0px 15px 0px;
   padding: 5px 0;
   background: #000;
   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: #fff;
   border: 1px solid #444;
}

.read-more a:hover,
.open-more a:hover {
   text-decoration: none;
   font-weight: bold;
   color: #000;
   background: #fff;
   border: 1px solid #ccc;
}

.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: #000;
}

.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: #fff;
   border: 1px solid #444;
}

/* ▼　記事下リンク ▼ */
.kijishitalinks {
   color: #000;
   margin: 10px 3px 10px 20px;
   padding: 10px 10px;
   font-size: 100%;
   background:#e6e6fa;
   border: 1px solid #6495ed;
   background-image: url("");
   background-position: 95% 95%;
   background-repeat: no-repeat;
 }

.kijishitalinks a{
  color: #000;
  text-decoration: none;
 }

.kijishitalinks li {
   list-style-type: none;
   list-style-position: outside;
   border-bottom:1px dashed #A9A9A9;
   margin:5px 0px;
   padding-bottom:5px;
}

.kijishitalinks1 {
   color: #000;
   margin: 10px 3px 10px 20px;
   padding: 10px 10px;
   font-size: 100%;
   background:#e6e6fa;
   border: 1px solid #6495ed;
   background-image: url("");
   background-position: 95% 95%;
   background-repeat: no-repeat;
 }
.kijishitalinks1 a{
  color: #000;
  text-decoration: none;
 }

.kijishitalinks1 li {
   list-style-type: none;
   list-style-position: outside;
   border-bottom:1px dashed #A9A9A9;
   margin:5px 0px;
   padding-bottom:5px;
}

.ninkikijirank {
   color: #000;
   margin: 10px 3px 10px 20px;
   padding: 10px 10px;
   font-size: 100%;
   background:#fff0f5;
   border: 1px solid #ff00ff;
   background-image: url("");
   background-position: 95% 100%;
   background-repeat: no-repeat;
   line-height:30px;
 }

.ninkikijirank td{
   border-bottom:1px dashed #A9A9A9 !important;
}

/* ▼　記事中関連記事 ▼ */
.inyou {
   color: #000;
   margin: 0px 0px 0px  -5px;
   padding: 10px 10px;
   font-size: 15px;
   background:#DCDCDC;
   border: 1px dashed #000;
   width:auto;
   line-height:20px;
 }

.inyou a{
  color: #000; 
  text-decoration: underline;
  font-size: 15px;
 }

.kanren {
   color: #000;
   margin: 0px 0px 0px -5px;
   padding: 10px 10px;
   font-size: 15px;
   background:#ffe4e1;
   border: 1px dashed #000;
   width:auto;
 }
.kanren a{
  color: #000; 
  text-decoration: underline;
  font-size: 15px;
 }

/* ▼　コメント＆トラックバック ▼ */

.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: #fff;
   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: silver;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #555;
   background-color: #silver; 
}

.com-form dd input:hover,
.com-form dd textarea:hover {
   border: 1px solid #222;
   background-color: #fff;
}

.com-form dd input:focus,
.com-form dd textarea:focus {
   border: 1px solid #222;
   background-color: #fff;
}

.com-form p input {
   width: 200px;
   font-size: 100%;
   margin-top: -12px;
   border: 1px solid #444;
   background-color: silver;
}

.com-form p input:hover {
   color: #4e95dc;
   border: 1px solid #3399ff;
   background-color: #fff;
}

/* ▼　マトメクス設定 ▼ */
.t_h{
   font-size: 90%;
 }

.t_b{
   margin-left: 10px;
   font-size: 123.1%;
   font-weight:bold;
 }

.t_b a{
   font-size: 17px;
   font-weight: normal;
   line-height:22px;
 }

/* ▼　ページナビ ▼ */

#content-nav {
   color: #fff;
   text-align: center;
   font-size: 138.5%;
   font-weight: bold;
   margin-bottom: 16px;
}

/* ▼　サイド ▼ */

.side-title {
   color: #fff;
   text-align: center;
   font-weight: normal;
   padding: 2px;
   background: #fff;
   background-image: url("http://blog-imgs-68.fc2.com/y/o/m/yomosoku/pattern16.png");
   margin:0px 0px 10px 0px;
   border-radius: 2px;        /* CSS3草案 */  
   -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
   -moz-border-radius: 2px;   /* Firefox用 */  
}

.side-body {
   color: #000;
   margin-bottom: 16px;
   padding: 5px 5px 10px;
   font-size: 100%;
   background: #fff;
   border: 1px solid #444;
   border-top: none;
}

.side-body a {color:#000;}

.side-body a:hover {
   color:#0000cd;
   text-decoration:underline;
}

.side-body img {
   padding: 0px;
   border: none;
}

.side-body a img {border: none;}

.side-body a img:hover {border: none;}

/* ▼　プラグイン ▼ */

.side-body li {
   list-style-type: none;
   list-style-position: outside;
   margin: 5px 5px 10px 10px;
   padding: 0 0 10px 0;
   border-bottom:1px dashed #a9a9a9;
}

.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 {
   width: 1046px;
   color: #000;
   text-align: center;
   margin: 0 auto;
   padding: 15px 0 0px 0;
   border: 1px solid #000;
   background: #DCDCDC;
}

#footer a{
   color: #000;
}

#footer a:hover{
   text-decoration: underline;
}

#footer-end {
   color: silver;
   text-align: center;
   margin: 10px auto 0;
   padding: 15px 0 0px 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;
}

/* ▼　コメント掲示板風 ▼ */
ol.thread
    {
    list-style-position:inside;
    }
ol.thread li strong
    {
    color:#000;
    }
ol.thread li a:link
    {
    color:blue;
    }
ol.thread p
    {
    margin-top:0;
    padding-top:0;
    padding-left:2em;
    }
li.thread
    {
    margin: -8px 1px;
    padding: 3px 10px 15px 10px;
    background: #d1ac7d;
    border: 1px dashed #000;
    font-weight: normal;
    }

/* ▼　TOP-RSS ▼ */
.TOP-RSS {
   width:708px;
   height:300px;
   background: #fff;
   border:solid 1px #444;
   margin-bottom: 10px;
   padding:10px 10px;
}

/* ▼　大文字RSS ▼ */
.dai-RSS {
   width:708px;
   height:auto;
   background: #ffe4e1;
   border:solid 1px #444;
   margin-bottom: 10px;
   padding:0px 10px;
   font-size:140%;
}

.dai-RSS a {
   color:#000000;
}

.dai-RSS li {
   list-style-type: none;
   list-style-position: outside;
   border-bottom:1px dashed #A9A9A9;
   margin:5px 0px;
   padding-bottom:5px;
}

/* ▼　記事下RSS ▼ */
.kijishitaRSS {
   width:655px;
   overflow: hidden;
   background:#e6e6fa;
   border:solid 0px #444;
   margin: 0px;
   padding:0px 0px;
}

/* ▼　固定画像リンク ▼ */
#gazoulink{
  position:relative;
  display:block;
  width:270px;
  height:200px;
  margin-bottom:5px;
  overflow: hidden;
}

#gazoulink cite{
  font-style:normal;
  font-size:1em;
  background:#000;
   -moz-opacity:.75;
  filter:alpha(opacity=75);
  opacity:.75;
  color:#fff;
  font-size: 110%;
  position:absolute;
  bottom:0px;
  left:0px;
  width:270px;
  padding:5px 0px 5px 0px;
}

/* ▼　固定画像リンク② ▼ */
#gazoulink2{
  position:relative;
  display:block;
  width:170px;
  height:150px;
  margin-bottom:5px;
  overflow: hidden;
}

#gazoulink2 cite{
  font-style:normal;
  background:#000;
   -moz-opacity:.75;
  filter:alpha(opacity=75);
  opacity:.75;
  color:#fff;
  font-size: 90%;
  position:absolute;
  bottom:0px;
  left:1px;
  width:170px;
  padding:0px 0px 0px 0px;
}


h4.readmore {font-size:30px;font-weight:400;padding:20px;margin:32px 0;}
h4.readmore {
	position: relative;
	width: auto;
	color: #ff3838;
	line-height:32px;
	text-align: center;
	border: 3px solid #ff3838;
	border-radius:8px;
	z-index: 0;}
h4.readmore:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;}
h4.readmore:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ff3838 transparent transparent transparent;
	z-index: -1;}
ul.morelink {padding:0 10px;}
ul.morelink li {padding:4px 0;}
ul.morelink li a {}
ul.morelink li:before {
	content:"HOT!!";
	color:#fff;
	font-size:10px;
	padding:2px 4px;
	margin:0 5px 0 0;
	background-color:#f00;
	border-radius:3px;}


/* blog designed by HiRo 「http://subculsheets.blog.fc2.com/」 */