@charset "utf-8";


/* WHOLE SETTING
------------------------------ */
* {
  margin: 0;
  padding: 0;
}

body {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Trebuchet MS", Tahoma, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, ＭＳ　Ｐゴシック, "MS PGothic", Sans-serif;
  color: #000;
  background: #fff;
}

html {
  scrollbar-face-color: #808080;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-darkshadow-color: #fff;
  scrollbar-arrow-color: #000;
  scrollbar-track-color: #fff;
}

blockquote {
background-color:#f5f5f5;
padding:3em 1em;
position:relative;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:600%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:0;
bottom:0;
}

/* ANCHOR
------------------------------ */
a:link {
  color: #909090;
  text-decoration: none;
}

a:active {
  color: #c0c0c0;
  text-decoration: none;
}

a:visited {
  color: #909090;
  text-dacoration: none;
}

a:hover {
  color: #303030;
  text-decoration: none;
}



/* LAYOUT
------------------------------ */
#container {
  position: relative;
  width: 900px;
  margin: 0 auto;
  border-right: 2px solid #808080;
  border-left: 2px solid #808080;
}

#header {
  width: 900px;
  height: 200px;
  background: url(https://blog-imgs-71-origin.fc2.com/r/t/w/rtwtbwd/11069716_614080675392093_1020757517_o.jpg) no-repeat #808080;
  position:
}

#article {
  float: left;
  width: 600px;
  background: #fff;
}

#plugin {
  float: right;
  width: 250px;
  background: #fff;
}

#footer {
  clear: both;
  color: #a0a0a0;
  padding: 15px 0 15px 30px;
  background: #fff;
}



/* HEADER
------------------------------ */
#header h1 {
  margin:20px 0px 0px 0px;
  font-size: 30px;
}

#header h1 a {
  color: #dedede;
}

#header h1 a:hover {
  color: #000;
}

#header p {
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 30px;
}



/* PLUGIN
------------------------------ */
.plug_box {
  width: 250px;
  margin-bottom: 10px;
  overflow: hidden;
}

#plugin h2 {
  border-bottom: 4px double #bbb;
  padding: 5px 0 5px 20px;
  font-size: 13px;
}

.plug_body {
  width: 250px;
  margin: 0px;
  font-size: 13px;
}

ul {
  list-style: none;
  font-size: 13px;
}

li {
  list-style: none;
  font-size: 13px;
  background: url(https://blog-imgs-30-origin.fc2.com/m/r/w/mrwmyblog/005_l_icon.gif) no-repeat;
  padding-left: 25px;
}



/* ARTICLE
------------------------------ */
.art_box {
  width: 590px;
  margin: 15px 20px 10px;
  background: #fff;
}

#article h2 {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  letter-spacing: 8px;
  margin: 5px 0;
  text-align: center;
  border-bottom: 4px double gray;
}

#article h2 a {
  text-decoration: none;
  color: #a0a0a0;
}

#article h2 a:hover {
  text-decoration: none;
  color: #303030;
}

.art_body {
  margin: 10px 20px;
}

.art_add,
.totop {
  margin: 10px 12px 10px 0;
  text-align: right;
  font-size: 10px;
}

.page_navi {
  text-align: center;
}

.ct_title {
  font-weight: bold;
}

.ct_body {
  margin: 10px 20px;
  border-bottom: 1px solid #808080;
}



/* FOOTER
------------------------------ */
#footer a {
  text-decoration: underline;
}



/* ETC
------------------------------ */
img {
  border: 0;
}

input, textarea, select, button, submit {
  color: #999;
  background: #fff;
  border: 1px solid #999;
}

th, td {
  vertical-align: top;
}

img.emoji {
  vertical-align: middle;
}