@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: #ffffff;
}

body {
   margin: 0;
   padding: 0;
   font: 12px/1.5 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
  *font-size: small;
  *font: x-small;
   color: #000000;
}

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: #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;
}

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: #11C ;
   text-decoration: none;
}

a:hover, a:active {
   color: #95bfea;
   text-decoration: none;
}

a { text-decoration: none; }

.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

/* ▼　ヘッダー ▼ */

#header-box {
   position: relative;
   width: 980px;
   height: 95px;
   margin: 0 auto;
   background:#ffffff;
   padding-top:10px;
}

#header {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 980px;
   padding: 3px 10px;
   background: #000fff;
   filter: Alpha(opacity=70);
   opacity:0.7;
}


#header-left{
   position:absolute;
}

#header-right{ 
   float:right;
   width:728px;
}


#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:980px;
   margin: 10px auto ;
   font-size: 123.1% ;
}

#menu ul {
   padding: 3px ;
   background: #ffffff;
}

#menu li {
   float: left;
   text-align: center;
}

#menu li a {
   display: block;
   width: 161px; 
   border-left: 1px dotted #444 ;
   font-weight: bolder ;
}

#menu1 a {
    
   color :#666666;
   background: #fff;
}

#menu2 a {
    
   color :#666666;
   background: #fff;
}

#menu3 a {
   color :#666666;
   background: #fff;
}

#menu4 a {
    
   color :#666666;
   background: #fff;
}

#menu5 a {
    
   color :#666666;
   background: #fff;
}

#menu6 a {
   color :#666666;
   background: #fff;
   border-right: 1px dotted #444;
}

#menu1 a:hover {
    
   color :#fff;
   background: #00B7D1;
   opacity: 0.6;
}

#menu2 a:hover {
    
   color :#fff;
   background: #FFBF1F;
   opacity: 0.7;
}

#menu3 a:hover {
    
   color :#fff;
   background: #FF821C;
   opacity: 0.7;
}

#menu4 a:hover {
    
   color :#fff;
   background: #FF337A;
   opacity: 0.5;
}

#menu5 a:hover {
    
   color :#fff;
   background: #CC0C39;
   opacity: 0.8;
}

#menu6 a:hover {
    
   color :#fff;
   background: #C8CF02;
   opacity: 0.9;
}

#menu7 a:hover {
    
   color :#fff;
   background: #C8CF02;
   opacity: 0.9;
}

/* ▼　レイアウト ▼ */

#blog-box {
   width: 980px;
   margin: 0 auto;
}

#main-box {
   float: left;
   width: 730px;
}

#right-box {
   float: left;
   width: 234px;
   margin-left: 16px;
}


/* ▼　エントリー ▼ */


.entry-title {
   color: #555;
   font-size: 138.5%;
   font-weight: bold;
   padding: 5px 10px;
   background: #ffffff;
   border-bottom : 2px dotted #e6521e;
   
}

.entry-title a {color: #555555;}

.entry-title a:hover {color: #95bfea;}

.entry-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 16px;
   padding: 15px 15px 7px 15px;
   background: #ffffff;
   border-bottom: 1px dotted #333;
   border-top: none ;
   border-left: none ; 
   border-right: none ;
}

.entry-body a {
   text-decoration: none;
　 color:#11C;
}

.entry-body a:hover {
   text-decoration: none;
}

.entry-body img {
   padding: 1px;
   background: #000;
   border: 1px solid #444;
}


.entry-body a img:hover {border: 2px solid #95bfea;}

.open-more a {
   display: block;
   float: left;
   width: 339px;
   color: #006AD5;
   font-size: 123.1%;
   text-align: center;
   text-decoration: none;
   margin: 15px 16px 15px 0;
   padding: 2px 0;
   background: #ccc;
   border: 1px solid #ccc;
   -webkit-border-radius: 5px;
   -moz-border-radius:5px; 
     opacity: 0.6;
}

.read-more a {
   display: block;
   float: left;
   width: 339px;
   color: #006AD5;
   font-size: 123.1%;
   text-align: center;
   text-decoration: none;
   margin: 15px 0;
   padding: 2px 0;
   background: #ccc;
   border: 1px solid #bbb;
   -webkit-border-radius: 5px;
   -moz-border-radius:5px; 
     opacity: 0.6;
}

.read-more a:hover,
.open-more a:hover {
   color: #0099CF ;
   text-decoration: none;
   background: #FFEAEA;
   border: 1px solid #bbb;
}

.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: #fff;
}

.tb {font-weight: bold;}

.tb-url {padding-bottom: 8px;}

.tb-url input {width: 350px;}

/* ▼　コメントフォーム ▼ */

.com-form {
   width: 500px;
   margin-left: 5px;
   padding: 15px 0 9px 0;
   color:#555;
}

.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: 90px;
   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: 513px;
   font-size: 100%;
   margin-top: 10px;
   border: 1px solid #444;
   background-color: #fff;
　 font-weight:bold;　　
}

