@charset "utf-8";

/*------------------------------------------------------

Template: Enkelt(Green)
Author: Sebek
WebSite: Sozoro9
URL: http://so9.boo.jp/

 ---- 目次 ----
  1.基本情報
  2.リンク
  3.ヘッダー
  4.横カレンダー
  5.メイン
  6.サイドナビ
  7.記事部分
  8.記事内htmlタグ
  9.バトン
  10.トラックバック＆コメント
  11.プラグイン用カレンダー
  12.プラグイン用タブ
  13.プラグイン用検索
  14.フッター

------------------------------------------------------*/




/*------------------------------------- 1.基本情報 */
* {
  margin:0;
  padding:0;

  }
body {
  background:#fff;
  color:#666;
  }
img,
a img {
/*  margin:3px 0px -1px 0px; */
  margin:0px 2px -2px 0px; 
  border:none;
  }
ul,ol,li,dl,dt,dd {
  list-style:none;
  }

/*------------------------------------- 2.リンク */
a {
  color:#bbb;
  text-decoration:none;
  }
a:hover {
  color:#9c0;
  }
.header h1 a,
.blog .blogright .totitle a,
.blog .blogright .toblog a,
.sub_footer li a,
.page_navi a,
#calender li a,
.list_body li a {
  color:#9c0;
  }
.header h1 a:hover,
.blog .blogright .totitle a:hover,
.blog .blogright .toblog a:hover,
.sub_footer li a:hover,
.page_navi a:hover,
#calender li a:hover,
.list_body li a:hover {
  color:#999;
 }
#sidemenu1 li a {
  color:#999;
  }
#sidemenu1 li a:hover {
  color:#9c0;
  }
.header #raa a {
  color:#fff;
  }
.header #raa a:hover {
  color:#5f6527;
  }


/*------------------------------------- 3.ヘッダー */
.header {
  padding:25px 0 10px 0;
  background:url(http://blog-imgs-27-origin.fc2.com/s/e/b/sebek/enkelt_header.gif) top left no-repeat;
  width:100%;
  height:92px;
  font-size:14px;
  }
.header:after {
  content:".";
  height:0px;
  clear:both;
  display:block;
  visibility:hidden;
  }
.header h1 {
  padding-top:22px;
  font-size:18px;
  font-weight:bolder;
  }
.header #sub_title {
  margin:12px 0;
  }
.header #raa {
  margin-left:2em;
  padding-bottom:10px;
  width:120px;
  line-height:20px;
  letter-spacing:1px;
  font-size:11px;
  font-family:Georgia;
  float:left;
  }
*html .header #raa {
  margin-left:1em; /* IE6 */
  }

/*------------------------------------- 4.横カレンダー */
#calender {
  margin:0 auto 20px auto;
  padding:3px 0;
  text-align:center;
  clear:both;
  }
#calender ul {
  font-family:Georgia;
  font-size:11px;
  list-style-position:inside;
  background:none;
  }
#calender li {
  padding:3px;
  margin:0;
  background-image:none;
  display:inline;
  font-size:15px;
  list-style-type:none;
  color:#bbb;
  }

/*------------------------------------- 5.メイン */
.mainleft {
  margin-left:2em;
  width:25%;
  font-size:12px;
  float:left;
  }
*html .mainleft {
  margin-left:1em; /* IE6 */
  }
.mainright {
  margin-right:2em;
  width:69%;
  font-size:12px;
  float:right;
  }

/*------------------------------------- 6.サイドナビ */
#sidemenu1 {
  margin-right:10px;
  width:auto;
  overflow:hidden;
  }
#sidemenu1 li {
  list-style-type:none;
  list-style-position:outside;
  background:url(http://blog-imgs-27-origin.fc2.com/s/e/b/sebek/enkelt_list01.gif) no-repeat left top;
  padding-left:18px;
  line-height:1.8em;
  }
#sidemenu1 li.sub_list,
#sidemenu1 li.sub_list_end {
  list-style-type:none;
  list-style-position:outside;
  background:url(http://blog-imgs-27-origin.fc2.com/s/e/b/sebek/enkelt_list02.gif) no-repeat left top;
  padding-left:18px;
  line-height:1.8em;
  }
.sidemenu_body {
  margin-bottom:15px;
  padding-bottom:30px;
  }
.sidemenu_body .plg_title {
  margin-bottom:10px;
  line-height:25px;
  color:#fff;
  }
.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
  margin:3px 10px 0 10px;
  }
.sidemenu_body .plg_body input {
  margin:2px;
  }
.other {
  margin-right:10px;
  color:#999;
  font-size:10px;
  line-height:15px;
  }
.sidemenu_body .plg_body p {
  line-height:20px;
  }
