/* default
------------------------------------------------------------ */

* {
  margin: 0;
  padding: 0;
}

html {
    background-repeat: repeat-y;
  background-color: #BFEAB0;
  background-image: url("http://templates.blog.fc2.com/template/kabutomushi/background_gra7.gif");
  background-position: center top;
}

body {
  color: #666666;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: small;
}


/* for IE \*/
* html body,
* html input,
* html td,
* html th {
  font-size: 78%;
}  
/**/


  

/* Hyper text
------------------------------------------------- */

a {
  /* text-decoration: none; */ 
  /*\*/
  overflow: hidden;
  /* color: #999999; */
  color: #0000FF;
  /**/
}

a:link,
a:visited {
  color: #663300;
}
a:focus,
a:hover,
a:active {
  color: #FF3300;
}

a.topic:link,
a.topic:visited {
  color: #FFCC00;
}
a.topic:hover {
  color: #FFFFFF;
}

a.footer_topic:link,
a.footer_topic:visited {
  color: #FFFF00;
}

div#footer a:link,
div#footer a:visited{
  color: #FFFF00;
}




/* Image
------------------------------------------------- */

img,
a img {
  border: none;
}

.emoji{
  vertical-align:middle;
}


/* Base elements
------------------------------------------------- */

h1 { font-size: 160%; }
  
h2 { font-size: 115%; }
  
h3 { font-size: 108%; }
  
h4 { font-size: 100%; }
  
h5 { font-size: 94%; }
  
h6 { font-size: 85%; }
  
ul, ol, li, dl, dt, dd { list-style: none; }
  
blockquote {
  width: auto;
  margin: 10px 20px;
  padding: 0.2em 1em;
  border: 1px dashed;
}
  
textarea,input,select {
  font-size: small;
}


pre {
  margin: 1em auto;
  padding: 0.5em;
  border: 1px solid;
  font-family: sans-serif;
  overflow: auto;
  width: 90%;
}

/* for without MacIE5 \*/

div.main_body pre {
  overflow: scroll;
}
/**/
  
div.main_body > pre {
  width: auto;
}
  
div.main_body code { font-family: monospace; }



/* Layout
------------------------------------------------------------ */

/* width 750p+250px */
div#container {
  width: 1000px;  
  margin-left: auto;
  margin-right: auto;
  background-color: #308D06;
  text-align: center;
}

div#header {
  background-image: url(http://templates.blog.fc2.com/template/kabutomushi/kabuto_mushi_header6.gif);
  height: 190px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  text-align: left;
}

/*width !540px;+250px */

div#wrap {
  width: 790px; 
  float: left;
}

div#wrap:after {
  content: "";
  overflow: hidden;
  display: block;
  height: 1px;
  clear: both;
}


/*\*/
* html div#wrap {
  overflow: visible;
  height: 1px;
}
/**/


div#main {
  float: right;
  width: 560px !important;
  width /**/:330px;
  background-color: #FFCC66;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}
/*width !310px */
 


div#sidemenu1 {
  float: left;
  width: 190px !important;
  width /**/:200px;
  padding-bottom: 20px;
  overflow: hidden;
  padding-left: 10px;
}

div#sidemenu2 {
  float: right;
  width: 190px !important;
  width /**/:200px;
  padding-bottom: 20px;
  overflow: hidden;
  padding-right: 10px;
  display: inline;
}

div#footer {
    background-color: #916124;
  background-image: url("http://templates.blog.fc2.com/template/kabutomushi/kabuto_mushi_footer.gif");
  color: #FFFFFF;
  clear: both;
  width: 750px;
  font-size: x-small;
  padding-top: 10px;
  padding-bottom: 10px;
}
  



/* Header
------------------------------------------------------------ */

div#header h1 a{
  text-decoration: none;
  color: #FDB63E;
}

div#header h1 a:hover{
  color: #FFFF33;
}


div#header h1 {
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 80px;
}
  
div#header p {
  color: #FFFFFF;
  margin-left: 10px;
  padding-right: 290px;
  overflow: hidden;
}



