@charset "UTF-8";


/* Reset
------------------------------------------------- */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
  margin: 0;
  padding: 0;
}



/* Default
------------------------------------------------- */

body {
  background: url() repeat-y top center #c2c8de;
  color: #330000;
  text-align: center;
  margin:0 auto;
  font-family: "MS Pゴシック",  Verdana, Helvetica, ;
  }
/* Modern browser */
html>/**/body {
  font-size: 13px;
}

/* Hyper text
------------------------------------------------- */

a { 
  text-decoration: none;
  /**/
  overflow: hidden;  /* for Fx */
  /**/
}

a:link,
a:visited {
  color: #90471e;
  text-decoration:none;
}

a:focus,
a:hover,
a:active {
  color: #0e132f;
  text-decoration:none;
}



/* Image
------------------------------------------------- */

img,
a img {
  border: none;
}
  
.emoji {
  vertical-align:middle;
}

.entry_body img{
max-width: 100%;
height: auto;
}



/* Base elements
------------------------------------------------- */

h1 { font-size: 130%; }
  
h2 { font-size: 120%; }
  
h3 { font-size: 110%; }
  
h4,h5,h6 { font-size: 100%; }
  
ul, ol, li, dl, dt, dd { list-style: none; }

table {
  font-size: small !important;  /* for Modern browser */
  font-size: 82%;  /* for IE6 */
}



/* Layout
------------------------------------------------------------ */

#container {
  background: url() #d4daf0;
  width: 1030px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #af6e5;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
}

#header {
  background: url("https://blog-imgs-111-origin.fc2.com/a/k/i/akimt/header01.png") no-repeat left top #ffffff;
  margin-bottom: 0px;
  width: 100%;
  height: 360px;
  overflow: hidden;
  padding: 0px 0px;
}

#main {
  float: right;
  width: 750px !important;
  width /* for IE5.5 */: 590px;
  padding: 0px 20px 0px 0px;
  overflow: hidden;
        line-height: 1.5;
        font-size: 14px;
        color: #192904;
}

#sidemenu {
  float: center;
  width: 220px;
  padding-bottom: 20px;
  overflow: hidden;
        line-height: 1.5;
        font-size: 12px;
}

#footer {
  background: url() no-repeat left bottom #fdf5b6;
  clear: both;
  padding: 0 0;
  width: 100%;
  height:95px;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 90%;   /* for IE6 */
}



/* Header
------------------------------------------------------------ */

#header h1 {
  text-align: left;
  padding-left:300px;
  padding-top:30px;
  padding-bottom: 5px;
  color: #ffffff;
  font-family:"ＭＳ ゴシック";  
  font-size: 26px;
}

#header h1 a {
  color: #6a3c18;
}

#header p {
  text-align: left;
  padding-left:220px;
  color: #2d56a9;
}



/* Main Contents
------------------------------------------------------------ */

.content {
text-align: left;
border-bottom: 2px dotted #999999;   
}
h2.entry_header {
background:url(https://blog-imgs-122-origin.fc2.com/a/k/i/akimt/botan.png) top 56px left  no-repeat;
text-align:left;
font-family:"ＭＳ ゴシック";
font-size:18px;
width:600px !important;
width /* for IE5.5 */: 570px;  
height:50px !important;
display:block;
padding-right:100px;
padding-top: 50px;
padding-left: 45px;
overflow:hidden;

   }

h2.entry_header a:link,
h2.entry_header a:visited  {
  color:#800000;
  text-decoration:none;
}

h2.entry_header a:hover  {
  color: #11152a;
  text-decoration:none;
}

.entry_body p.entry_more {
  margin: 0px 0px 10px;
  padding: 0 30px;
}
  
.entry_body p.tag_lnk {
  margin: 0px;
}
  
.entry_body p.theme {
  margin: 10px 110px 0px 0px;
  text-align:right;
}

.entry_footer {
  text-align: right;
  margin-right: 22px;
  margin-bottom: 20px;
}

.entry_footer li {
  display: inline;
  list-style-type: none;
}

.entry_footer a:link,
.entry_footer a:visited {
  color:#3a5df6;
}

.entry_footer a:focus,
.entry_footer a:hover,
.entry_footer a:active { 
  color:#3a5df6;
}



/* clap + bookmark */
.fc2_footer {
  margin: 10px 0px 0px;
}

.page_navi {
  margin-bottom: 15px;
  text-align: center;
}

.pagetop {
  text-align: right;
  margin-top: 10px;
        padding-bottom: 6px; 
}

/* Entry (html tag)
------------------------------------------------------------ */

.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
  margin: 0em 0em 0.5em;
}

.entry_body p {
  margin: 0.3em 1em;
}

