@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: #fff;
}

body {
   margin: 0;
   padding: 0;
   font: 13px/1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  *font-size: small;
  *font: x-small;
   color: #333333;
}

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: #555;
   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: #506dc5;
   text-decoration: none;
}

a:hover, a:active {
   color: #daa520;
   text-decoration: none;
}

.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

/* ▼　ヘッダー ▼ */

#header {
   width: 1215px;
   height: 80px;
   margin: 0 auto;
   padding: 15px 0 0 15px;
}

#header p {
   font-size: 250%;
   font-weight: bold;
   margin-bottom: 7px;
}

#header p a {color: #333;}

#header p a:hover {color: #ff5580;}

#header h1 {
   float: bottom;
   color: #333;
   font-size: 108%;
   font-weight: bold;
   margin-top: 15px;
}

#top_search {
   float: right;
   margin-right: 10px;
}

#search-form {
   position: relative;
   display: block;
   margin-right: 215px;
   margin-top: -28px;
}

#search-text {
   position: absolute;
   width: 175px;
   font-size: 100%;
   padding: 3px;
   background-color: #fff;
   border: 1px solid #888;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   outline: none;
}

#search-botton {
   position: absolute;
   left: 185px;
   top: -3px;
   border: 0;
}

/* ▼　メニュー ▼ */

#menu {
   width: 1230px;
   margin: 20px auto 20px auto;
   background: #daa520;
   border-bottom: 1px solid #b8860b;
}

#menu ul {
   width: 1230px;
   margin: 0 auto;
}

#menu li {
   float: left;
   text-align: center;
}

#menu li a {
   display: block;
   width: 203px;
   font-weight: bold;
   color: #000;
   padding: 5px 0;
   border-top: 5px solid #111;
   border-right: 1px solid #bbb;
}

#menu li a:hover {
   color: #fff;
   font-weight: bold;
   background: #b8860b;
   border-top: 5px solid #b8860b;
}

#menu li#bo a {
   margin-left: 3px;
   border-left: 1px solid #bbb;
}

/* ▼　レイアウト ▼ */

#blog-box {
   width: 1230px;
   margin: 0 auto;
   text-align: left;
}

#main-box {
   float: left;
   width: 664px;
   margin-left: 316px;
}

#left-box {
   float: left;
   width: 300px;
   margin-left: -980px;
}

#right-box {
   float: left;
   width: 234px;
   margin-left: 16px;
}



/* ▼　エントリー ▼ */

