@charset "utf-8";

/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
a:focus{outline:thin dotted}
a:hover,a:active{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{color:#000;background:#ff0}
pre,code,kbd,samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}
pre{white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:none}
small{font-size:75%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;white-space:normal;margin-left:-7px;padding:0}
button,input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type=checkbox],input[type=radio]{box-sizing:border-box;height:13px;width:13px;padding:0}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
audio:not([controls]),[hidden]{display:none}
body,figure,form{margin:0}
p,pre,dl,menu,ol,ul{margin:1em 0}



/* WHOLE SETTING
---------------------------------------- */
body {
  font-family: "Trebuchet MS", Tahoma, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  color: #e0e0e0;
  line-height: 1.5em;
  background: #111000 url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/t22_header-bg.jpg) fixed no-repeat top center;
  border-top: 10px solid rgb(0,0,0);
  border-top: 10px solid rgba(0,0,0,.6);
  border-bottom: 10px solid #000;
}

html {height: 100%;}



/* ANCHOR
---------------------------------------- */
a,
a img {
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}

a:link,
a:visited {
  color: #ca7943;
  text-decoration: none;
}

a:hover,
a:active {
  color: #d8a198;
  text-decoration: none;
  border-bottom: 1px dotted #ab7e5d;
}

a:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
}



/* CONTAINER
---------------------------------------- */
#container {
  width: 960px;
  margin: 0 auto;
  padding-top: 1em;
  position: relative;
}



/* HEADER
---------------------------------------- */
#header {
  height: 350px;
  text-align: right;
}

#header h1 {text-shadow: 1px 1px 3px #000;}
#header p {text-shadow: 1px 1px 1px #000;}



/* NAV
---------------------------------------- */
#nav {
  overflow: hidden;
  _zoom: 1;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav li {float: left;}

#nav li a {
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  border: 1px solid transparent;
  _border-color: #000;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  background: #000;
  background: rgba(0,0,0,.6);
  text-decoration: none;
  color: #e0e0e0;
}

#nav li a:hover {
  border: 1px solid #1d1d1d;
  background: #000;
  color: #999;
}



/* ARTICLE
---------------------------------------- */
#article {
  float: right;
  width: 670px;
}

.art_box {
  background: #000;
  background: rgba(0,0,0,.6);
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

h2.art_title {margin: 0;}
h2.art_title a {display: block;}
h2.art_title a:hover {border: 0;}

.art_body,
.ct_body {
  word-wrap: break-word;
  overflow: hidden;
}

.art_date,
.art_add,
.art_add2 {
  text-align: right;
  color: #999;
  font-size: .9em;
}

.art_date img {vertical-align: middle !important;}

.morelink {
  border-left: 5px solid;
  border-left-color: rgb(102,51,0);
  border-left-color: rgba(102,51,0,.6);
  margin-left: -9px;
  position: relative;
  zoom: 1;
  padding-left: 5px;
}

.morelink:hover {border-left-color: rgba(102,51,0);}

/* -------------------- comment, trackback */
#tb {margin-top: 30px;}

.ct_box {
  background: #140000;
  background: rgba(20,0,0,.6);
  padding: 0 10px 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

.ct_box h3,
.ct_box h2 {
  margin: 0 0 8px;
  padding: 10px 0 0 7px;
  border-left: 5px solid;
  border-left-color: rgba(102,51,0,.6) !important;
  border-left-color: #663300;
}

h4.letter_title {
  margin: 0;
  padding-left: 1em;
}

p.letter_body {
  padding-left: 1em;
}

.letter_add {
  text-align: right;
  margin-bottom: 1em;
  font-size: .9em;
}

.ct_body table {
  width: auto;
  margin-left: 10px;
}

.ct_body th {
  text-align: right;
  padding: 0 8px 0 20px;
}

.ct_body input {width: 180px;}
.ct_body input#pass {width: 120px;}
.ct_body input#secret,
.ct_body input#send,
.ct_body input#delete {width: auto !important;}

.ct_body textarea {
  width: 100%;
  height: 120px;
}

.ct_body input#tb_url {width: 75%;}



/* -------------------- pager */
.pager {/*clearfix for IE6,7*/
  zoom: 1;
}

.pager:after {/*clearfix*/
  content: "";
  display: block;
  clear: both;
}

.pager ul {
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  float: left;
}

.pager li {
  position: relative;
  left: -50%;
  float: left;
}

.pager li a,
.pager li.current b {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px 2px 0;
  border: 1px solid transparent;
  _border-color: #000;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  background: #000;
  background: rgba(0,0,0,.6);
  text-decoration: none;
  color: #555;
}

.pager li a:hover,
.pager li.current b:hover {
  cursor: pointer;
  border: 1px solid #1d1d1d;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  background: #000;
  color: #f5f5f5;
}

.pagenavi {margin-bottom: 10px;}



/* PLUGIN
---------------------------------------- */
#plugin {
  float: left;
  width: 270px;
}

.plug_box {
  background: #000;
  background: rgba(0,0,0,.6);
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

h3.plug_title {margin: 0;}

.plug_body {
  word-wrap: break-word;
  overflow: hidden;
}



/* FOOTER
---------------------------------------- */
#footer {
  clear: both;
  padding-bottom: 1em;
  color: #999;
}

#footer p {
  margin: 0;
  line-height: 1em;
}



/* TOTOP
---------------------------------------- */
#totop {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: 490px;
  width: 30px;
  height: 30px;
}

#totop a:hover,
#totop a:visited {border: 0;}



/* ETC
---------------------------------------- */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.art_box li,
.plug_box li {
  padding-left: 15px;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/listdeco.gif) no-repeat left top;
}

hr {
  width: 100%;
  height: 1px;
  color: #303030;
}

/* -------------------- table */
table {width: 100%;}

/* -------------------- input, other */
input,
textarea,
button,
select {
  background: #000;
  background: rgba(0,0,0,.3);
  color: #e0e0e0;
  border: 1px solid #181818;
  padding: 3px;
}

/* -------------------- baton */
p.baton_title {
  padding: 5px 15px;
  margin-top: .5em;
  font-weight: bold;
}

dl.blog_baton {
  margin: 0 15px .5em;
  padding: 10px 10px 8px;
  background: #000;
  background: rgba(0,0,0,.6);
  border: 1px dotted #181818;
}

dt.baton_q {
  font-weight: bold;
  border-bottom: 1px dotted #282828;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

dd.baton_a {margin: 0 0 10px 0;}

span.q_number,
span.a_number {
  padding: 2px 5px;
  margin-right: 10px;
  display: inline-block;
  width: 2em;
  text-align: center;
  position: relative;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}

span.q_number {
  background: #662900;
  background: rgba(102,51,0,.6);
}
span.a_number {
  background: #B09242;
  background: rgba(176,146,66,.6);
}

span.q_number:after,
span.a_number:after {
  content: "";
  display: block;
  position: absolute;
  right: -4px;
  top: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

span.q_number:after {
  border-left: 4px solid;
  border-left-color: #662900;
  border-left-color: rgba(102,51,0,.6);
}
span.a_number:after {
  border-left: 4px solid;
  border-left-color: #B09242;
  border-left-color: rgba(204,171,82,.6);
}

/* -------------------- blockquote */
blockquote {
  margin: .5em 15px;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,.6);
  border: 1px dotted #181818;
}

blockquote p {
  margin: 0;
  color: #d0d0d0;
  font-size: .95em;
}