.entry_body ul,
.entry_body ol {
  margin: 1em 0em 1em;
}

.entry_body ul li {
  background-image:url();
  background-repeat: no-repeat;
  background-position: left top;
  list-style-type: none;
  padding-left:18px;
}

.entry_body ol li {
  list-style: decimal outside;
  margin-left: 2em;
}

.entry_body dl {
  margin: 1em 1.5em;
  border: 1px solid #a1c229;
  padding: 1em 1em 0em;
}

.entry_body dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 2px;
  border-bottom: 1px dotted #a1c229;
  background-color: #e7f7ab;
}

.entry_body dd {
  margin: 0em 1em 1em;
}

.entry_body blockquote {
  margin: 5px;
  padding: 5px;
  border-left: 5px solid #a1c229;
  background-color:#e7f7ab;
}

.entry_body table {
  margin: 1em 1.5em;
  padding: 1em 1em 0em;
  width: 90%;
  border-collapse: collapse;
}

.entry_body th ,
.entry_body td {
  border: 1px solid #a1c229;
  padding: 5px;
}

.entry_body fieldset {
  border: 1px solid #a1c229;
  padding: 5px;
}

.entry_body fieldset  legend {
  border: 1px solid #a1c229;
  padding: 5px 10px;
}

.entry_body hr {
  border-style: none;
  border-bottom: 1px dashed #a1c229;
}

.entry_body a:link,
.entry_body a:visited {
  color: #a1c229;
  text-decoration:underline;
}

.entry_body a:focus,
.entry_body a:hover,
.entry_body a:active {
  color: #90471e;
  text-decoration:underline;
}

.entry_body p.theme a:link,
.entry_body p.theme a:visited {
  color: #461e01;
  text-decoration:none;
}

.entry_body p.theme a:focus,
.entry_body p.theme a:hover,
.entry_body p.theme a:active {
  color: #90471e;
  text-decoration:none;
}

.entry_body pre {
  margin: 1em auto;
  padding: 1em;
  border: 3px double #a1c229;
  font-family: sans-serif;
  overflow: auto;
  width: 90%;
}

/* for without MacIE5 */
.entry_body pre { overflow: scroll; }
/**/

.entry_body > pre { width: auto; }

.entry_body code { font-family: monospace; }



/* Comment, Trackback, Entry list
------------------------------------------------------------ */

#tb {
  background:url() left bottom repeat-y;
  margin-bottom: 20px;
  margin-left:55px;
  text-align: left;
}

#cm {  
  background:url() left bottom repeat-y;
  margin-bottom: 20px;
  margin-left:55px;
  text-align: left;
}

#cm .form {
  background: transparent;
  width:460px !important;
  width/*IE5.5*/:440px;
  margin-left : 10px;
}

.sub_header {
  display:block;
  background:url() top right no-repeat;
  height:35px !important;
  height/*IE5.5*/:55px;
  width:520px !important;
  width/*IE5.5*/:570px;
  text-align: left;
  padding-left:50px;
  padding-top:20px;
  overflow:hidden;
  font-weight: bold;
}

#tb p.sub_header {
  display:block;
  height: 35px !important;
  height/*IE5.5*/: 55px;
  width: 475px !important;
  width/*IE5.5*/: 505px;
  background:url() top left no-repeat;
  text-align: left;
  overflow:hidden;
  padding-left:30px;
  padding-top:20px;
  font-weight: bold;
}

#cm p.sub_header {
  display: block;
  height: 35px !important;
  height/*IE5.5*/: 55px;
  width: 475px !important;
  width/*IE5.5*/: 505px;
  background: url() top left no-repeat;
  text-align: left;
  overflow: hidden;
  padding-left: 30px;
  padding-top: 20px;
  font-weight: bold;
}

.sub_title {
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 40px;
  font-weight:bold;
  font-size:14px
}

/* Modern browser */
html>/**/body .sub_title  {
  font-size: 13px;
}

#tb .sub_title {
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 60px;
  padding-left:40px;
  background:url() top left no-repeat;
}

#cm .sub_title {
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 40px;
  padding-left:0px;
  background:url() top left no-repeat;
}

.sub_body {
  display:block;
  width: 410px;
  margin-left: 60px;
}

