@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: #fff;
   background-image: url("http://blog-imgs-47-origin.fc2.com/w/e/e/weekeepy/bg_maru04_apple.gif");                        /* 外側背景色 */
}

body {
   margin: 0;
   padding: 0;
   font: 13px/1.5 verdana, "ＭＳ Ｐゴシック", "MS PGothic", 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: 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: #333;
   text-decoration: none;
}

a:hover, a:active {
   color: #b87295;
   text-decoration: none;
}

.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

/* ▼　????　▼ ヘッダー */

#header-box {
   position: relative;
   width: 1080px;
   height: 200px;
   margin: 0 auto;
   padding-top: 0px;
}

#header {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 1060px;
   padding: 53px 10px;
   background: #F0F8FF;
   filter: Alpha(opacity=60);
   opacity:0.6;
}

#header p {
   font-size: 250%;
   font-weight: bold;
}

#header p a {color: #aa5580;}

#header p a:hover {color: #fff;}

#header h1 {
   font-size: 108%;
   margin-left: 5px;
}

/* ▼　????　▼ メニュー */

#menu {
   width:1078px;
   margin: 17px auto;
}

#menu ul {
   padding: 2px;
   background: #ffffff;
   border: 0px solid #fff;
}

#menu li {
   float: left;
   text-align: center;
}

#menu li a {
   display: block;
   width: 153.1px;
   border-right: 0px solid #444;
}

#menu li a:hover {
   color: #fff;
   font-weight: bold;
   background: #3399cc;
}

#menu li#last a {border-right: none;}

/* ▼　????　▼ レイアウト */

#blog-box {
   width: 1080px;
   margin: 0 auto;
}

#main-box {
   float: right;
   width: 800px;
}

#right-box {
   float: left;
   width: 260px;
   margin-left: 0px;
}

/* ▼　????　▼ エントリー */

.entry-title {
   color: #fff;
   font-size: 131%;
   font-weight: bold;
   padding: 5px 10px;
   background: #4682B4;
   border-bottom: 2px solid #aa5580;
}

.entry-title a {color: #fff;}

.entry-title a:hover {color: #d5aabf;}

.entry-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 16px;
   padding: 15px 15px 7px 15px;
   background: #FFFAFA;
   border: 1px solid #333;
   border-top: none;
}

.entry-body a {
   color: #b87295;
   text-decoration: underline;
}

.entry-body a:hover {
   color: #d5aabf;
   text-decoration: underline;
}

.entry-body img {
   padding: 2px;
   background: #000;
   border: 2px solid #444;
}

.entry-body a img {border: 2px solid #b87295;}

.entry-body a img:hover {border: 2px solid #d5aabf;}

.open-more a {
   display: block;
   float: left;
   width: 767px;
   color: silver;
   font-size: 153.9%;
   text-align: center;
   text-decoration: none;
   margin: 15px 16px 15px 0;
   padding: 2px 0;
   background: #fff;
   border: 1px solid #1E90FF;
}

.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 #d5aabf;
}

.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: #FFF;
}

.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;
}

/* ▼　????　▼ ソーシャルリンク */

.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-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat 0 12px;}

.rn-hatena:hover {background: url(http://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat 0 0;}

.rn-tweet {background: url(http://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -32px 12px;}

.rn-tweet:hover {background: url(http://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -32px 0;}

.rn-face {background: url(http://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -64px 12px;}

.rn-face:hover {background: url(http://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -64px 0;}

.rn-yahoo {background: url(http://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -96px 12px;}

.rn-yahoo:hover {background: url(http://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -96px 0;}

.rn-live {background: url(http://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -128px 12px;}

.rn-live:hover {background: url(http://blog-imgs-43-origin.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: #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: #FFF;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #555;
   background-color: #FFF; 
}

.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: #FFF;
}

.com-form p input:hover {
   color: #aa5580;
   border: 1px solid #aa5580;
   background-color: #FFF;
}

/* ▼　????　▼ ページナビ */

#content-nav {
   color: #444;
   text-align: center;
   font-size: 116%;
   font-weight: bold;
   margin-bottom: 16px;
}

#content-nav a {color: #b87295;}

#content-nav a:hover {color: #d5aabf;}

/* ▼　????　▼ サイド */

.side-title {
   color: #fff;
   font-size: 100%;
   text-align: center;
   font-weight: bold;
   padding: 2px;
   background: #4682B4;
}

.side-body {
   color: #333;
   margin-bottom: 16px;
   padding: 15px;
   font-size: 100%;
   background: #FFFAFA;
   border: 1px solid #444;
   border-top: none;
}

.side-body a {color: #555;}

.side-body a:hover {color: #b87295;}

.side-body img {
   padding: 1px;
   border: 1px solid #555;
}

.entry-body a img {border: 1px solid #b87295;}

.entry-body a img:hover {border: 1px solid #d5aabf;}



/* ▼　????　▼ プラグイン */

.side-body ul {color: #aa5580;}

.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: #aa5580;
}

table.calender td a:hover {
   color: #fff;
   background: #d5aabf;
}

/* ▼　????　▼ フッター */

#footer {
   color: white;
   text-align: center;
   margin: 0 auto;
   padding: 15px 0 15px 0;
   border-top: 2px solid #552b40;
   background: #4682B4;
}

.copy {
   font-size: 116%;
   padding: 0px 0 10px 0;
}

.copy a {
   color: #b87295;
   font-weight: bold;
   text-decoration: underline;
}

.copy a:hover {
   color: #d5aabf;
   font-weight: bold;
   text-decoration: underline;
}

.fc2-pr {
   font-size: 85%;
   text-align: center;
}

* {margin:0;padding:0;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}

/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    height: 200px;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 0px #999;
    background: #FFF8DC;
    overflow-y: ;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #336633;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

/* ▼　????　▼ TOPSY */

a.twSButton {
 font-family: 'Trebuchet MS',arial,verdana;
 font-weight: bold;
 font-size: 13px;
}
a.twSCount {
 padding: 0px 0.5em;
 color: #e60066 !important; background: #ffe0e9 !important;
 font-family: 'Trebuchet MS',arial,verdana;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none !important;
}
a.twSCount:hover {
 color: #f60066 !important;
}
.twSButton img {
 margin: 0 !important;
 padding: 0 !important;
 border: 0 none !important;
 vertical-align: middle !important;
}

/* 人????人 blog designed by HiRo 「http://subculsheets.blog.fc2.com/」 人????人 */