/* Main Contents
------------------------------------------------------------ */

div.content {
  background-color: #FFFCEE;
  text-align: left;
  margin-bottom: 20px;
  padding: 5px;
  margin-top: 5px;
}

h2.entry_header a {
text-decoration: none;
}

h3.entry_header a {
text-decoration: none;
}

h2.entry_header {
  text-align: left;
  margin-bottom: 10px;
  padding: 5px;
  color: #FFFFFF;
  background-color: #1A7005;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-top-color: #916124;
  border-bottom-color: #916124;
  background-image: url(http://templates.blog.fc2.com/template/kabutomushi/kabuto_mushi_title2.jpg);
  border-left-width: 5px;
  border-right-style: none;
  border-left-style: solid;
  border-left-color: #916124;
  background-repeat: no-repeat;
  background-position: top;
}

h3.entry_header {
  text-align: left;
  margin-bottom: 10px;
  padding: 5px;
  border-top: 1px dashed #9797B9;
  border-right: 5px solid #9797B9;
  border-bottom: 1px dashed #9797B9;
  border-left: 5px solid #9797B9;
  color: #9797B9;
}

div.entry_body {
  color: #000000;
  line-height:1.5;
  font-size: small;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
}


div.entry_body p.entry_more {
  padding: 15px 15px 15px 0px;
  margin: 0px;
}
  
div.entry_body p.tag_lnk {
  margin: 0px;
}
  
div.entry_body p.theme {
  margin: 10px 0px 0px;
}

ul.entry_footer {
  text-align: right;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

ul.entry_footer li {
  display: inline;
  list-style-type: none;
}

/* clap + bookmark */
div.fc2_footer {
  margin: 10px 0px 0px;
}

div.page_navi {
  margin-bottom: 15px;
  text-align: center;
}

div.pagetop {
  text-align: right;
  margin-right: 10px;
  margin-left: 10px;
}



/* Entry (html tag)
------------------------------------------------------------ */

div.entry_body h2,
div.entry_body h3,
div.entry_body h4,
div.entry_body h5,
div.entry_body h6 {
  margin: 0em 0em 0.5em;
}

div.entry_body p {
  margin: 0.3em 1em;
}

div.entry_body ul,
div.entry_body ol {
  margin: 1em 0em 1em;
}

div.entry_body ul li {
  list-style: disc outside;
  margin-left: 15px;
}

div.entry_body ol li {
  list-style: decimal outside;
  margin-left: 2em;
}

div.entry_body dl {
  margin: 1em 1.5em;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding: 1em 1em 0em;
}

div.entry_body dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 2px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

div.entry_body dd {
  margin: 0em 1em 1em;
}



/* Comment, Trackback, Entry list
------------------------------------------------------------ */

p.sub_header {
  text-align: left;
  margin-bottom: 10px;
  padding: 5px;
  color: #F2B600;
  background-color: #1A7005;
  border-bottom-width: 1px;
  border-left-width: 6px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #916124;
  border-left-color: #916124;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #916124;
  border-right-color: #916124;
}

h3.sub_title {
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
  color: #FF6600;
}

div.sub_body {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  width:280px;
  overflow: hidden;  
}

ul.list_body {
  margin-bottom:10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
}

ul.list_body li {
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

ul.sub_footer {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

ul.sub_footer li {
  display: inline;
  list-style-type: none;
}
  
div.form dl {
  margin-right: 10px;
  margin-left: 10px;
}

div.form dl dd {
  margin-bottom: 5px;
}

div.form dl dd textarea {
  width: 270px;
  height: 150px;
}

div.form input#himitu {
    margin-right: 0.5em;
}

div.form .form_btn {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-left: 10px;
}

div.form .form_btn input {
  margin-right: 3px;
}

p.trackback_url {
  padding-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
}

p.trackback_url input {
  padding-bottom: 1px;
  border-bottom: 1px dashed #B3B1C2;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 1px;
  width: 85%;
  background-color: #FFFFFF;
  color: #4F4785;
}



/* Plugin (Main content)
------------------------------------------------------------ */
div.plg3box {
  background-image: url("http://templates.blog.fc2.com/template/kabutomushi/kabuto_mushi_plugin3_title.gif");
  background-repeat: no-repeat;
  background-position: center top;
  height: 30px;
  padding-top: 7px;
  color: #FFFFFF;
}

div.plg3_sub_box {
  color: #FFFFFF;
  margin-right: 15px;
  margin-left: 15px;
}



div.plg3_body {
}

div.plg3_body .plg_header {
  margin-top: 3px;
  margin-bottom: 3px;
  overflow: hidden;
  width: 300px;
}


div.plg3_body .plg_footer {
  margin-top: 3px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 300px;
}


div.plg3_body .plg_body {
  margin-top: auto;
  margin-bottom: auto;
}



/* Sidemenu (Plugin)
------------------------------------------------------------ */
#sidemenu1 li,
#sidemenu2 li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}

dl.sidemenu_body {
  color: #663300;
  -moz-border-radius: 9px;
  background-color: #FFCC66;
  padding-bottom: 10px;
  width: 190px;
}


  
dl.sidemenu_body .plg_title {
  background-image: url(http://templates.blog.fc2.com/template/kabutomushi/kabuto_mushi_plugin_title8.gif);
  background-repeat: no-repeat;
  background-position: center top;
  color: #FFFFFF;
  width: 180px !important;
  width /**/:190px;
  height: 40px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 12px;
}


dl.sidemenu_body .plg_header,
dl.sidemenu_body .plg_body,
dl.sidemenu_body .plg_footer {
  margin-right: 11px;
  margin-bottom: 3px;
  margin-left: 11px;
}


dl.sidemenu_body .plg_body input {
  margin: 2px;
}








/* calender(Plugin)
------------------------------------------------------------ */
table.calender {
  width: 90%;
  margin: 0px auto;
}

/*\*/
table.calender {
  width: 85%;
}
/**/


table.calender caption {
  margin-bottom: 10px;
  margin: 0px auto;
}

/*\*/
* html table.calender caption {
  font-size: 78%;
}
/**/

table.calender th,
table.calender td {
  padding: 0.1em;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CE0000;
}

table.calender td a{
  display: block;
  color: #ffffff;
  background-color: #FF5E35;
}

table.calender th#sun {
  color: #FF0000;
}

table.calender th#sat {
  color: #0000FF;
}

table.calender td a:hover {
  background-color:#663300;
  color:#FFFFFF;

}




/* Piyo(Plugin)
------------------------------------------------------------ */

div.tab {
  text-align: left;
  margin-bottom: 10px;
}

div.tab input{
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

div.tab input.b1{
  margin-right: 5px;
}

/*\*/
*:first-child+html?@input { font-size: x-small; }
/**/
    
div.mylog {
  width: 150px !important;
  width /**/: 160px;
  padding: 5px;
  border: 1px solid #A5A5A5;
  font-size: small;
  text-align: left;
  color: #666666;
  background-color: #FFFFFF;
}


div.mylog p.title {
  font-weight: bold;
  color: #838383;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  margin: 0px 0px 10px;
  padding: 0px 0px 3px;
}
div.mylog dl {
  margin: 0px;
  padding: 0px;
}
div.mylog dt.day {
  width: 150px;
  color: #339900;
  font-size: x-small;
  margin: 0px;
  padding: 0px 0px 5px;
  background-color: #FFFFFF;
  background-image: none;
  text-align: left;
}
div.mylog dd.piyolog {
  margin: 0px 0px 5px;
  color: #333333;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  padding: 0px 0px 10px;
}
div.license {
  font-size: x-small;
  text-align: right;
}



/* Footer
------------------------------------------------------------ */

div#footer p {
  margin-bottom: 3px;
}

div#footer address {
  font-style: normal;
  padding-bottom: 10px;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
  font-family: "?l?r ?o?S?V?b?N", "Osaka", "?q???M?m?p?S Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}

/* Last update 2008-02-18 Template by FC2 */