.com-form p input:hover {
   color: #222;
   border: 1px solid #3399ff;
   background-color: #fff;
}

/* ▼　ページナビ ▼ */

#content-nav {
   color: #444;
   text-align: center;
   font-size: 116%;
   font-weight: bold;
   margin-bottom: 16px;
}

/* ▼　サイド ▼ */

.side-title {
   text-align: left ;
   font-weight: bold;
   font-size: 123.1%;
   padding: 2px;
   padding-left : 10px ;
   background: #ffffff;
   border-left: 5px solid #E6521E;
   color:#E6521E ;
}

.side-body {
   color: #000000;
   margin-bottom: 16px;
   margin-top: 5px ;
　 padding: 15px;
   font-size: 100%;
   background: #ffffff;
   border: 1px dotted #333;
   border-left: none ;
   border-right: none ;
}

.plugin-freearea{
   list-style-type: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: none;
   list-style-position: outside;
   margin: 0px 0px 10px 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-top {
   width: 100%;
   margin: 0 auto;
   padding: 5px 0 10px 0;
   border-top: 3px solid #F6C;
   background: #111;
}

#footer-mid{
   widht:100%;
   font-size:116%;
   padding-bottom:10px;
   background:#111 top left repeat;
}

#footer{
   widht:980px;
   margin:0 auto;
   padding:20px 0 20px 0;
   border-bottom:20px solid #4e95dc;
}


#arc1{
  float:left;
  width:250px;
  padding:0 0 5px 460px;
  
} 

#arc2{
  padding-left:100px;
}


.footp {
   color:#fff;
   font-weight:bold;
   padding-bottom:10px;
    font-size:135%;
}


.clear {
    clear:both;　
}


.copy {
 position: absolute;  
 left: 50%;    
 width: 980px;  
 margin-left: -490px; /* MUST be half the width */  
 color:#fff; 
 text-align:center;
}  

.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;
}





/* ▼　(´・ω・｀) ▼ */

.hako {
   color: #ffffff;
   font-size: 138.5%;
   font-weight: bold;
   padding: 5px 10px;
   background: #ffffff;
   border: 1px solid #666666;
   margin-bottom:10px; 
   overflow:hidden;
}

.pickup{  
   border-left:#E6521E solid 5px;
   margin;0;
   font-weight:bold;
   padding:0 0 0 10px;
   color:#555;
    text-decoration: none;
}  



