@charset "utf-8";

/* -------------------------------------------------
全体の設定
------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  }

/*画面全体*/
body {
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  font-family: メイリオ,Verdana,Osaka;
  voice-family: "\"}\"";
  voice-family: inherit;
  word-break: break-all;
  }

/* for IE \*/
html>/**/body {
  font-size: 14px;
  }


/* -------------------------------------------------
リンク
------------------------------------------------- */
/*リンク全体*/
a { 
  text-decoration: none;
  /*\*/
  overflow: hidden;
  /**/
  }

/*通常リンク*/
a:link {
  color: #666666;
  }

/*訪問済リンク*/
a:visited {
  color: #ff9999;
  }

/*カーソルオン＋クリック*/
a:focus,
a:hover,
a:active {
  color: #ff0033;
  text-decoration: underline;
  }


/* -------------------------------------------------
画像
------------------------------------------------- */
img,
a img {
  border-style: none;
  border-width: 0px;
  text-decoration: none;
  }

.emoji {
  vertical-align: middle;
  border-style: none;
  }


/* -------------------------------------------------
Base elements
------------------------------------------------- */
ul, ol, li, dl, dt, dd { list-style: none; }

blockquote {
  width: auto;
  border: 1px dashed #999999;
  padding: 0.2em 1em;
  margin: 10px 20px;
  }
  
textarea,input,select {
  font-size: 14px;
  border: 1px dashed #ff9999;
  padding: 2px;
  voice-family: "\"}\"";
  voice-family: inherit;
  }

html>body textarea,
html>body input,
html>body select { font-size: 12px; }

pre {
  width: 90%;
  font-family: sans-serif;
  border: 1px solid;
  padding: 0.5em;
  margin: 1em auto;
  overflow: auto;
  }

/* for without MacIE5 \*/
div.main_body pre { overflow: scroll; }
/**/
  
div.main_body > pre { width: auto; }
  
div.main_body code { font-family: monospace; }


/* -------------------------------------------------
レイアウト
------------------------------------------------- */
/*ブログ表示部分*/
div#container {
  width: 920px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }

/*ヘッダー*/
div#header {
  width: 920px;
  height: 236px;
  background-image: url(http://blog-imgs-30.fc2.com/t/e/m/templabo/cherry04m.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 20px;
  }

/*左プラグイン＋記事部分*/
div#wrap {
  float: left;
  width: 700px;
  }

#wrap:after {
  content: "";
  overflow: hidden;
  display: block;
  height: 1px;
  clear: both;
  }
/*\*/
* html #wrap {
  overflow: visible;
  height: 1px;
  }
/**/

/*メイン*/
div#main {
  float: right;
  width: 480px;
  margin-right: 0px;
  margin-left: 0px;
  }

/*左プラグイン*/
div#sidemenu1 {
  float: left;
  width: 210px;
  padding: 0px;
  margin-right: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  }

/*右プラグイン*/
div#sidemenu2 {
  float: right;
  width: 210px;
  padding: 0px;
  margin-left: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  }

/*フッター*/
div#footer {
  clear: both;
  width: 920px;
  font-size: 14px;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding: 10px 0px;
  margin-top: 10px;
  }
  
html>div#footer {
  font-size: 14px;
  }


/* -------------------------------------------------
ヘッダー
------------------------------------------------- */
/*ブログタイトル*/
div#header h1 {
  text-align: left;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 50px;
  padding-left: 400px;
  }

/*ブログタイトルリンク*/
div#header h1 a:link,
div#header h1 a:visited {
  color: #A47B40;
  text-decoration: none;
  }

div#header h1 a:focus,
div#header h1 a:hover,
div#header h1 a:active {
  color: #816D3A;
  text-decoration: underline;
  }

/*ブログ説明*/  
div#header p {
  text-align: left;
  font-size: 13px;
  padding: 10px 10px 10px 450px;
  }


/* -------------------------------------------------
管理リンク部分
------------------------------------------------- */
div#header p.admin {
  text-align: right;
  font-size: 13px;
  color: #333333; 
  padding: 10px 20px 0px 0px;
  margin: 0px;
  }


