@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: #FFFFFF url(http://templates.blog.fc2.com/template/constance/bg.gif) repeat-y fixed center top;
  color: #666666;
  text-align: center;
  font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  word-break: break-all;
  font-size: small !important; /* IE7 */
  font-size: 82%;   /* IE6 */
  
}
/* Modern browser */
html>/**/body {
  font-size: 13px;
}

html,body {
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #d9efe9;
  scrollbar-shadow-color: #d9efe9;
  scrollbar-3dlight-color: #d9efe9;
  scrollbar-arrow-color: #d9efe9;
  scrollbar-track-color: #d9efe9;
  scrollbar-darkshadow-color: #d9efe9;
}


/* Hyper text
------------------------------------------------- */

a { 
  text-decoration: none;
  /*\*/
  overflow: hidden;  /* for Fx */
  /**/
}

a:link{
  color: #b6ce2f;
  text-decoration: none;
}

a:visited {
  color: #d2cdbb;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  color: #d9ce5e;
  text-decoration: none;
}



/* Image
------------------------------------------------- */

img,
a img {
  border: none;
}
  
.emoji {
  vertical-align:middle;
}



/* Base elements
------------------------------------------------- */

h1 { font-size: 180%; }
  
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&#65533;&#65533;!important;  /* for Modern browser */
  font-size: 82%;  /* for IE6 */
}



/* Layout
------------------------------------------------------------ */

#container {
  width: 906px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#header {
  background: url(http://templates.blog.fc2.com/template/constance/header.gif) no-repeat center;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
}

#main {
  float: right;
  width: 646px !important;
  width /* for IE5.5 */: 666px;
  padding: 0px 20px 20px 0px;
  overflow: hidden;
}

#sidemenu {
  float: left;
  width: 200px !important;
  width /*ie5.5*/:240px;
  padding:0px 20px 20px 20px;
  overflow: hidden;
}

#footer {
  background: url(http://templates.blog.fc2.com/template/constance/footer.gif) no-repeat center;
  clear: both;
  min-height: 50px;
  padding: 10px 0px;
  margin: 0 0 10px;
  width: 100%;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 90%;   /* for IE6 */
}




/* Header
------------------------------------------------------------ */

#header h1 {
  text-align: center;
  margin: 30px 300px 10px;
}

#header h1 a:link,
#header h1 a:visited {
  color: #b6ce2f;
  text-decoration: none;
}

#header h1 a:focus,
#header h1 a:hover,
#header h1 a:active {
  color: #d9ce5e;
  text-decoration: none;
}
  
#header p {
  text-align: center;
  margin: 5px 300px;
}



/* Main Contents
------------------------------------------------------------ */

.content {
  margin-bottom: 20px;
  text-align: left;
}

h2.entry_header {
  background: #ffffff url(http://templates.blog.fc2.com/template/constance/2cmain_header.gif) no-repeat left top;
  text-align: left;
  padding: 24px 40px 10px 80px;
}

.entry_body {
  background: #FFFFFF url(http://templates.blog.fc2.com/template/constance/2cmain_bg.gif) repeat-y left top;
  text-align: left;
  margin-top: 0px;
  padding: 30px ;
  zoom: 1;
}

.entry_body p.entry_more {
  padding: 15px 15px 15px 0px;
  margin: 0px;
}
  
.entry_body p.tag_lnk {
  margin: 0px;
}
  
.entry_body p.theme {
  margin: 10px 0px 0px;
}

.entry_footer {
  background: #ffffff url(http://templates.blog.fc2.com/template/constance/2cmain_footer.gif) no-repeat left bottom;
  text-align: right;
  border-left: 3px #d9efe9 solid;
  border-right: 3px #d9efe9 solid;
  padding:0px 20px 14px 20px ;
}

.entry_footer li {
  display: inline;
  list-style-type: none;
}

/* clap + bookmark */
.fc2_footer {
  margin: 10px 0px 15px;
}

.page_navi {
  margin-bottom: 15px;
  text-align: center;
}

.page_navi a:link,
.page_navi a:visited{
  color: #999999;
  font-weight: bold;
}

.page_navi a:focus,
.page_navi a:hover,
.page_navi a:active{
  background-color: #FFFFFF;
  color: #d9ce5e;
  font-weight: bold;
}

.pagetop {
  height: 32px;
  width:646px;
  text-align: right;
  padding-top:10px;
  margin-bottom: 15px;
}

.pagetop a:link,
.pagetop a:visited{
  color:#999999;
  font-weight:bold;
}

.pagetop a:focus,
.pagetop a:hover,
.pagetop a:active{
  background-color: #FFFFFF;
  color: #d9ce5e;
  font-weight: bold;
}

