@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: 14px;
  color: #d9d9d9;
  line-height: 1.5em;
  background: #202020 url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_bodybg.gif) repeat-y center;
}

html {
  height: 100%;
}



/* ANCHER
------------------------------ */
a {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

a:link,
a:visited {
  color: #4595e3;
  text-decoration: none;
}

a:active,
a:hover {
  color: #5faced;
  text-decoration: underline;
}



/* CONTAINER
------------------------------ */
#container {
  width: 800px;
  margin: 0 auto;
  position: relative;
  background: #343434;
}



/* HEADER
------------------------------ */
#header {
  header: 100%;
  height: 200px;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_headbg.png) no-repeat center top;
  position: relative;
}

#header h1 {
  margin: 0;
  position: absolute;
  top: 50px;
  left: 190px;
  text-shadow: 0 0 5px #4187cc;
}

#header h1 a {
  text-decoration: none;
}

#header p {
  margin: 0;
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #e0e0e0;
}



/* NAV
------------------------------ */
#nav {
  width: 100%;
  margin-bottom: 30px;
}

#nav ul {
  margin: 0;
  padding: 5px;
  overflow: hidden;
  _zoom: 1;
}

#nav li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

#nav li a {
  display: block;
  _display: inline;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-bottom: 1px solid #282828;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_nav.png) no-repeat -12px -12px #343434;
  color: #c0c0c0;
}

#nav li a:hover {
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_nav.png) no-repeat 4px center #202020;
  text-decoration: none;
  color: #5faced;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
     -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
      -ms-box-shadow: 0 1px 5px rgba(0,0,0,.2);
       -o-box-shadow: 0 1px 5px rgba(0,0,0,.2);
          box-shadow: 0 1px 5px rgba(0,0,0,.2);
}



/* CONTENTS
------------------------------ */
#contents {
  width: 800px;
  overflow: hidden;
  _zoom: 1;
}



/* ARTICLE
------------------------------ */
#article {
  width: 580px;
  float: right;
}

.art_box {
  margin-bottom: 50px;
}

.art_box p {
  margin: 0;
}

.art_box h2 {
  margin: 0;
  border-bottom: 1px solid #4595e3;
}

.art_box h2 a {
  display: block;
  padding: 3px 0 3px 35px;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_article_eye.png) no-repeat left center;
  text-decoration: none;
}

.art_box h2 a:hover {
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_article_eye_hover.png) no-repeat left center;
}

p.art_add {
  text-align: right;
  margin-bottom: 5px;
  font-size: 0.8em;
}

p.art_add img,
p.aside img {
  vertical-align: middle;
}

p.art_add a {
  color: #c0c0c0;
  text-decoration: underline;
}

p.art_add a:hover {
  color: #e8e8e8;
  text-decoration: none;
}

.art_body {/*empty*/}

p.morelink {
  overflow: hidden;
  _zoom: 1;
  padding: 5px 0;
}

p.morelink a {
  display: block;
  float: left;
  border: 1px solid #282828;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  color: #c0c0c0;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_morelink.png) no-repeat -10% -18px #343434;
}

p.morelink a:hover {
  text-decoration: none;
  color: #5faced;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
     -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
      -ms-box-shadow: 0 1px 5px rgba(0,0,0,.2);
       -o-box-shadow: 0 1px 5px rgba(0,0,0,.2);
          box-shadow: 0 1px 5px rgba(0,0,0,.2);
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_morelink.png) no-repeat 4% center #202020;
}

hr#more {
  color: #454545;
}

p.aside {
  text-align: right;
  padding-right: 10px;
  margin: 0;
  color: #555;
}

.ct_box h2 {
  margin: 0 0 .3em 0;
  background: #202020;
  border: 1px solid #303030;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

h2.tbc {
  padding-left: 25px;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_comment.png) no-repeat 6px center #202020;
}

h2.tbcw {
  padding-left: 25px;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_comment_write.png) no-repeat 6px center #202020;
}

h2.tbt {
  padding-left: 25px;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_trackback.png) no-repeat 6px center #202020;
}

.inner_box {
  padding: 0 .5em;
  margin-bottom: 30px;
}

h3.name {
  font-size: 1.2em;
  margin: 0;
  border-bottom: 1px solid #999;
}

h3.name span {
  color: #999;
}

p.title {
  font-size: 1.2em;
  margin: 0;
}

.letter_body {
  padding-left: 1em;
}

p.ct_add {
  text-align: right;
  margin: 0;
}

* html #tb

p.toentry {
  margin: 0;
}