/* -------------------------------------------------
横カレンダーの設定
------------------------------------------------- */
div#header div.yokocalender {
  color : #333333;
  font-size : 13px;
  text-align : right;
  padding: 70px 0px 0px;
  margin : 0px 5px;
  }

div#header div.yokocalender a {
  color : #ff6666;
  font-weight: bold;
  text-decoration : none;
  }

div#header div.yokocalender a:hover {
  color : #cc0000;
  text-decoration : underline;
  }


/* -------------------------------------------------
記事表示部分
------------------------------------------------- */
div.content {
  text-align: left;
  background-color: #FFFFFF;
  background-image: url(http://blog-imgs-30.fc2.com/t/e/m/templabo/cherry05-150.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  border: 3px solid #ffcc99;
  margin-bottom: 20px;
  }

/*記事タイトル*/
div.entry_title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ff6666;
  border-bottom: 2px dashed #ffcc99;
  padding: 10px;
  margin: 0px 10px;
  }

/*記事タイトルリンク*/
div.entry_title a:link,
div.entry_title a:visited {
  color: #ff6666;
  }

div.entry_title a:hover,
div.entry_title a:active {
  color: #ff0066;
  text-decoration: underline;
  }

/*記事日付*/
div.entry_date {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia,Century,'Times New Roman';
  padding: 5px 10px;
  }

/*記事本文*/
div.entry_body {
  text-align: left;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1px;
  padding: 15px;
  }

/*記事本文内リンク*/
div.entry_body a:link,
div.entry_body a:visited {
  color: #ff6666;
  }

div.entry_body a:hover,
div.entry_body a:active {
  color: #ff0066;
  text-decoration: underline;
  }

/*記事本文続き*/
div.entry_body p.entry_more {
  padding: 30px 15px 15px 0px;
  margin: 0px;
  }

/*IE改行バグ回避*/
br { letter-spacing: normal; }

/*タグ*/
div.entry_body p.tag_lnk {
  margin: 0px;
  }

/*テーマ*/
div.entry_body p.theme {
  margin: 10px 0px 0px;
  }

/*記事フッター*/
ul.entry_footer {
  text-align: left;
  font-size: 13px;
  padding-bottom: 10px;
  }

ul.entry_footer li {
  display: inline;
  list-style-type: none;
  margin: 0px 5px;
  }

/* clap + bookmark */
div.fc2_footer {
  margin: 15px 0px 0px;
  }

/*ページ移動*/
div.page_navi {
  text-align: center;
  font-size: 13px;
  padding: 15px 5px;
  }

/*ページトップ移動*/
div.pagetop {
  text-align: right;
  font-size: 13px;
  padding: 5px 15px;
  }


/* -------------------------------------------------
Entry (html tag)
------------------------------------------------- */
div.entry_body p {
  margin: 0.3em;
  }

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;
  }


/* -------------------------------------------------
コメント・トラバ
------------------------------------------------- */
/*ナビタイトル*/
p.navi_title {
  text-align: left;
  font-size: 13px;
  color: #ff6666;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 0px;
  }

/*コメント投稿フォーム全体*/  
div.form {
  text-align: left;
  padding:15px 20px;
  }

/*コメント投稿フォーム部分*/
div.form dl {
  margin: 5px;
  }

/*コメント投稿フォームナビ*/
div.form dt {
  font-size: 13px;
  font-weight: bold;
  }

/*コメント投稿フォーム*/
div.form dl dd {
  font-size: 13px;
  padding-bottom:5px;
  }

div.form dl dd textarea {
  width: 90%;
  }

div.form input#himitu {
  margin-right: 0.5em;
  }

div.form .form_btn {
  background-color: #ffffff;
  padding-top:15px;
  }

div.form .form_btn input {
  background-color: #ffffff;
  margin-right: 3px;
  }


/*コメント・トラバタイトル*/
div.cmtb_title {
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  padding: 5px;
  }

/*コメント・トラバ本文表示*/
div.cmtb_body {
  font-size: 13px;
  padding: 0px 20px 15px;
  margin-top: 0px;
  }

/*コメント・トラバフッター*/
ul.cmtb_footer {
  font-size: 13px;
  text-align: right;
  padding: 5px 15px;
  margin: 0px;
  }

ul.cmtb_footer li {
  display: inline;
  list-style-type: none;
  }

