@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;
	color: #6e5252;
	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 i,
.entry_body em{
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font-style: italic;
}

/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link {
	color: #048991;
}

a:visited {
	color: #b85f5f;
}

a:focus,
a:hover {
	color: #333333;
}

a:active {
	color: #095869;
}


/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}
	
.emoji {
	vertical-align:middle;
}

.entry_body img{
max-width: 100%;
height: auto;
}

/* 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　!important;	/* for Modern browser */
	font-size: 82%;	/* for IE6 */
}



/* Layout
------------------------------------------------------------ */

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #F2E7E5;
}

#header {
	background: url(https://templates.blog.fc2.com/template/sakura/header.gif) no-repeat center top;
	height: 235px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

#wrap {
	width: 750px;
	float: left;
}
#wrap:after {
	content: "";
	overflow: hidden;
	display: block;
	height: 1px;
	clear: both;
}
/*\*/
* html #wrap {
	overflow: visible;
	height: 1px;
}
/**/

#main {
	float: right;
	width: 535px !important;
	width /* for IE5.5 */: 500px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-color: #F2E7E5;
}

#sidemenu1 {
	background-image: url(https://templates.blog.fc2.com/template/sakura/line02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 200px;
	padding-bottom: 20px;
	overflow: hidden;
}

#sidemenu2 {
	background-image: url(https://templates.blog.fc2.com/template/sakura/line02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	width: 200px;
	padding-bottom: 20px;
	overflow: hidden;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 90%;	 /* for IE6 */
	background-image: url(https://templates.blog.fc2.com/template/sakura/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



/* Header
------------------------------------------------------------ */

#header h1 {
	font-size: 35px;
	text-align: center;
	padding-bottom: 5px;
	padding-left: 300px;
}

#header h1 a {
	color: #613434;
}
	
#header p {
	color: #613434;
	text-align: left;
	font-size: large;
	margin-top: 45px;
	padding-left: 300px;
}


/* Main Contents
------------------------------------------------------------ */