/* 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;
  padding: 1em 1em 0em;
  border-width: 1px;
  border-style: solid;
}

.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: 3px #D9EFE9 double;
}

.entry_body fieldset {
  border: 2px #D9EFE9 dotted;
}

.entry_body legend {
  background: #FFFFFF;
}

.entry_body table,
.entry_body table th,
.entry_body table td {
  border: 3px #D9EFE9 double;
}

.entry_body table th {
  background-color: #D9EFE9;
}

.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 {
  background:url(http://templates.blog.fc2.com/template/constance/icon.gif) no-repeat left top;
  text-align: left;
  margin-bottom: 10px;
  padding: 5px 0px 15px 50px ;
}

.sub_title {
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

.sub_body {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.list_body {
  background: #FFFFFF url(http://templates.blog.fc2.com/template/constance/2cmain_footer.gif) no-repeat left bottom;
  margin-bottom: 20px;
  padding:0px 20px 40px 20px ;
  border-right: 3px solid #dbf0ea;
  border-left: 3px solid #dbf0ea;
}

.list_body li {
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 1px;
}

#cm a:link,
#cm a:visited,
#tb a:link,
#tb a:visited {
  color: #999999;
}

#cm a:focus,
#cm a:hover,
#cm a:active,
#tb a:focus,
#tb a:hover,
#tb a:active {
  background-color: #FFFFFF;
  color: #d9ce5e;
}

.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: 10px;
  margin-left: 10px;

}

.form dl dd {
  margin-bottom: 5px;
}

.form input{
  border: 3px #d9efe9 solid;
  background-color: #ffffff;
}

.form dl dd textarea {
  width: 400px;
  height: 150px;
  border: 3px #d9efe9 solid;
  background-color: #ffffff;
}

.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: 10px;
  margin-left: 10px;
  text-align: left;
}

.trackback_url input {
  padding: 1px;
  width: 85%;
  border: 3px #d9efe9 solid;
}

.trackback_url a:link,
.trackback_url a:visited {
  color:#b6ce2f;
  font-weight:bold;
}

.trackback_url a:focus,
.trackback_url a:hover,
.trackback_url a:active {
  color:#d9ce5e;
}



/* Baton */
.blog_baton dt {
  background-color: #d9efe9;
  margin-bottom: 0px;
  padding: 5px;
  border-bottom: none;
}

.blog_baton dd {
  padding: 5px;
  margin: 0 0 1em;
}

dl.blog_baton{
  border:3px #d9efe9 solid;
}

.entry_body .baton_title a:link {
  color: #b6ce2f;
  font-weight: bold;
}

.entry_body .baton_title a:visited {
  color: #8cb739;
}

.entry_body .baton_title a:focus,
.entry_body .baton_title a:hover,
.entry_body .baton_title a:active {
  color: #e6b304;
}

.entry_body .blog_baton .baton_q .q_number {
  color: #ffffff;
  margin-right: 1em;
}

.entry_body .blog_baton .baton_a .a_number {
  color: #d9ce5e;
  margin-right: 1em;
  font-weight: bolder;
}



/* Plugin (Main content)
------------------------------------------------------------ */

.plg3_body {
  background: #FFFFFF url(http://templates.blog.fc2.com/template/constance/2cmain_footer.gif) no-repeat left bottom;
  margin-bottom: 20px;
  padding:0px 20px 40px 20px ;
  border-right: 3px solid #dbf0ea;
  border-left: 3px solid #dbf0ea;
}

.plg3_header {
  background: #FFFFFF url(http://templates.blog.fc2.com/template/constance/2cmain_header.gif) no-repeat left top;
  text-align: left;
  padding: 24px 0px 10px 80px;
}

.plg3_body .plg_footer{
  padding:10px 0px 0px 25px;
}


/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}

.sidemenu_body {
  background: url(http://templates.blog.fc2.com/template/constance/side_bg.gif) repeat-y center;
  margin-bottom: 15px;
  zoom: 1;
}
  
.sidemenu_body .plg_title {
  background: url(http://templates.blog.fc2.com/template/constance/side_header.gif) no-repeat left top;
  margin-bottom: 5px;
  padding: 24px 15px 5px;
}

.sidemenu_body .plg_title img {
  vertical-align : text-top;
}

.sidemenu_body .plg_body {
  background: url(http://templates.blog.fc2.com/template/constance/side_footer.gif) no-repeat left bottom;
  margin: 0px;
  padding: 5px 10px 20px;
  overflow: hidden;
}

.sidemenu_body .plg_header {
  padding: 0px 10px 5px;
}

.sidemenu_body .plg_footer {
  background: url(http://templates.blog.fc2.com/template/constance/side_footer.gif) no-repeat left bottom;
  margin : -10px 0px 0px 0px;
  padding: 15px 10px 20px;
}

.sidemenu_body .plg_body input {
  margin: 2px;
}

.sidemenu_body .plg_body li{
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}



/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
  width: 95% !important;
  width /*ie5.5*/: 90%;
  margin: 0px auto;
}

table.calender caption {
  margin-bottom: 10px;
  margin: 0px auto;
}

table.calender th,
table.calender td {
  width: 2.5em;
  padding: 0.1em 0;
  border-bottom: 1px #CCCCCC dotted;
  text-align: center;
}

table.calender td a:link,
table.calender td a:visited {
  display: block;
  color: #666666;
  background-color: #D9EFE9;
  border: 1px #D9EFE9 solid;
}

table.calender td a:focus,
table.calender td a:hover,
table.calender td a:active {
  background-color: #FFFFFF;
  border: 1px #D9EFE9 solid;
}

table.calender th#sun {
  color: #FF0000;
}

table.calender th#sat {
  color: #0000FF;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
  font-size: inherit !important;
  font-size /*ie5.5/: x-small;
  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 */
}



/* 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;
}