.pickupup ul li a{
   font-size: 14px;
   font-weight: bold;
   line-height: 30px;
   background: url(http://blog-imgs-50.fc2.com/b/u/h/buhisoku/arrow_orange2.png) no-repeat scroll 2px center;
   padding-left: 35px;
   margin: 2px 0;
   display: block;
   border-top: 1px dotted #CCC;
　 text-decoration: none;　
}

.pickupupup ul li a{
   font-size: 14px;
   font-weight: bold;
   line-height: 22px;
   background: url(http://blog-imgs-56.fc2.com/b/u/h/buhisoku/CHECKs.png) no-repeat scroll 2px center;
   padding-left: 135px;
   margin: 0px 0;
   display: block;
　 text-decoration: none;　
}



ol.thread
    {
    list-style-position:inside;
    }
ol.thread li strong
    {
    color:green;
    }






.slideFrame{
    width: 960px;
    height: 175px;
     margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top:10px;
    margin-bottom:10px;   
     border:1px dotted #ccc;
}

.slideCell{
    float:left;
    display:block;
    position: relative;
}

#slider02.slideFrame,#slider03.slideFrame{
    margin-top:10px;
    position:relative;
    overflow:hidden;
}







figure { 
  display: block; 
  position: relative; 
  float: left; 
  overflow: hidden; 
  margin: 0 1px 1px 0;
}
figcaption { 
  position: absolute; 
  background: black;
  background: rgba(0,0,0,0.75); 
  color: white; 
  padding: 10px 20px; 
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
figure:hover figcaption {
  opacity: 1;
}
figure:before { 
  content: "pick up"; 
  position: absolute; 
  font-weight: 800; 
  background: black;
  background: rgba(255,255,255,0.75); 
  text-shadow: 0 0 5px white;
  color: black;
  width: 80px;
  height: 30px;
  -webkit-border-radius: 1px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;	
}
figure:hover:before {
  opacity: 0;
}

.cap-left:before {  bottom: 10px; left: 10px; }
.cap-left figcaption { bottom: 0; left: -30%; }
.cap-left:hover figcaption { left: 0; }

.cap-right:before { bottom: 10px; right: 10px; }
.cap-right figcaption { bottom: 0; right: -30%; }
.cap-right:hover figcaption { right: 0; }

.cap-top:before { top: 10px; left: 10px; }
.cap-top figcaption { left: 0; top: -30%; }
.cap-top:hover figcaption { top: 0; }

.cap-bot:before { bottom: 10px; left: 10px; }
.cap-bot figcaption { left: 0; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; }


#wrap{
	width:960px;
	margin:10px auto;
}

#social_box{
	background:#fff;
	width:80px;
	padding:10px 15px 10px 15px;
	margin-left:-120px;
	text-align:center;
	position:fixed;
	top:340px;
　　　　border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: 2px solid #F6C;
　　　　list-style-type: none;
        margin-left:-1080px\9;/* IE8 and below */
}

#main{
	width:660px;
	float:left;
}

#side{
	width:300px;
	float:left;
}


#osirase{
  margin-bottom:10px;
}

ul.tagcloud{
        margin: 0;
        padding: 0.5em 10px;
        line-height: 1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
}

ul.tagcloud li{
        margin: 0;
        padding: 0;
        display: inline;
        font-size: 100%;
}

ul.tagcloud li a{
        text-decoration: none;
}

li.tcmax a{
        /* カウント20以上のとき（最大） */
        font-size: 167%;
        font-weight: bold;
        color: #424242;
}

li.tc19 a, li.tc18 a, li.tc17 a, li.tc16 a, li.tc15 a{
        /* カウント19～15のとき */
        font-size: 136%;
        color: #5e5e5e;
}

li.tc14 a, li.tc13 a, li.tc12 a, li.tc11 a, li.tc10 a{
        /* カウント14～10のとき */
        font-size: 122%;
        color: #7a7a7a;
}

li.tc9 a, li.tc8 a, li.tc7 a, li.tc6 a, li.tc5 a{
        /* カウント9～5のとき */
        font-size: 114%;
        font-weight: normal;
        color: #979797;
}

li.tc4 a, li.tc3 a{
        /* カウント4・3のとき */
        font-size: 92%;
        font-weight: normal;
        color: #b3b3b3;
}

li.tc2 a, li.tc1 a{
        /* カウント2・1のとき（最小） */
        font-size: 77%;
        font-weight: normal;
        color: #cfcfcf;
}

ul.tagcloud li a:hover{
        color: #000;
}

.AA {
font-family:"Mona","IPA モナー Pゴシック","IPAMonaPGothic","IPA mona PGothic","IPA MONAPGOTHIC","MS PGothic AA","mona-gothic-jisx0208.1990-0","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
line-height:18px;
font-size:16px;
}


iframe.twitter-share-button {
    width: 65px!important;
}

/* blog designed by HiRo 「http://subculsheets.blog.fc2.com/」 */