@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-color: #FFFFFF;
  background-color: #ffcccc ;

  /*プロフィールの文字色*/
  color: #86C166;
  text-align: center;
  font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;

  /*行間*/
  line-height: 1.4;

  font-size: small !important; /* IE7 */
  font-size: 82%;   /* IE6 */
}
/* Modern browser */
html>/**/body {
  font-size: 13px;
}

.entry_body img{
 max-width: 100%;
 height: auto;
}

/*未使用*/
#banner{
	width : 770px;
	height : 271px;
        /*トップ画像 ※no-repea＝繰り返さない*/
	background : url(https://templates.blog.fc2.com/template/hachi/banner.jpg) no-repeat;
	text-align:left;
	margin-bottom:25px;
}

/* Hyper text
------------------------------------------------- */

a { 
  text-decoration: none;
  /*\*/
  overflow: hidden;  /* for Fx */
  /**/
}

a:link,
a:visited {
  color: #767676; /*サイドメニューリンク色*/
  text-decoration:underline;
}

a:focus,
a:hover,
a:active {
  color: blue; /*サイドメニューリンク色※マウスオン*/
}



/* Image
------------------------------------------------- */

img,
a img {
  border: none;
}
  
.emoji {
  vertical-align:middle;
}


/* Base elements
------------------------------------------------- */

h1 { font-size: 200%; }
  
h2 { font-size: 130%; }
  
h3 { font-size: 115%; }
  
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 */
}

s {
  color:#cccccc;
}


/* Layout
------------------------------------------------------------ */

#container {
  width: 950px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align:left;
  background-color: #FFFFFF;
  background: url("https://blog-imgs-42-origin.fc2.com/t/e/m/templates/evergreen_container_bg.gif") repeat-y;
}

/*ヘッダ*/
#header {

  background-image: url("https://blog-imgs-78-origin.fc2.com/g/o/o/gooko/banner.jpg");
  width: 430px;
  height: 200px;
  padding: 68px 260px 0;
  text-align:left ;
}
#wrap {
  width: 720px;
  float: left;
  padding:10px 0 0 0;
}
#wrap:after {
  content: "";
  overflow: hidden;
  display: block;
  height: 1px;
  clear: both;
}
/*\*/
* html #wrap {
  overflow: visible;
  height: 1px;
}
/**/

#main {
  float: right;
  width: 490px !important;
  width /* for IE5.5 */: 500px;
  padding: 0px 0px 20px;
  overflow: hidden;
}

#sidemenu1 {
  float: left;
  width: 230px;
  padding-bottom: 20px;
  overflow: hidden;
}

#sidemenu2 {
  float: right;
  width: 230px;
  padding: 10px 0 20px 0;
  overflow: hidden;
}

#footer {
  clear: both;
  padding: 10px 0px;
  width: 100%;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 90%;   /* for IE6 */
  background: url("https://blog-imgs-42-origin.fc2.com/t/e/m/templates/evergreen_footer_bg.jpg") no-repeat;
}



/* Header
------------------------------------------------------------ */

#header h1 {
  text-align: left;
}

#header h1 a {
  /*タイトルの色*/
  /*元の色 color: #0062A0;*/
  color: #FFA500 ;
  text-decoration:none;
}

#header p {
  padding: 20px 0 0 0;
  text-align: left;
  color: #959595;
}

/* Main Contents
------------------------------------------------------------ */

.content {
  margin-bottom: 20px;
  text-align: left;
}

h2.entry_header {
  text-align: left;
  margin: 0 0 10px 14px;
  padding: 5px 5px 0 5px;
  /*日記タイトル下線*/
  background: url("https://blog-imgs-78-origin.fc2.com/g/o/o/gooko/line2.jpg") no-repeat 4px bottom;
  color:#add427;
}

h2.entry_header a {
  /*日記タイトル*/
  color:#add427;
  color:#52BCDE;
  text-decoration:none;
}

.entry_body {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 30px;
  /*日記文字色*/
  color:#2B2E2E;
}

.entry_body .entry_more {
  padding: 15px 15px 15px 0px;
  margin: 0px;
}

.entry_body .tag_lnk {
  margin: 0px;
}
  
.entry_body .theme {
  margin: 10px 0px 0px;
}

