@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: #000;
}

body {
   margin: 0;
   padding: 0;
   backgroun-color: #000;
   font: 13px/1.5 "メイリオ", Meiryo, Verdana, Helvetica,"ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック",Sans-Serif;
  *font-size: small;
  *font: x-small;
   color: silver;
   text-align:center; 


}
 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: 95% "メイリオ", Meiryo, Verdana, Helvetica,"ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック",Sans-Serif;
  *font-size: 77%;
   color: silver;　
   padding: 2px;
   background: #222;
   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: silver;
   text-decoration: none;
}

a:hover, a:active {
   color: #f742f4;
   text-decoration: none;
}
a:focus{
outline: none;
}
.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

#wrapper {
  margin-left: auto;
margin-right: auto;
text-align:left; 
  width: 1000px;
}
/* ▼　ヘッダー ▼ */

#header-box {
   position: relative;
   width: 980px;
   height: 200px;
   background: url(https://blog-imgs-128-origin.fc2.com/a/n/o/anothertequila/header01.jpg);
   margin: 0 auto;
   padding-top: 0px;
   
}

#header {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 980px;
   padding: 4px 0px 0px 0px;
   background: #000;
   filter: Alpha(opacity=70);
   opacity:0.7;
}
#header-l {
   float: left;
   width: 250px;
  padding: 0px 0px 0px 10px;
   }
#header-l p {

   font-size: 161.6%;
   font-weight: 500;
   
}

#header-l p a {color: #fff;}

#header-l p a:hover {color: #ee82ee;}
#header-r {

}
#header-r h1 {
   
   font-size: 90%;
   margin: 0px 0px 0px 5px;
   color: #fff;
}

/* ▼　メニュー ▼ */

#menu {
   width:980px;
   margin: 0px auto;
}

#menu ul {
   padding: 0px;
   background: #000;
   border: 1px solid #333;
}

#menu li {
   float: left;
   color: #fff;
   font-size: 100%;
   font-weight: 500;
   text-align: center;
}

#menu li a {
   display: block;
   color: #fff;
   width: 161px;
   border-right: 1px solid #444;
}

#menu li a:hover {
   color: silver;
   font-weight: 500;
   background: #111;
}

#menu li#last a {border-right: none;}

/* ▼　レイアウト ▼ */

#blog-box {
   width: 980px;
   margin: 0 auto;
}

#main-box {
   float: left;
   width: 720px;
}

#right-box {
   float: right;
   width: 234px;
   margin-left: 16px;
}

/* ▼　イメージ　 ▼ */
#name-box{
padding: 0px;
}

#img-box{
float: left;
width:250px;
margin:0 15px;
}
#name{
float: right;
width:380px;
margin:0 15px;
}

#img-box2{
float: left;
width:360px;
margin:0 5px;
padding: 0px;
}

#name2{
float: left;
width:270px;
margin:0 5px;
padding: 0px;
}
#name3{
float: left;
width:380px;
margin:0 5px;
padding: 0px;
}
#img-box3{
float: right;
width:250px;
margin:0 5px;
padding: 0px;
}
.clearboth { 
		 clear:both; 	
		 font-size:1px;	
		 margin:0; 
		 padding:0; 
		 display: block;
		 height: 0;
		 }

/* ▼　エントリー ▼ */

.entry-title {
   color: #fcfcfc;
   font-size: 138.5%;
   font-weight: normal;
   padding: 5px 10px;
   background: #111;
   border-bottom: 2px solid #ee82ee;
}