/* PLUGIN
------------------------------ */
#plugin {
  width: 200px;
  float: left;
}

.plug_box {
  margin-bottom: 30px;
  overflow: hidden;
}

.plug_box h3 {
  margin: 0 0 .5em;
  border-bottom: 1px solid #c7cb4c;
  color: #e0e0e0;
}

.plug_box h3:first-letter {
  font-size: 1.3em;
  color: #c7cb4c;
}

#plugin a:link,
#plugin a:visited {
  color: #9b972a;
}

#plugin a:hover,
#plugin a:active {
  color: #c9da68;
}



/* PAGER
------------------------------ */
.pager {
  text-align: center;
  margin-bottom: 50px;
}

.pager a {
  display: inline-block;
  *display: inline;
  *zoon: 1;
  border: 1px solid #282828;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  color: #c0c0c0;
}

.pager a:hover {
  text-decoration: none;
  color: #5faced;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
     -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
      -ms-box-shadow: 0 1px 5px rgba(0,0,0,.2);
       -o-box-shadow: 0 1px 5px rgba(0,0,0,.2);
          box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.pager a.prev {background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_pager_left.png) no-repeat -10% -18px #343434;}
.pager a.prev:hover {background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_pager_left.png) no-repeat 4% center #202020;}

.pager a.next {background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_pager_right.png) no-repeat 110% -18px #343434;}
.pager a.next:hover {background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_pager_right.png) no-repeat 96% center #202020;}

.pager a.home {background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_pager_home.png) no-repeat 4% -18px #343434;}
.pager a.home:hover {background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_pager_home.png) no-repeat 4% center #202020;}



/* FOOTER
------------------------------ */
#footer {
  width: 100%;
  height: 70px;
  clear: both;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_footerbg.png) no-repeat bottom right #343434;
}

#footer p {
  margin: 0;
  font-size: .85em;
}



/* TOTOP
------------------------------ */
#totop {
  position: fixed;
  left: 50%;
  bottom: 20px;
  margin-left: 430px;
  width: 30px;
  height: 32px;
}

#totop a {
  outline: none;
  -webkit-transition: all .7s ease;
     -moz-transition: all .7s ease;
      -ms-transition: all .7s ease;
       -o-transition: all .7s ease;
          transition: all .7s ease;
}

#totop a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}



/* TITLE LIST
------------------------------ */
.titlelist h3 {
  margin: 5px 0 0 0;
}

.titlelist .art_body {
  margin-left: .75em;
}

.titlelist .art_add {
  border-bottom: 1px dotted #666;
  margin-bottom: 2em;
}



/* LIST
------------------------------ */
#plugin ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#plugin li {
  list-style: none;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/dt10_listdeco.gif) no-repeat top left;
  padding-left: 15px;
}



/* IMG
------------------------------ */
.art_body a img,
.art_body img {
  border: 7px solid #e0e0e0;
  margin: .5em 0;
  -webkit-box-shadow: 0 2px 7px 2px rgba(0,0,0,.2),
                      0 0 1px 1px #999;
     -moz-box-shadow: 0 2px 7px 2px rgba(0,0,0,.2),
                      0 0 1px 1px #999;
      -ms-box-shadow: 0 2px 7px 2px rgba(0,0,0,.2),
                      0 0 1px 1px #999;
       -o-box-shadow: 0 2px 7px 2px rgba(0,0,0,.2),
                      0 0 1px 1px #999;
          box-shadow: 0 2px 7px 2px rgba(0,0,0,.2),
                      0 0 1px 1px #999;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}

.art_body a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

div.adBlock img,
img.adcount,
div.fc2_footer img { /* 拍手ボタン、広告内の画像 */
  border: 0;
  box-shadow: none;
}



/* BLOCKQUOTE
------------------------------ */
blockquote {
  border: 1px dashed #666;
  background: #282828;
  padding: 1em;
}



/* BATON
------------------------------ */
p.baton_title {
  text-align: left;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
}

dl.blog_baton {
  border: 1px dashed #666;
  background: #282828;
  padding: 10px 20px;
}

dt.baton_q {
  font-weight: bold;
  border-bottom: 1px dotted #444;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

dd.baton_a {
  margin: 0 0 20px 0;
}

span.q_number {
  background: #4169e1;
  color: #fff;
  padding: 2px 5px;
  margin-right: 8px;
  font-weight: bold;
}

span.a_number {
  background: #56a6f4;
  color: #fff;
  padding: 2px 5px;
  margin-right: 8px;
  font-weight: bold;
}