@charset "UTF-8";


/* 1.Reset
========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html {background: #FFF; color: #000;}

body {font:13px/1  "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}
* html body {font-size: small; font: x-small;}
*:first-child+html body {font-size: small; font: x-small;}

img {border: 0; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit; font: 100%;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 108%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}


/* 2.Structure
========================================== */

html, body {
  background: url(https://blog-imgs-99-origin.fc2.com/d/i/n/dinoax/bg_dot_01.gif) ;
  color: #666666;
}

#document {
  margin: 0 auto;
  width: 950px;
  border: 1px solid #bbbbbb;
  background: #FFFFFF;
}


#contents {
    margin-left: 220px;  /* #sideLの幅分 */
  float: left;
  display: inline;
  width: 510px;
  overflow: hidden;
  padding: 10px 0 10px 0;
}

#sideLeft {
    margin-left: -730px;
  float: left;
  display: inline;
  width: 220px;
  overflow: hidden;
  padding: 10px 0 10px 0;
}

#sideRight {
  float: left;
  display: inline;
  width: 220px;
  overflow: hidden;
  padding: 10px 0 10px 0;
}

#footer {
  clear: both;
  border-top: 1px solid #bbbbbb;
  background: #eeeeee;
  padding: 5px;
  text-align: center;
  font-size: 92.4%;
}

/* リンク設定 */

a:link     {color: #576A86; text-decoration: none;}
a:visited   {color: #576A86; text-decoration: none;}
a:hover   {color: #BF5E5E; text-decoration: underline;}


/* 3.Header
========================================== */

#header {
  background-color: #d7e2ef;
  border-bottom:  1px dashed #888888;
  padding: 10px 0 10px 20px;
  line-height: 1.4;
}
h1 {
  font-size: 120%;
}



/* 4.Topicpath(パンくずリスト)
========================================== */

#topicpath {
  background-color: #eeeeee;
  border-bottom:  1px solid #bbbbbb;
  padding: 5px 0 5px 20px;
}


/* 5.Contents
========================================== */

.contTitle {
  font-size: 90%;
  margin: 0 5px 0 5px;
  padding: 5px 3px 3px 10px;
  background-color: #eeeeee;
  border-top: 1px solid #bbbbbb;
  border-left: 5px solid #8593a9;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px dashed #8593a9;  
}

.contText {
  font-size: 90%;
  margin: 0 5px 10px 5px;
  padding: 15px 8px 8px 8px;
  background-color: #ffffff;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.4;  
}

p.entry_more {
  margin: 20px 0 20px 0;
}

#more {
  margin: 15px 0 0 0;
}

ul.entryFooter{
  zoom: 1;
  margin: 15px 0 0 0;
}

ul.entryFooter:after{ /*for Modern Browser */
  content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

ul.entryFooter li {
  float: left;
  display: inline;
}  

.pageNavi {
  margin-bottom: 15px;
  text-align: center;
}

.subHeader {
  font-size: 90%;
  margin: 0 5px 0 5px;
  padding: 5px 3px 3px 10px;
  background-color: #eeeeee;
  border-top: 1px solid #bbbbbb;
  border-left: 5px solid #8593a9;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px dashed #8593a9;  
}

.trackbackUrl {
  font-size: 90%;
  margin: 0 5px 10px 5px;
  padding: 15px 8px 8px 8px;
  background-color: #ffffff;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.8;  
}

.trackbackUrl input {
  padding: 1px;
  width: 85%;
}

.trackbackBox {
  font-size: 90%;
  margin: 0 5px 10px 5px;
  padding: 15px 8px 8px 8px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  line-height: 1.4;  
}

.cm_title {
  font-weight: bold;
}

.commentForm {
  font-size: 90%;
  margin: 0 5px 10px 5px;
  padding: 15px 8px 8px 8px;
  background-color: #ffffff;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.8;  
}

.sub_footer {
  margin-bottom: 5px;
}

.pagetop {
  text-align: right; 
}


/* 6.Side
========================================== */

.sideTitle {
  font-size: 90%;
  margin: 0 5px 0 5px;
  padding: 3px;
  background-color: #d7e2ef;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px dashed #888888;
}

.sideCont {
  font-size: 90%;
  margin: 0 5px 0 5px;
  padding: 10px 3px 10px 3px;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  line-height: 1.2;
}

.sideBottom {
  margin: 0 5px 0 5px;
  border-top: 1px solid #888888;  
}

.sideCont ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
  }
  
.sideCont li {
    background-image: url(https://blog-imgs-99-origin.fc2.com/d/i/n/dinoax/point3.gif);
    background-repeat: no-repeat;
    background-position: 3px 2px ;
    color: #666;
    padding: 0px 0px 0px 15px;
    margin: 0px;
    line-height: 1.2;
  }



/* 7.Footer
========================================== */

/* --▼プラグインカテゴリー３スタイル▼-- */
.plg3_Bodybox {
  width: 498px;
  margin: 0px 5px 10px 5px;
  text-align: center;
  border: 1px solid #bbb;
}


.plg3_title {
  font-size: 13px;
  letter-spacing : 1px;
  padding: 3px 5px 3px 10px;
  border-bottom: 1px dashed #8593a9;
  background-color:#eee;
  color: #576A86;
  text-align: left;
}

.plg3_body {
  font-size: 12px;
  line-height: 150%;
  font-family: "Verdana", "メイリオ", "Osaka";
  margin: 10px 10px 5px 10px;
　text-align: left;
}

.plg3_Bodybox ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: left;
}  
.plg3_Bodybox li {
    background-image: url(https://blog-imgs-29-origin.fc2.com/c/u/t/cuteblog/point3.gif);
    background-repeat: no-repeat;
    background-position: 3px 5px ;
    color: #666;
    padding: 0px 0px 0px 15px;
    margin: 0px;
}

  /*　-- ▼引用▼ --　*/
blockquote {
  font-size: 12px;
  margin: 5px;
  padding: 5px;
  background-color:#f9f9f9;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 3px solid #cdcdcd;
  }