.entry-title a {color: #fcfcfc;}

.entry-title a:hover {color: #ee82ee;}

h3 .entry-cat {
   font-size: 93%;
   font-weight: normal;
}
.entry-cat {
   color: #fcfcfc;
   font-size: 93%;
   text-align: right;
   font-weight: normal;
   padding: 5px 10px;
   background: #000;
   border-bottom: 1px solid #333;
}

.entry-cat a {color: #fcfcfc;}

.entry-cat a:hover {color: #ee82ee;}

.entry-body {
   width: auto;
   color: #fcfcfc;
   font-size: 116%;
   margin-bottom: 16px;
   padding: 15px 15px 7px 15px;
   background: #000;
   
   border-top: none;
}

.entry-body a {
   color: #ee82ee;
   text-decoration: none;
}

.entry-body a:hover {
   color: #d5aabf;
   text-decoration: none;
}

.entry-body img {
   padding: 2px;
   background: #000;
   border: 1px solid #b87295;
}

.entry-body a img {border: 1px solid #b87295;}

.entry-body a img:hover {border: 1px solid #b87295;}


.open-more a {
   display: block;
   float: left;
   width: 339px;
   color: #87cefa;
   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: #87cefa;
   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: 7px 5px 5px 0px;
   border-top: 1px solid #333;
}

/*ユーザータグ*/
span.tag + span.tag:before {
  content: ", ";
}

span.tag {
  margin: 0 2px\9;/*IE*/
}

.fc2_footer {margin-top: 15px;}

.relate_dl {
   margin-top: 18px;
   margin-bottom: 10px;
   padding: 3px 10px;
   font-size: 85%;
   border: double #444;
   background: #111;
}

.relate_dt {
   font-weight: normal;
   border-bottom: 1px solid #666;
   padding: 0 0 2px 5px;
}

.relate_dd {margin-top: 3px;}

.relate_ul {padding-left: 5px;}

.entry-body blockquote {
   padding: 5px 10px;
   background: #222;
   border: 1px solid #444;
}

/* ▼　アーカイブ ▼ */
.stylefonts {font-size:smaller;}

#runking {float:left;
           margin:0px;
           padding: 0px 10px;
           font-size:small;}
#runking img {border: none;
margin:0px;　　　　　
padding: 0px;}
.clear {clear:left;}

/* ▼　ソーシャルリンク ▼ */

.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(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat 0 12px;}

.rn-hatena:hover {background: url(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat 0 0;}

.rn-tweet {background: url(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -32px 12px;}

.rn-tweet:hover {background: url(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -32px 0;}

.rn-face {background: url(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -64px 12px;}

.rn-face:hover {background: url(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -64px 0;}

.rn-yahoo {background: url(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -96px 12px;}

.rn-yahoo:hover {background: url(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -96px 0;}

.rn-live {background: url(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -128px 12px;}

.rn-live:hover {background: url(https://blog-imgs-43-origin.fc2.com/s/u/b/subculsheets/social.png) no-repeat -128px 0;}

/* ▼　コメント＆トラックバック ▼ */

.com-meta {
   font-size: 85%;
   padding-bottom: 2px;
}

.com-meta span{
   font-size: 100%;
   font-weight: bold;
}

.com-meta a,
.com-meta a:hover {text-decoration: none;}

.com-body {
   margin-bottom: 16px;
   font-size: 85%;
   padding: 3px 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;
   text-align: left;
   padding: 15px 0 9px 0;
}

.com-form dt {
   font-size: 93%;
}

.com-form dd input {
   
   font-size: 85%;
   margin-bottom: 5px;
   padding: 3px;
   border: 1px solid #555;
   background-color: #333;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 85%;
   margin-bottom: 5px;
   padding: 3px;
   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: 50px;
   font-size: 85%;
   margin-top: 0px;
   border: 1px solid #444;
   background-color: #222;
}

.com-form p input:hover {
   color: #aa5580;
   border: 1px solid #aa5580;
   background-color: #000;
}
/* ▼　カテゴリー ▼ */
#category{
   padding: 10px;
}

/* ▼　ページナビ ▼ */

#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: #fcfcfc;
   text-align: center;
   font-size: 138.5%;
   font-weight: normal;
   padding: 5px 10px;
   background: #111;
   border-bottom: 2px solid #ee82ee;
}

.side-body {
   color: #c0c0c0;
   margin-bottom: 16px;
   padding: 15px;
   font-size: 100%;
   background: #000;
   
   border-top: none;
}

.side-body a {color: #c0c0c0;}

.side-body a:hover {color: #b87295;}

.side-body img {
   padding: 1px;
   margin-bottom: 3px;
   border: 1px solid #555;
}

.side-body a img {border: 1px solid #b87295;}

.side-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;}



/*プロフィール*/
.profile {
   color: #fcfcfc;
}
.plugin-myimage img {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ddd;
  margin: 5px;
  padding: 1px 1px 0px;
}

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: #ff69b4;}

table.calender th#sat {color: #87cefa;}

table.calender td {
   text-align: center;
   background: #111;
   border: 1px solid #222;
}

table.calender td a {
   display: block;
   color: #fff;
   background: #f742f4;
}

table.calender td a:hover {
   color: #fff;
   background: #d5aabf;
}

/* ▼　フッター ▼ */

#footer {
   color: silver;
   text-align: center;
   margin: 0 auto;
   padding: 15px 0 15px 0;
   border-top: 2px solid #552b40;
   background: #111;
}

.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;
}

/* blog designed by HiRo 「http://subculsheets.blog.fc2.com/」 */




/* ▼ ページトップへ戻るボタン ▼ */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;             /* ボタン表示位置（下の余白） */
    right: 30px;              /* ボタン表示位置（右の余白） */
}
.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #aaa;    /* 背景色 */
    border-radius: 50px;
    text-align: center;
    color: #333;               /* 文字色 */
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
}
 
/* ▲ ページトップへ戻るボタン ▲ */