.list_body {
  background:url() bottom right no-repeat;
  width:550px !important;
  width/*IE5.5*/:530px;
  min-height: 100px;
  text-align: left;
  margin-left:40px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list_body li {
  background-image:url();
  background-repeat: no-repeat;
  background-position: left top;
  list-style-type: none;
  padding-left:18px;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom-color:#a1c229;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.sub_footer {
  color:#4c4c4c;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 3px;
  margin-right: 20px;
  margin-left: 40px;
}

.sub_footer li {
  display: inline;
  list-style-type: none;
}

.form {
  background:url() bottom right no-repeat;
  width:470px !important;
  width/*IE5.5*/:530px;
  min-height: 100px;
  text-align: left;
  margin-left:40px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;  
}

.form dl {
  margin-right: 10px;
  margin-left: 10px;
}

.form dl dd {
  margin-bottom: 5px;
}

.form dl dd textarea {
  width: 400px;
  height: 150px;
}

.form input#himitu {
  margin-right: 0.5em;
}

.form .form_btn {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom:30px;
}

.form .form_btn input {
  margin-right: 3px;
}

.trackback_url {
  padding-bottom: 30px;
  margin-right: 10px;
  margin-left: 40px;
  text-align: left;
}

.trackback_url input {
  padding: 1px;
  width: 85%;
  margin-bottom: 10px;
  padding-bottom:5px;
  background:url() left bottom no-repeat;
  border: none;
}

/* Plugin (Main content)
------------------------------------------------------------ */
.plg3_body {  
background:url() bottom right no-repeat;
  width:470px !important;
  width/*IE5.5*/:530px;
  min-height: 100px;
  text-align: left;
  margin-left:40px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.plg3_body .plg_header,
.plg3_body .plg_body,
.plg3_body .plg_footer {
  margin-top: 3px;
}

.plg3_header {
  display: block;
  height: 35px !important;
  height/*IE5.5*/: 55px;
  width: 530px !important;
  width/*IE5.5*/: 570px;
  background:url() top left no-repeat;
  text-align: left;
  padding-left:40px;
  padding-top:20px;
  overflow:hidden;
}


/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu li {
  

  background-image:url();
  background-repeat: no-repeat;
  background-position: left top;
  list-style-type: none;
  padding-left:20px;
}

.sidemenu_body {
  margin-bottom: 15px;
}
  
.sidemenu_body .plg_title { 
display:block;
  background:url(https://blog-imgs-122-origin.fc2.com/a/k/i/akimt/botan1.png) bottom left 14px no-repeat;
  font-weight:bold;  
  font-family:"ＭＳ明朝";
  font-size:16px;
  height: 100%;
  width:152px !important;
  width/*IE5.5*/:200px;
  min-height:0px;
  padding-left: 50px;
  padding-right:3px;
  padding-top:15px;
  padding-bottom:9px;
  margin-bottom:10px;
}

  
.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
  margin-top: 3px;
  margin-right: 10px;
  margin-left: 10px;
}

.sidemenu_body .plg_body input {
  margin: 2px;
}

.logo {
  margin-bottom: 10px;
}

/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
  width: 90%;
  margin: 0px auto;
}

table.calender caption {
  margin-bottom: 10px;
  margin: 0px auto;
}

table.calender th,
table.calender td {
  padding: 0.1em;
  border-bottom: 1px dotted #B3D042;
  text-align: center;
}

table.calender td a:link,
table.calender td a:visited {
  display: block;
  color: #ffffff;
  background-color: #a1c229;
}

table.calender td a:focus,
table.calender td a:hover,
table.calender td a:active {
  display: block;
  color: #eefdfe;
  background-color: #337e9d;
}

table.calender th#sun {
  color: #EE1333;
}

table.calender th#sat {
  color: #337e9d;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
  text-align: left;
  margin-bottom: 10px;
}

.tab input{
  padding: 3px 5px;
}

.tab input.b1{
  margin-right: 5px;
}
    
.mylog {
  padding: 5px;
  border: 0;
  text-align: left;
  background-color: transparent;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 93%;   /* for IE6 */
}

.mylog .title {
  font-weight: bold;
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: #a1c229;
  margin: 0px 0px 10px;
  padding: 0px 0px 3px;
}

.mylog dl {
  margin: 0px;
  padding: 0px;
}

.mylog dt.day {
  margin: 0px;
  padding: 0px 0px 5px;
  background-color: transparent;
  background-image: none;
  text-align: left;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 93%;   /* for IE6 */
}

.mylog dd.piyolog {
  margin: 0px 0px 5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #a1c229;
  padding: 0px 0px 10px;
}

.license {
  text-align: right;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 93%;   /* for IE6 */
}



/* Footer
------------------------------------------------------------ */

#footer p {
  margin-bottom: 3px;
  color: #429de1;
  line-height:1.2;
}

#footer p a:link,
#footer p a:visited {
  color:#429de1;
  }

#footer p a:focus,
#footer p a:hover,
#footer p a:active {
  color:#429de1;
  }

#footer .powered {
  padding-top: 30px;
}

#footer .copyright {
  margin-bottom: 6px;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
  font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
