@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 SETTINGS
---------------------------------------- */
body {
  font-family: "Trebuchet MS", Tahoma, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  color: #202020;
  text-align: left;
}

html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
  margin: 0;
  padding: 0;
}



/* ANCHOR
---------------------------------------- */
a {
  -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: #165e83;
  text-decoration: none;
}

a:hover,
a:active {
  color: #2ca9e1;
  text-decoration: none;
}



/* CONTAINER
---------------------------------------- */
#container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/t20_container_bg.png) repeat-y top center;
  _background: #fff;
}



/* CONTENTS
---------------------------------------- */
#contents {
  width: 640px;
  float: right;
  padding: 0 20px;
}



/* HEADER
---------------------------------------- */
#header {
  padding: 20px 10px;
  text-align: right;
}



/* NAV
---------------------------------------- */
#nav {
  overflow: hidden;
  _zoom: 1;
  padding: .5em 0;
  text-align: center;
}

#nav ul,
#nav li {
  list-style: none;
}

#nav li {
  float: left;
}

#nav a {
  display: block;
  background: #165e83;
  padding: 5px 0;
  color: #fff;
  width: 158px;
  margin: 0 1px;
}

#nav a:hover,
#nav a:active {
  background: #2ca9e1;
}



/* ARTICLE
---------------------------------------- */
.art_box {
  margin-bottom: 4em;
}

h2.art_title {
  border-top: 1px solid #666;
  border-bottom: 2px solid #165e83;
}

h2.art_title a {
  display: block;
  padding: .5em;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/t20_atitle_bg.gif) no-repeat -3px center;
}

h2.art_title a:hover {
  background-position: 0 center;
}

p.art_date {
  border-bottom: 1px dotted #666;
  text-align: right;
  padding: .25em 0;
  font-size: .9em;
}

div.art_body {
  padding: .5em 0;
  overflow: hidden;
}

div.art_add {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  text-align: right;
  padding: .25em 0;
  font-size: .9em;
}

p.morelink {
  margin: .5em 0;
  overflow: hidden;
  _zoom: 1;
}

p.morelink a {
  display: block;
  float: left;
  background: #165e83;
  padding: 5px 8px;
  color: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

p.morelink a:hover,
p.morelink a:active {
  background: #2ca9e1;
}

#more {
  border-top: 1px dotted #666;
  margin-top: .5em;
}

/* comment & trackback */
#cm h2,
#trackback h2 {
  border-top: 1px solid #666;
  border-bottom: 2px solid #165e83;
  padding: .5em;
}

.ct_box {
  margin-bottom: 4em;
}

.ct_body {
  border-bottom: 1px dotted #666;
  padding: .5em 0;
}

h3.name span {
  color: #666;
}

p.ct_title {
  font-weight: bold;
}

.letter_body {
  margin-left: .5em;
}

.ct_add {
  text-align: right;
}

input,
textarea {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/* titlelist */
.titlelist p.art_add {
  text-align: right;
  margin-bottom: .5em;
  border-bottom: 1px dotted #666;
}

.titlelist p.art_body {
  margin-left: .5em;
}



/* PAGER
---------------------------------------- */
#pager {
  height: 1.5em;
  margin-bottom: 4em;
}

#pager ul,
#pager li {
  list-style: none;
}

#pager ul {
  position: relative;
}

#pager li {
  position: absolute;
}

li.prev {
  left: 0;
}

li.home {
  left: 50%;
}

li.next {
  right: 0;
}

#pager a {
  display: block;
  background: #165e83;
  padding: 5px 8px;
  color: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

#pager li a:hover,
#pager li a:active {
  background: #2ca9e1;
}



/* PLUGIN
---------------------------------------- */
#plugin {
  width: 250px;
  float: left;
  padding: 1em 15px;
}

.plug_box {
  margin-bottom: 3em;
  padding-bottom: .3em;
  border-bottom: 1px dotted #68819A;
}

h2.plug_title {
  border-top: 1px solid #68819A;
  border-bottom: 2px solid #223a70;
  padding: .35em .2em;
  margin-bottom: .3em;
  font-size: 1.3em;
  color: #223a70;
}



/* FOOTER
---------------------------------------- */
#footer {
  clear: both;
  padding: 0 20px;
}

#footer p {
  text-align: right;
  font-size: .9em;
}



/* TO TOP
---------------------------------------- */
#totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#totop a {
  outline: none;
}

#totop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: .3s all ease;
     -moz-transition: .3s all ease;
      -ms-transition: .3s all ease;
       -o-transition: .3s all ease;
          transition: .3s all ease;
}

#totop a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}



/* ETC
---------------------------------------- */
/* 記事内画像 */
.art_body img {margin: .25em 0;}

.art_body a img {
  -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.75;
  filter: alpha(opacity=75);
}

/* ブロック引用 */
blockquote {
  border: 1px solid #999;
  color: #444;
  background: rgba(255, 255, 255, .5);
  _background: #e0e0e0;
  padding: 6px 8px;
  margin: .25em 0;
}

/* 記事内、プラグイン内リスト */
.art_box ul, .plug_box ul {list-style: none;}
.art_box li, .plug_box li {
  list-style: none;
  background: url(http://blog-imgs-56.fc2.com/m/r/w/mrwmyblog/t20_listdeco.gif) no-repeat left top;
  padding-left: 15px;
}

.art_box li a, .plug_box li a {display: block;}

/* バトン装飾 */
p.baton_title {
  padding: 5px 15px;
  margin-top: .25em;
  font-weight: bold;
}

dl.blog_baton {
  border: 1px solid #999;
  background: rgba(255, 255, 255, .5);
  _background: #e0e0e0;
  padding: 0 20px;
  margin: 0 0 .25em;
}

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;
}