.content {
	text-align: left;
	background: url(https://templates.blog.fc2.com/template/sakura/entry_bg.gif) no-repeat right bottom;
	margin-top: 25px;
	margin-bottom: 20px;
}

.eh_top {
	display: block;
	background: url(https://templates.blog.fc2.com/template/sakura/eh_top.gif) no-repeat left top;
	width: 532px;
	height: 9px;
	margin: -5px 0px 0px -10px !important;
	margin: -5px 0px -20px -10px;
}

h2.entry_header {
	background: url(https://templates.blog.fc2.com/template/sakura/entry_header.gif) repeat-y left top;
	text-align: left;
	width: 522px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
	line-height: 1em;
	overflow: hidden;
}

.eh_bottom {
	display: block;
	background: url(https://templates.blog.fc2.com/template/sakura/eh_bottom.gif) no-repeat left top;
	width: 532px;
	height: 9px;
	margin: 0px 0px -5px -10px !important;
	margin: 0px 0px -25px -10px;
}

.entry_body {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.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: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.entry_footer li {
	display: inline;
	list-style-type: none;
}

/* clap + bookmark */
.fc2_footer {
	margin: 10px 0px 0px;
}

.page_navi {
	margin-bottom: 15px;
	text-align: center;
}

.pagetop {
	text-align: right;
	background-color: #F2E7E5;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 15px;
	width: 507px !important;
	width /* IE5.5 */: 535px;
	margin: 0px;
}



/* 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: none;
	background:url(https://templates.blog.fc2.com/template/sakura/icon.gif) no-repeat left center;
	line-height: 1.8em;
	padding-left: 25px;
}

.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;
	background-color: #FDE2E2;
}

.entry_body fieldset {
	margin: 5px;
	padding: 5px;
	border: 1px dashed #E68EA7;
}

.entry_body pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}

.entry_body table,
.entry_body table th,
.entry_body table td {
	border-collapse: collapse;
	border: 1px #DE8B94 solid;
}

.entry_body table th,
.entry_body table td {
	padding: 5px;
}

.entry_body table th {
	background: #FFDDDD;
}

/* for without MacIE5 \*/
.entry_body pre { overflow: scroll; }
/**/

.entry_body > pre { width: auto; }

.entry_body code { font-family: monospace; }



/* Baton
------------------------------------------------------------ */

p.baton_title {
	background:url(https://templates.blog.fc2.com/template/sakura/icon.gif) no-repeat left center;
	padding: 5px 5px 5px 25px;
	margin: 2em 1em 0em 1em;
}

dl.blog_baton {
	border: none 0px;
	margin: 0.5em;
	padding: 0.5em;
}

dt.baton_q {
	border-width: 0px 0px 1px 0px;
	border-color: #663333;
	border-style: dashed;
	padding: 5px 0px 0px 5px;
	margin: 0 0 5px 0;
}

.q_number {
	color: #663333;
	margin-right: 5px;
	background: url(https://templates.blog.fc2.com/template/sakura/icon.gif) no-repeat center;
}

dd.baton_a {
	border-width: 0px 0px 0px 0px;
	border-color: #AA3355;
	border-style: dotted;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 20px 10px;
}

.a_number {
	color: #AA3355;
	margin-right: 5px;

}



/* Comment, Trackback, Entry list
------------------------------------------------------------ */

.sub_header {
	text-align: left;
	margin-bottom: 10px;
	background-image: url(https://templates.blog.fc2.com/template/sakura/line01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	line-height: 40px;
	padding-left: 10px;
}

.sub_title {
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(https://templates.blog.fc2.com/template/sakura/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.sub_body {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.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: 10px;
	margin-left: 10px;
}

.form dl dd {
	margin-bottom: 5px;
}

.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: 10px;
	margin-left: 10px;
	text-align: left;
}

.trackback_url input {
	padding: 1px;
	width: 85%;
	background-color: #FFF4FA;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #D9A6B8;
	border-right-color: #D9A6B8;
	border-bottom-color: #D9A6B8;
	border-left-color: #D9A6B8;
}

.form input {
	border: 1px #D9A6B4 inset;
	background-color: #FFFEFA;
}

.form textarea {
	background: #FFFFFF url(https://templates.blog.fc2.com/template/sakura/entry_header.gif) no-repeat right bottom;
	border: 1px #D9A6B4 inset;
}

.form_btn input {
	border-style: outset;
}



/* Plugin (Main content)
------------------------------------------------------------ */

.plg3_header {
	background: url(https://templates.blog.fc2.com/template/sakura/icon.gif) no-repeat left center;
	padding-left: 25px;
}

.plg3_body {
	margin-bottom: 20px;
}

.plg3_body .plg_header,
.plg3_body .plg_body,
.plg3_body .plg_footer {
	margin-top: 3px;
}



/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
	list-style-type: none;
	list-style-position: outside;
	background: url(https://templates.blog.fc2.com/template/sakura/icon.gif) no-repeat left top;
	padding-left: 25px;
	line-height: 1.8em;
}

.sidemenu_body {
	margin-bottom: 15px;
	padding-bottom: 30px;
}
	
.sidemenu_body .plg_title {
	margin-bottom: 10px;
	background-image: url(https://templates.blog.fc2.com/template/sakura/side_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFFFFF;
}

	
.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
}

.sidemenu_body .plg_body input {
	margin: 2px;
}



/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
	width: 98% !important;
	width: 90%;
	margin: 0px auto;
	line-height: 1.6em;
}

table.calender caption {
	margin-bottom: 10px;
	margin: 0px auto;
}

table.calender th,
table.calender td {
	padding: 0.1em;
	border-bottom: 1px dotted #996666;
	text-align: center;
}

table.calender td a:link,
table.calender td a:visited {
	display: block;
	background: url(https://templates.blog.fc2.com/template/sakura/icon.gif) no-repeat center;
}

table.calender td a:hover,
table.calender td a:active {
	display: block;
	color: #B85F5F;
	background: #E6C0C0 url(https://templates.blog.fc2.com/template/sakura/icon02.gif) no-repeat center;
}

table.calender th#sun {
	color: #FF0000;
}

table.calender th#sat {
	color: #0000FF;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
	text-align: left;
	margin-bottom: 10px;
}

.tab input{
	padding: 3px 5px;
	border: 1px #D9A6B4 outset;
	background-color: #FFEEFA;
}

.tab input.b1{
	margin-right: 5px;
}
    
.mylog {
	width: 95%;
	padding: 5px;
	border: 1px solid #cc8888;
	text-align: left;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 90%;	 /* for IE6 */
	overflow: hidden;
}

.mylog .title {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddaaaa;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}

.mylog dl {
	margin: 0px;
	padding: 0px;
}

.mylog dt.day {
	margin: 0px;
	padding: 0px 0px 5px;
	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: #ddaaaa;
	padding: 0px 0px 10px;
}

.license {
	text-align: right;
	font-size: 88% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}


/* search(plugin)
------------------------------------------------------------ */

.plugin-search input {
	border: 1px #D9A6B4 solid;
	background-color: #FFFEFA;
}

.plugin-search textarea {
	border: 1px #D9A6B4 solid;
	background-color: #FFFEFA;
}



/* mailform(plugin)
------------------------------------------------------------ */

.plugin-mail input {
	border: 1px #D9A6B4 solid;
	background-color: #FFFEFA;
}

.plugin-mail textarea {
	border: 1px #D9A6B4 solid;
	background-color: #FFFEFA;
}



/* 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;
}