.entry_footer {
  text-align: right;
  margin-right: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.entry_footer li {
  display: inline;
  list-style-type: none;
  padding: 0 0 2px 15px;
  background: url("https://blog-imgs-42-origin.fc2.com/t/e/m/templates/evergreen_main_list.gif") no-repeat 0 1px;
}

.entry_footer li, x:-moz-any-link {
  background-position:2px 4px;
}


/* clap + bookmark */
.fc2_footer {
  margin: 10px 0px 0px;
}

.page_navi {
  margin-bottom: 15px;
  text-align: center;
}

.pagetop {
  text-align: right;
  margin-right: 10px;
  margin-left: 10px;
}



/* 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 {
  list-style: disc outside;
  margin-left: 15px;
}

.entry_body ol li {
  list-style: decimal outside;
  margin-left: 2em;
}

.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;
}

.entry_body dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 2px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.entry_body dd {
  margin: 0em 1em 1em;
}

.entry_body blockquote {
  margin: 5px;
  padding: 5px;
  border: 1px dotted #add427;
}

.entry_body pre {
  margin: 1em auto;
  padding: 0.5em;
  border: 1px solid;
  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
------------------------------------------------------------ */

.sub_header {
  text-align: left;
  background: url("https://blog-imgs-42-origin.fc2.com/t/e/m/templates/evergreen_title_line.jpg") no-repeat scroll 4px 28px transparent;
  margin: 0 0 10px 14px;
  padding: 5px;
  text-align: left;
  font-size: 130%;
  color:#add427;
}

.sub_title {
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
  color:#add427;
  background: url("https://blog-imgs-42-origin.fc2.com/t/e/m/templates/evergreen_title_line.jpg") no-repeat 4px 26px;
  padding: 5px;
}

.sub_body {
margin: 0 14px 10px 19px;
}

.list_body {
  margin-bottom:10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
}

.list_body li {
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

.sub_footer {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.sub_footer li {
  display: inline;
  list-style-type: none;
}
  
.form dl {
  margin-right: 14px;
  margin-left: 19px;
}

.form dl dd {
  margin-bottom: 8px;
}

.form dl dd textarea {
  width: 380px;
  height: 150px;
}

.form input#himitu {
  margin-right: 0.5em;
}

.form .form_btn {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-left: 10px;
}

.form .form_btn input {
  margin-right: 3px;
}

.trackback_url {
  padding-bottom: 30px;
  margin-right: 14px;
  margin-left: 19px;
  text-align: left;
}

.trackback_url input {
  padding: 1px;
  margin:0 0 10px 0;
  width: 85%;
}


/* Table
------------------------------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0 0 10px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

th,td {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}


/* hr
------------------------------------------------------------ */
hr {
  height: 1px;
  background-color: #dddddd;
  border: none;
  color: #dddddd;
}


/* Plugin (Main content)
------------------------------------------------------------ */

.plg3_body {
  margin-bottom: 20px;
}

.plg3_body .plg_header,
.plg3_body .plg_body,
.plg3_body .plg_footer {
  margin-top: 3px;
}

.plg3_header {
  background: url("https://blog-imgs-42-origin.fc2.com/t/e/m/templates/evergreen_side_title.png") no-repeat 0 0;
  padding: 0 0 0 30px;
  color: #888888;
  margin: 0 0 10px 14px;
}

.plg3_body {
  margin: 3px 10px 30px 50px;
}


/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
  padding-left: 15px;
  background: url("https://blog-imgs-42-origin.fc2.com/t/e/m/templates/evergreen_side_list.gif") no-repeat 4px 5px;
}

.sidemenu_body {
  margin: 0 0 15px 6px;
}

.sidemenu_body .plg_title {
  margin-bottom: 10px;
  padding: 5px;
  /*サイドメニュータイトル画像*/
  background: url("https://blog-imgs-42-origin.fc2.com/t/e/m/templates/evergreen_side_title.png") no-repeat;
  padding: 3px 0 3px 24px;
  font-weight:bold;
  /*サイドメニュータイトル色*/
  color:#888888;
}

.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
  margin-top: 3px;
  margin-right: 10px;
  margin-left: 10px;
}

.plg_body table ,.plg_body table td{
  border: none;
}

.sidemenu_body .plg_body input {
  margin: 2px;
}

.sidemenu_body form input#fc2_vote_11495986_1com {
  width:145px !important;
}

/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
  width: 90%;
  margin: 0px auto;
  border:none;
}

table.calender caption {
  margin-bottom: 10px;
  margin: 0px auto;
}

table.calender th,
table.calender td {
  padding: 0.1em;
  text-align: center;
  color:#777777;
  border:none;
}

table.calender td a {
  display: block;
  color: #777777;
  background-color: #dddddd;
  text-decoration:none;
}

table.calender td a:hover {
  background-color: #c8de7d;
}

table.calender th#sun {
  color: #d99696;
}

.calender caption a {
  color: #777777;
}

.calender caption a:hover {
  color: #c2d195
}


/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
  text-align: left;
  margin-bottom: 10px;
}

.tab input{
  padding: 3px 5px;
}

.tab input.b1{
  margin-right: 5px;
}
    
.mylog {
  padding: 5px;
  border: 1px solid #A5A5A5;
  text-align: left;
  background-color: #FFFFFF;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 90%;   /* for IE6 */
}

.mylog .title {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  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: #FFFFFF;
  background-image: none;
  text-align: left;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 90%;   /* for IE6 */
}

.mylog dd.piyolog {
  margin: 0px 0px 5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  padding: 0px 0px 10px;
}

.license {
  text-align: right;
  font-size: 88% !important;  /* for Modern browser */
  font-size: 93%;   /* for IE6 */
}

/* mail(Plugin)
------------------------------------------------------------ */
.plugin-mail input, .plugin-mail textarea {
  margin: 0 0 8px 0;
}
input[type="submit"], input[type="button"] {
  cursor: pointer !important;
}
input[type="submit"]:hover , input[type="button"]:hover {
  background-color:#eeeeee !important;
}


/* blog_baton
------------------------------------------------------------ */
p.baton_title {
  font-size:115.3%;
  font-weight: bold;
  margin: 0;
}

.baton_title a {
  color:#777777;
  text-decoration:none;
}
.baton_title a:hover {
  text-decoration:noen;
  color: #c2d195;
}

dl.blog_baton {
  border: none;
  margin: 0 10px 0 0;
  padding-left: 0;
}

dt.baton_q {
  padding: 0 0 2px 0;
  border-bottom: 1px dotted #cccccc;
  margin-bottom:0.3em;
}

dd.baton_a {
  margin: 0 1em 2em 0;
}

/* Footer
------------------------------------------------------------ */

#footer p {
  margin-bottom: 3px;
}

#footer .copyright {
  margin-bottom: 10px;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
  font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
  border:none;
  background-color: #FFFFFF;
}

textarea,input {
  overflow:auto;
  padding:1px;
  /*検索フォーム枠色*/
  border:1px solid #dddddd;
}

dt label{
  padding:0 0 0 3px;
}

input {
  padding:2px 8px 0;
}