.entry-title {
   color: #333;
   font-size: 120%;
   font-weight: bold;
   padding: 10px 10px;
   margin-bottom: 10px;
   background: #eee;
   border-top: 5px solid #d50000;
   border-right: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

.entry-title a {color: #fff;}

.entry-title a:hover {color: #daa520;}


.subtitle {
   color: #333;
   font-size: 120%;
   font-weight: bold;
   padding-left: 7px;
   border-left: 6px solid #d50000;
}


.midashi {
   color: #333;
   font-size: 120%;
   font-weight: bold;
}



.entry-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 10px;
   padding: 10px 15px 10px 15px;
   background: #fff;
   border: 1px solid #ddd;
   border-top: none;
   box-shadow: 0 1px 5px #aaa;
  -webkit-box-shadow: 0 1px 5px #aaa;
  -moz-box-shadow: 0 1px 5px #aaa;
}

.entry-body a {
   text-decoration: none;
}

.entry-body a:hover {
   text-decoration: underline;
}

.entry-body img {
   margin: 10px 7px 10px 0px;
   background: #fff;
   border: 0px solid #8d6a47;
   float: left;
   max-width: 480px;
   height: auto;
}

.entry-footer {
   text-align: right;
   font-size: 85%;
   font-weight: bold;
   padding-top: 0px;
   margin: -18px 0px 0px 0px;
   border-top: 0px solid #999;
}



.row-title {
   color: #555;
   font-size: 116%;
   font-weight: bold;
   padding: 5px 10px;
   background: #fff;
}

.row-title a {color: #555;}

.row-title a:hover {color: #daa520;}



.row-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 10px;
   padding: 10px 15px 10px 15px;
   background: #fff;
   border: 1px solid #ddd;
   border-top: none;
   box-shadow: 0 1px 5px #aaa;
  -webkit-box-shadow: 0 1px 5px #aaa;
  -moz-box-shadow: 0 1px 5px #aaa;
}

.row-body a {
   text-decoration: none;
}

.row-body a:hover {
   text-decoration: underline;
}

.row-body img {
   padding: 0px 2px 0px 0px;
   background: #fff;
   border: 0px solid #8d6a47;
   float: left;
}

.row-footer {
   text-align: right;
   font-size: 85%;
   font-weight: bold;
   padding-top: 0px;
   margin: -18px 0px 0px 0px;
   border-top: 0px solid #999;
}




.fc2_footer {margin-top: 30px;}

.relate_dl {
   margin-top: 100px;
   margin-bottom: 35px;
   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: #eee;
   border: 1px solid #ccc;
}


/* ▼　記事を読む ▼ */

.read a {
   display: block;
   float: right;
   width: 100px;
   color: #fff;
   font-size: 100%;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   margin: -60px 0px 0px 0px;
   padding: 4px 0;
   background: #55aaff;
}

.read a:hover {
   color: #fff;
   text-decoration: none;
   background: #daa520;
}


/* ▼　RSS ▼ */

.rss ul {
   margin-left: 0px;
}

.rss li {
   float: left;
   width: 600px;
   font-size: 93%;
   text-align: left;
   text-decoration: none;
   background: #fff;
}

.rss li a {
   display: block;
   color: #333;
   text-decoration: none;
   padding: 2px 0px 1px 7px;
   background: #fff;
   border-left: 10px solid #fff;
   border-bottom: 1px solid #fff;
}

.rss li a:hover {
   text-decoration: none;
   background: #eee;
   border-left: 10px solid #daa520;
   border-bottom: 1px solid #ccc;
}



/* ▼　RSS 記事中 ▼ */

.rss0 ul {
   margin-left: 0px;
}

.rss0 li {
   float: left;
   width: 100%;
   font-size: 100%;
   text-align: left;
   text-decoration: none;
   background: #fff;
}

.rss0 li a {
   display: block;
   color: #333;
   text-decoration: none;
   padding: 6px 0px 4px 0px;
   background: #fff;
   border-left: 0px solid #fff;
   border-bottom: 1px solid #ddd;
}

.rss0 li a:hover {
   text-decoration: none;
   background: #eee;
   border-left: 0px solid #daa520;
   border-bottom: 1px solid #ccc;
}


/* ▼ 関連記事 記事中 ▼ */

.kanren ul {

}

.kanren li {
   float: left;
   width: 100%;
   font-size: 100%;
   text-align: left;
   text-decoration: none;
   background: #fff;
   margin-bottom: 0px;
}

.kanren li a {
   display: block;
   color: #333;
   text-decoration: none;
   padding: 6px 0px 4px 0px;
   background: #fff;
   border-left: 0px solid #fff;
   border-bottom: 1px solid #ddd;
}

.kanren li a:hover {
   text-decoration: none;
   background: #eee;
   border-left: 0px solid #cf7070;
   border-bottom: 1px solid #ccc;
}



/* ▼　ネタ元 ▼ */

.neta {
   float: left;
   width: 100%;
   font-size: 108%;
   font-weight: bold;
   text-align: left;
   text-decoration: none;
   background-image: url("https://blog-imgs-85.fc2.com/u/r/a/urapicpic/neta.gif");
   background-repeat: no-repeat;
   background-position: left top;
}

.neta a {
   display: block;
   color: #ff0000;
   text-decoration: none;
   padding: 23px 0px 4px 20px;
   border-bottom: 1px solid #ffaaaa;
}

.neta a:hover {
   color: #ff9595;
   text-decoration: none;
   border-bottom: 1px solid #ffaaaa;
}




/* ▼　ソーシャルリンク ▼ */

.rn-social {
   height: 32px;
   padding-top: 0px;
   margin: 100px 0px 3px 0px;
}

.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(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/social.png) no-repeat 0 12px;}

.rn-hatena:hover {background: url(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/social.png) no-repeat 0 0;}

.rn-tweet {background: url(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/social.png) no-repeat -32px 12px;}

.rn-tweet:hover {background: url(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/social.png) no-repeat -32px 0;}

.rn-face {background: url(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/social.png) no-repeat -64px 12px;}

.rn-face:hover {background: url(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/social.png) no-repeat -64px 0;}

.rn-yahoo {background: url(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/social.png) no-repeat -96px 12px;}

.rn-yahoo:hover {background: url(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/social.png) no-repeat -96px 0;}

.rn-live {background: url(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/social.png) no-repeat -128px 12px;}

.rn-live:hover {background: url(https://blog-imgs-42.fc2.com/u/r/a/urageinonews/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: #fff;
   border: 1px solid #999;
}

.tb {font-weight: bold;}

.tb-url {padding-bottom: 8px;}

.tb-url input {width: 350px;}

/* ▼　コメントフォーム ▼ */

.com-form {
   width: 500px;
   margin-left: 120px;
   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 #999;
   background: #fff;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   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-top: -12px;
   color: #fff;
   background: #55aaff;
   border: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.com-form p input:hover {
   color: #fff;
   background: #daa520;
   border: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

/* ▼　ページナビ ▼ */

.pnavi {
  width:auto;
  font-size:110%;
  font-weight: bold;
  align: center;
  display: inline;
  margin:0px 2px 0px 2px;
  padding:0;
}
.pnavi2 {
  width:auto;
  font-size:110%;
  font-weight: bold;
  padding:6px 9px;
  margin:0px 2px 0px 2px;
  display: inline;
  color:#fff;
  background:#333;
}
.pnavi a {
  text-decoration: none;
  color: #fff;
  background:#55aaff;
  padding:6px 9px;
  text-align:center;
}
.pnavi a:hover {
  background:#daa520;
}



/* ▼　サイド ▼ */

.side-title {
   color: #fff;
   text-align: center;
   font-weight: bold;
   padding: 6px 0px 4px 0px;
   background: #111;
   border-bottom: 4px solid #daa520;
}

.side-body {
   color: #777;
   margin-bottom: 16px;
   padding: 15px;
   font-size: 100%;
   background: #fff;
   border: 1px solid #ddd;
   border-top: none;
   box-shadow: 0 1px 5px #aaa;
  -webkit-box-shadow: 0 1px 5px #aaa;
  -moz-box-shadow: 0 1px 5px #aaa;
}

.side-body a {color: #333;}

.side-body a:hover {
   color: #daa520;
   text-decoration: underline;
}

.side-body img {
   padding: 1px;
   border: 1px solid #8d6a47;
}

/* ▼　プラグイン ▼ */

.side-body ul {color: #cf7070;}

.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 {
   color: #555;
   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;
   margin-top: 10px;

   padding: 15px 0 15px 0;
   background: #666;
}

.copy {
   font-size: 116%;
   padding: 0px 0 10px 0;
}

.copy a {
   color: gold;
   font-weight: bold;
   text-decoration: underline;
}

.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;
}





/* トップページ他サムネイル画像表示 */
.img_entry br {
clear:left;
}
.img_entry img {
float:left;
border: 0;
margin-right:15px; /* 画像の右余白 */
margin-bottom:5px; /* 画像の下余白 */
width: 240px; /* 画像表示サイズ */
}


/* 新着記事サムネイル画像表示 */
.img_recent br {
clear:left;
}
.img_recent img {
float:left;
border: 0;
margin-right:5px; /* 画像の右余白 */
margin-bottom:7px; /* 画像の下余白 */
width: 80px; /* 画像表示サイズ */
}

.img_recent {
line-height: 130%;
}