.kado {background-color:#fff;}
.kado1,.kado2,.kado3,.kado4 {
  height:1px;
  overflow:hidden;
  background-color:#9c0;}
.kado1 {margin:0 5px;}
.kado2 {margin:0 3px;}
.kado3 {margin:0 2px;}
.kado4 {
  margin:0 1px;
  height:2px;
  }
.kado5 {
  padding:0 10px;
  background-color:#9c0;
  font-weight:bold;
  }

/*------------------------------------- 7.記事部分 */
.blog {
  margin-bottom:20px;
  width:100%;
  }

/* left */
.blogleft {
  padding-right:5px;
  width:70px;
  font-family:Georgia;
  }
.today {
  padding:13px 0 17px 0;
  background:url(http://blog-imgs-27-origin.fc2.com/s/e/b/sebek/enkelt_date.gif) top right no-repeat;
  text-align:center;
  font-size:12px;
  line-height:20px;
  height:50px;
  color:#fff;
  }
.today span#todate {
  font-size:30px;
  color:#fff;
  }
.tobox {
/*  padding-top:5px; */
/*  text-align:right; */
/*  font-size:10px; */
/*  line-height:13px; */
  padding-top:5px;
  margin-left:15px;
  text-align:left;
  font-size:14px;
  line-height:15px;
  }
/* right */
.blogright {
  width:auto;
  border-left:solid #9c0 1px;
  }
.totitle {
  margin-bottom:5px;
  padding:10px 0 3px 10px;
  font-size:14px;
  font-weight:bolder;
  border-bottom:dotted #9c0 1px;
  }
.tocategory {
  margin-left:10px;
  margin-bottom:10px;
  font-size:10px;
  font-family:Georgia;
  color:#bbb;
  }
.toblog {
  margin-left:10px;
  font-size:12px;
 /*  line-height:17px; */
  line-height:18px;
  }
.toblog .more {
  margin-top:15px;
  font-size:12px;
  }
.pagetop {
  margin:15px 0 5px 0;
  text-align:right;
  width:auto;
  }
.page_navi {
  padding:10px;
  text-align:center;
  font-size:12px;
  clear:both;
  }
/* clap + bookmark */
.fc2_footer {margin-top:10px;}

/*------------------------------------- 8.記事内htmlタグ */
.toblog h2,
.toblog h3,
.toblog h4,
.toblog h5,
.toblog h6 {
  margin:0 0 0.5em;
  }
.toblog p {
  margin:0.3em 1em;
  }
.toblog ul,
.toblog ol {
  margin:1em 0 1em;
  }
.toblog ul li {
  list-style:none;
  background:url(http://blog-imgs-27-origin.fc2.com/s/e/b/sebek/enkelt_list02.gif) no-repeat left center;
  line-height:1.8em;
  padding-left:18px;
  }
.toblog ol li {
  list-style:decimal outside;
  margin-left:2em;
  }
.toblog dl {
  margin:1em 1.5em;
  border:solid 1px;
  padding:1em 1em 0;
  }
.toblog dt {
  font-weight:bold;
  margin-bottom:0.5em;
  padding-bottom:2px;
  border-bottom:dotted 1px;
  }
.toblog dd {
  margin:0em 1em 1em;
  }
.toblog blockquote {
  margin:5px;
  padding:10px;
  border:dotted #9c0 1px;
  background:#f0f6da;
  }
.toblog textarea {
  width:100%;
  height:200px;
  font-size:11px;
  border:dashed #9c0 1px;
  }
.toblog fieldset {
  margin:5px;
  padding:5px;
  border:dashed #9c0 1px;
  }
.toblog pre {
  margin:1em auto;
  padding:0.5em;
  border:1px solid;
  font-family:sans-serif;
  overflow:auto;
  width:90%;
  }
.toblog table,
.toblog table th,
.toblog table td {
  border-collapse:collapse;
  border:solid #9c0 1px;
  }
.toblog table th,
.toblog table td {
  padding:5px;
  }

/*------------------------------------- 9.バトン */
p.baton_title {
  margin:0;
  padding-left:20px;
  background:url(http://blog-imgs-27-origin.fc2.com/s/e/b/sebek/enkelt_icon02.gif) no-repeat left center;
  }
dl.blog_baton {
  margin:0.5em;
  padding:0.5em;
  border:none;
  }
dt.baton_q {
  margin:0 0 5px 0;
  padding:5px 0 0 5px;
  border-bottom:dotted #618e34 1px;
  }
.q_number {
  margin-right:5px;
  color:#09c;
  }
dd.baton_a {
  margin:0 0 20px 10px;
  padding:5px 0 0 5px;
  }
.a_number {
  margin-right:5px;
  color:#c00;
  }

/*------------------------------------- 10.トラックバック＆コメント */
.trackback,
.comment {
  margin-bottom:5px;
  }
.sub_header {
  margin-bottom:10px;
  padding:0 0 0 25px;
  background:url(http://blog-imgs-27-origin.fc2.com/s/e/b/sebek/enkelt_icon01.gif) top left no-repeat;
  line-height:20px;
  font-weight:bolder;
  font-size:13px;
  }
.sub_title {
  margin:0 10px 5px 0;
  padding-left:20px;
  line-height:18px;
  font-size:14px;
  background:url(http://blog-imgs-27-origin.fc2.com/s/e/b/sebek/enkelt_icon02.gif) top left no-repeat;
  clear:both;
  }
.trackback table,
.comment table {
  margin-bottom:15px;
  width:100%;
  }
.sub_body {
  padding:10px 0 10px 10px;
  width:auto;
  border-left:solid #9c0 1px;
  }
.sub_footer {
  padding:10px 10px 10px 0;
  width:80px;
  text-align:right;
  font-family:Georgia;
  }
.sub_footer li {
  display:inline;
  list-style-type:none;
  font-size:10px;
  color:#bbb;
  }
.list_body {
  margin:0px 10px;
  }
.list_body li {
  margin-bottom:8px;
  padding:2px 5px;
  border-bottom:dotted #618e34 1px;
  }
.form dl {
  margin:0px 10px;
  }
.form dl dt {
  margin:0 10px 5px 0;
  width:100px;
  height:20px;
  background:#9c0;
  color:#fff;
  line-height:20px;
  text-align:center;
  }
.form dl dt label {
  color:#fff;
  }
.form dl dd {
  margin:-23px 0 5px 110px;
  line-height:20px;
  }
.form dl dd textarea {
  margin:10px 0 0 0;
  width:350px;
  height:150px;
  line-height:20px;
  }
.form input#himitu {
  margin-right:0.5em;
  }
.form .form_btn {
  margin:20px 10px 15px 10px;
  }
.form .form_btn input {
  margin-right:15px;
  line-height:20px;
  }
.trackback_url {
  padding-bottom: 30px;
  margin:0px 10px;
  text-align:left;
  }
.trackback_url input {
  padding: 1px;
  margin-bottom:5px;
  width:85%;
  border-top:solid #9c0 1px;
  border-right:double #9c0 5px;
  border-bottom:solid #9c0 1px;
  border-left:double #9c0 5px;
  line-height:20px;
  }
.form input,
.form textarea {
  border:solid #9c0 1px;
  line-height:20px;
  }
.form_btn input,
.form_btn input:hover,
.form_btn input:focus {
  background:#9c0;
  color:#fff;
  }
select:hover,
input:hover,
textarea:hover,
select:focus,
input:focus,
textarea:focus {
  background:#f0f6da;
  }
/* for MacIE \*//*/
textarea,input,select {
  font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
  }
/* end */

/*------------------------------------- 11.プラグイン用カレンダー */
table.calender {
  width:98% !important;
  width:90%;
  margin:0 auto;
  line-height:1.6em;
  }
table.calender caption {
  margin:0 auto 10px auto;
  letter-spacing:2px;
  }
table.calender th,
table.calender td {
  padding:0.1em;
  text-align:center;
  font-weight:normal;
  }
table.calender td a:link,
table.calender td a:visited {
  display:block;
  color:#fff;
  background-color:#9c0;
  border:solid #9c0 1px;
  }
table.calender td a:hover,
table.calender td a:active {
  display: block;
  color:#9c0;
  background-color:#fff;
  border:solid #9c0 1px;
  }
table.calender th#sun {color:#c00;}
table.calender th#sat {color:#38a1db;}

/*------------------------------------- 12.プラグイン用タブ */
.tab {
  text-align:left;
  margin-bottom:10px;
  }
.tab input{
  padding:3px 5px;
  border:outset #9c0 1px;
  }
.tab input.b1{margin-right:5px;}
.mylog {
  width:95%;
  padding:5px;
  border:solid #9c0 1px;
  text-align:left;
  font-size:85% !important;  /* for Modern browser */
  font-size:90%;   /* for IE6 */
  overflow:hidden;
  }
.mylog .title {
  font-weight:bold;
  border-bottom:dashed #9c0 1px;
  margin:0 0 10px;
  padding:0 0 3px;
  }
.mylog dl {
  margin:0;
  padding:0;
  }
.mylog dt.day {
  margin:0;
  padding:0 0 5px;
  background-image:none;
  text-align:left;
  font-size:85% !important;  /* for Modern browser */
  font-size:90%;   /* for IE6 */
  }
.mylog dd.piyolog {
  margin:0 0 5px;
  border-bottom:dashed #9c0 1px;
  padding:0 0 10px;
  }
.license {
  text-align:right;
  font-size:88% !important;  /* for Modern browser */
  font-size:93%;   /* for IE6 */
  }

/*------------------------------------- 13.プラグイン用検索 */
.plugin-search input,
.plugin-search textarea,
.plugin-mail input,
.plugin-mail textarea {
  border:solid #9c0 1px;
  color:#666;
  }

/*------------------------------------- 14.フッター */
.footer_pagetop {
  text-align:right;
  clear:both;
  }
.footer {
  height:35px;
  background:#9c0;
  width:100%;
  clear:both;
  }
.footer_copy {
  text-align:center;
  line-height:25px;
  font-size:12px;
  color:#fff;
  }

.toblog img{ background-color:#fff; padding: 2px; border: solid 1px #C0C0C0; }