p.trackback_url {
  text-align: left;
  font-size: 13px;
  padding: 15px 30px;
  }

div.tbcontent {
  text-align: left;
  border: 1px solid #ffcc99;
  margin-bottom: 20px;
  }

/*トラバURL表示部分*/
p.trackback_url input {
  width: 80%;
  background-color: #ffcccc;
  color: #000000;
  padding: 1px 5px;
  border:none;
  }


/* -------------------------------------------------
全記事一覧・検索表示
------------------------------------------------- */
ul.list_body {
  font-size: 13px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding: 10px 20px 5px;
  margin:0px;
  }

ul.list_body li {
  padding-bottom: 1px;
  margin-bottom: 5px;
  }


/* -------------------------------------------------
Plugin (Main content)
------------------------------------------------- */
div.entry_body .plg_header,
div.entry_body .plg_body,
div.entry_body .plg_footer {
  margin-top: 0px;
  }


/* -------------------------------------------------
プラグイン１・２設定
------------------------------------------------- */
div#sidemenu1 li,
div#sidemenu2 li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
  }

/*プラグイン表示部分*/
dl.sidemenu_body {
  margin-bottom: 15px;
  }

/*プラグインタイトル*/
dl.sidemenu_body .plg_title {
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  border-left: 15px solid #ffcc99;
  border-bottom: 1px dashed #ffcc99;
  padding-left: 5px;
  }

dl.sidemenu_body .plg_header,
dl.sidemenu_body .plg_body,
dl.sidemenu_body .plg_footer {
  font-size: 13px;
  padding: 10px;
  }

dl.sidemenu_body .plg_body input {
  margin: 2px;
  }


/* -------------------------------------------------
プラグインカレンダー
------------------------------------------------- */
/*カレンダー幅*/
table.calender {
  width: 90%;
  margin: 0px auto;
  }

/*上部月移動*/
table.calender caption {
  margin-bottom: 15px;
  margin: 0px auto;
  }

/*曜日・日付*/
table.calender th,
table.calender td {
  text-align: center;
  border-bottom: 1px dotted #666666;
  padding: 0.1em;
  }

/*記事がある日付リンク*/
table.calender td a {
  display: block;
  color: #ffffff;
  background-color: #ff6666;
  }

/*日付リンクマウスオン*/
table.calender td a:hover{ 
  display: block;
  background-color: #ffcccc;
  color: #ff0033;
  }

/*日曜日色*/
table.calender th#sun {
  color: #FF6600;
  }

/*土曜日色*/
table.calender th#sat {
  color: #0066FF;
  }


/* -------------------------------------------------
Piyo(Plugin)
------------------------------------------------- */
div.tab {
  text-align: left;
  margin-bottom: 10px;
  }

div.tab input{
  font-size: 13px;
  color: #666666;
  border: 1px solid #ff6666;
  background-color: #ffcccc;
  padding: 0px;
  }

div.tab input.b1{
  margin-right: 5px;
  }

/*表示設定*/
div.mylog {
  text-align: left;
  font-size: 13px;
  color: #666666;
  border: 1px solid #ff6666;
  padding: 5px;
  margin: 0px;
  }

/*タイトル部分*/
div.mylog p.title {
  font-weight: bold;
  color: #666666;
  border-bottom: 1px dashed #ff6666;
  padding: 0px 0px 5px;
  margin: 0px 0px 15px;
  }

div.mylog dl {
  padding: 0px;
  margin: 0px;
  }

/*日付部分*/
div.mylog dt.day {
  text-align: left;
  font-size: 13px;
  color: #666666;
  padding: 0px 0px 5px;
  margin: 0px;
  }

/*日記部分*/
div.mylog dd.piyolog {
  margin: 0px 0px 5px;
  color: #666666;
  border-bottom: 1px dashed #ff6666;
  padding: 0px 0px 10px;
  }

div.license {
  text-align: right;
  font-size: 13px;
  }


/* -------------------------------------------------
フッター
------------------------------------------------- */
div#footer p {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 3px;
  }

div#footer address {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  }


/* -------------------------------------------------
for MacIE
------------------------------------------------- */
textarea,input,select {
  font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
  }
