@charset "UTF-8";
/* ----------------------------------------------------------------------
 templater: cotori no mori
 template:  cotori_16
 ---------------------------------------------------------------------- */
 
/* ----------------------------------------------------------------------
 基本
 ---------------------------------------------------------------------- */
 * {
	font-family: "Verdana","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
	}

body {  
	margin: 0px 0px 0px 0px;
	background-image:url("https://blog-imgs-40-origin.fc2.com/c/o/t/cotorinomori/bg_linen06.gif");
}

a:link {
	color:#3D382A;
/*	text-decoration:none;*/
	}
a:visited {
	color:#3D382A;
/*	text-decoration:none;*/
	}
a:active {
	color:#8FAD9C;
	text-decoration:underline;
	}
a:hover {
	color:#8FAD9C;
	text-decoration:underline;
	border-bottom: 1px solid #cccccc;
	}

html {
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #B2AE99;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #B2AE99;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #B2AE99;}

input, textarea {
               font-size:12px;
	background-color: #ffffff;
	border: 1px solid #A6917A;
	color:#909090;
	}

/* ----------------------------------------------------------------------
大枠
------------------------------------------------------------------------- */
#layout {
  padding:0px;
  background-color: #FFF;
  	border-left:  1px solid #000;
	border-right: 1px solid #000;
	word-break: break-all;
}
/* ---------------------------------------------------------------------- 
真ん中部分
 ---------------------------------------------------------------------- */
.center {
	width:728px;
	margin: 0px;
	background-color: #FFFEF3;
	border-left:  1px dotted #CDC9B4;
	border-right: 0px dotted #CDC9B4;
	text-align: left;
	background:#FFF;
	}
/* ----------------------------------------------------------------------
ヘッダ
------------------------------------------------------------------------- */
.header {
	height:130px;
	border:  0px solid #000000;
    background-image:url("https://blog-imgs-40-origin.fc2.com/c/o/t/cotorinomori/cotorinoki.gif");
    background-repeat: no-repeat;
	background-position: right center;
	border-bottom:1px dashed #000;
	}


/* ---------------------------------------------------------------------- 
sitetitle サイトタイトル
 ---------------------------------------------------------------------- */
.sitetitle {
	font-weight:bold;
	padding-top: 30px;
	padding-left: 10px;
	margin-bottom:0px;
	text-align: left;
}
.sitetitle a,
.sitetitle a:link,
.sitetitle a:visited {
	font-size: 24px;
	color: #45412D;
	text-decoration: none;
	border:  0px solid #000000;
}

.sitetitle a:active,
.sitetitle a:hover {
    color: #CAC39E;
    font-size: 24px;
	text-decoration: none;}
/* ---------------------------------------------------------------------- 
description サイト説明文
 ---------------------------------------------------------------------- */
.description {
	margin-left:30px;
	margin-top:30px;
	margin-bottom:10px;
	font-size: 12px;
	line-height: 18px;
	color: #6F5C43;
	text-align:left;
	vertical-align:bottom;
	}
/* ----------------------------------------------------------------------
 エントリ部
 ---------------------------------------------------------------------- */
.entry {
/*	margin: 0px 10px 20px 5px;*/
	margin: 0px 10px 0px 5px;
	border:  0px solid #000000;
	}

.entry_navi{
	font-size:10px;
	color: #999999;
	text-align:right;
	}

.entry_bar {
	background: url("https://blog-imgs-40-origin.fc2.com/c/o/t/cotorinomori/nuime_p.gif");
	width:530px;
	height:27px;
}

.entry_date {
	text-align:right;
	font-size: 10px;
	color: #6F5C43;
	margin: 0px 5px 0px 0px;
	}

.entry_title {
/*	font-size: 12px; */
	font-size: 16px;
	font-weight: bolder;
	margin: 10px 0px 0px 3px;
	word-break: break-all;
}

.entry_title a {
/*	font-size: 13px;*/
	font-size: 16px;
	font-weight: bolder;
	margin: 5px 0px 20px 8px;
}

.entry_body {
/*	font-size: 12px; */
	font-size: 14px;
	line-height: 28px;
	color: #584732;
/*	margin: 15px 0px 15px 7px;*/
	margin: 15px 0px 0px 7px;
	}

.entry_body a{
/*  font-weight: bolder; */
}

/* 2016-06-13 sasaki add start */
.entry_body img{
	border: 1px solid #999;
}
/* 2016-06-13 sasaki add end */

/* 2013-02-10 sasaki add start */
.entry_body_relate {
	font-size: 16px;
	line-height: 24px;
	line-height: 170%;
	color: #584732;
	margin: 15px 0px 15px 7px;
}

.entry_body_relate a{
/*  font-weight: bolder; */
	display:block;
	width: 100%;
	height: 100%;
}

/* 2013-02-10 sasaki add end */

.entry_more {
font-size: 12px;
line-height: 170%;
color: #584732;
/*margin: 15px 0px 15px 7px;*/
margin: 0px 0px 0px 0px;
}

.entry_state {
font-size: 10px;
color: #000;
margin: 30px 0px 0px 0px;
text-align:right;
clear: both;}

.state_bar {
	border-bottom:1px dashed #CDC9B4;
/*	width:550px;*/
	width:99%;
/*	height:27px;*/
	height:auto;
	padding-bottom: 0px;
	text-align: center;
	line-height: 100%;
}

blockquote {
font-size: 12px;
color: #808080;
margin: 0px 20px 0px 0px;
padding: 10px;
border-left: 1px solid silver;
background-image:url("https://blog-imgs-17-origin.fc2.com/c/o/t/cotorinomori/bg-E6E6E6.gif");
}

.pict {
	margin-right: 10px;
	margin-bottom: 5px;}

/* ----------------------------------------------------------------------
 コメント部
 ---------------------------------------------------------------------- */
.comment {
	margin: 0px 10px 20px 5px;
	}
	
.comment_bar {
	font-size: 11px;
	line-height:120%;
	color: #564839;
	border-bottom:  1px dashed #6E6E6E;
	margin: 15px 5px 10px 5px;
}

.comment_title {
	font-size: 11px;
	line-height:120%;
	color: #564839;
	margin: 15px 5px 5px 5px;
	}
	
.comment_state {
	font-size: 10px;
	text-align:right;
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 10px 5px;
	border-bottom:  1px dotted #6E6E6E;
	}

.comment_state a{
  font-weight:bolder;
  !important;
}

.comment_body {
	font-size: 11px;
	line-height: 170%;
	margin: 5px 10px 5px 10px;
	color:#3D2E1C;
	}
/* ----------------------------------------------------------------------
トラックバック部
---------------------------------------------------------------------- */
.trackback_bar {
	font-size: 11px;
	line-height:120%;
	color: #564839;
	border-bottom:  1px dashed #6E6E6E;
	margin: 15px 5px 10px 5px;
}
.trackback_body {
	font-size: 10px;
	line-height: 170%;
	margin: 5px 10px 5px 10px;
	color:#666;
	}
.trackback_title {
	font-size: 11px;
	line-height:120%;
	color: #564839;
	margin: 15px 5px 5px 5px;
	}
	
.trackback_state {
	font-size: 10px;
	text-align:right;
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 10px 5px;
	border-bottom:  1px dotted #6E6E6E;
	}

/* ----------------------------------------------------------------------
メニュー部
---------------------------------------------------------------------- */
.menu {
	font-size: 10px;
	width:180px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #FFF;
	text-align: left;
	vertical-align:top;
	}

#plugin .menu_bar {
	background-image:url("https://blog-imgs-21-origin.fc2.com/c/o/t/cotorinomori/c8_nuime1.gif");
	height:11px;
	margin-left:10px;
	width:150px;
}


#plugin {
	margin-bottom: 30px;
}

.linktitle {
	font-size: 11px;
	font-weight: bolder;
	color: #fff;
	background-color: #300;
	line-height: 100%;
	margin: 10px 5px 5px 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.linktext,
.linktext2 {
	font-size: 10px;
	line-height: 170%;
	margin: 0px 5px 5px 12px;
	padding:0px;
	}

.linktext a,
.linktext a:link,
.linktext a:visited
.linktext2 a,
.linktext2 a:link,
.linktext2 a:visited {
	text-decoration: none;
	}
	
#plugin ul {
margin: 0px 0px 0px 0px;
padding: 0px;
list-style-position : inside;
list-style-type: disc;
}

/* ----------------------------------------------------------------------
下部ナビ
---------------------------------------------------------------------- */
.page {
	font-size: 10px;
	text-align: center;
/*	padding-top: 30px;
	padding-bottom:30px;*/
	padding-top: 10px;
	padding-bottom:20px;
	}

/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
#copyright {
	font-size: 10px;
	text-align: center;
/*	padding-top: 5px;*/
	padding-top: 20px;
	height: 50px;
	border-top:1px dashed #000;
	background-color: #FFF;
	}

/* ----------------------------------------------------------------------
カレンダー
---------------------------------------------------------------------- */
.calender{
	width:160px;
	font-size: 10px;

}
.calender caption{
	font-size:1.2em;
	padding:5px 0px;
}
.calender caption a{
	color:#706751;
	font-weight:bold;
}
.calender th{
	font-size:0.9em;
	margin:0px;
	text-align:center;
	font-weight:normal;
	letter-spacing:normal;
	width:25px;
	height:20px;
	line-height:20px;
	background-color:#E1DDD1;
}
.calender th#sun{
	color:#C80545;
	}
.calender th#sat{
	color:#8FA2AD;
	}
.calender td{
	font-size:0.9em;
	text-align:center;
	width:25px;
	height:20px;
	line-height:20px;
	background-color:#F5F2E9;
}
.calender td a{
	color:#3D382A;
	font-weight:bold;
}

.calender td a{
	color:#3D382A;
	font-weight:bold;
	display: block;
	background-color:#DDD6C6;
        	background-repeat: no-repeat;
  	background-position: center center;
text-decoration:none;
}

/* 2013-02-05 sasaki add start */
.sample_code {
	width: 95%;
	border: 1px solid #660000;
	font-size: 12px;
	line-height: 21px;
	color: #660000;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	word-break: break-all;
}
.sample_ex {
	width: 95%;
	border: 1px solid #000000;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	word-break: break-all;
}
/* 2013-02-05 sasaki add end */

/* 2013-02-07 sasaki add start */
.relate_ul {
	padding: 0px;
	margin: 0px;
}

.relate_li_nolink {
	font-size: 16px;
	font-weight: bold;
	margin-left:0px;
	padding-left: 10px;
	list-style-type: none;
	border-bottom: 1px solid #600;
}

.relate_li {
	margin-left:0px;
	padding-left: 10px;
	list-style-type: none;
	border-bottom: 1px solid #600;
}

.relate_dl{
	width: 99%;
}

.relate_dt{
	width: 99%;
	background-color: #600;
	border: 1px solid #600;
	color: #fff;
}

.relate_dd{
	width: 99%;
	margin: 0px;
	padding; 0px;
	border: 1px solid #600;
}

/* 2013-02-07 sasaki add end */
/* 2013-06-20 sasaki add start */
.fc2_footer {
	margin: 0px;
	padding: 0px;
}

,fc2_socialbtn {
	margin: 0px;
	padding: 0px;
}

.sns_btn_area {
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: right;
}
.sns_btn {
	pading-left: 10px;
	float: right;
}

iframe.twitter-share-button {
	width: 90px!important;
}
/* 2013-06-20 sasaki add end */
/* 2014-01-03 sasaki add start */
.ex_cmd {
	color: #006600;
}
/* 2014-01-03 sasaki add end */
/* 2014-01-21 sasaki add start */
/* コマンドオプション */
table.cmd_option {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #666;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}

table.cmd_option th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 5px;
}

table.cmd_option td {
	border: solid 1px #666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.cmd_option th.opt {
	width: 20%;
}

table.cmd_option th.note {
	width: 80%;
}

table.cmd_option tr:first-child th:first-child {
	border-radius: 15px 0 0 0;
	-moz-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}
table.cmd_option tr:first-child th:last-child {
	border-radius: 0 15px 0 0;
	-moz-border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}
table.cmd_option tr:last-child td:first-child {
	border-radius: 0 0 0 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
table.cmd_option tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
/* 2014-01-21 sasaki add end */
/* 2014-05-18 sasaki add start */
.ads2 {
	text-align: left;
	margin-top: 10px;
	background-color: #fff;
}
.ads_sp_label {
	color: #333;
	font-size: 10px;
	padding-left: 5px;
	text-align: left;
}
.ads_u_area {
	width: 100%;
	height: auto;
	clear: both;
	background-color: #fff;
}
.ads_unit {
	float: left;
	margin-right: 10px;
/*	width: 336px;
	height:280px;
	background-color: #adf; */
	margin-bottom: 15px;
	background-color: #fff;
}
/* 2014-05-18 sasaki add end */
/* 2014-06-04 sasaki add start */
/* レジストリオプション */
table.reg_table {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #666;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
}

table.reg_table th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 5px;
	word-break: break-all;
}

table.reg_table td {
	border: solid 1px #666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	word-break: break-all;
}
/* 2014-06-04 sasaki add end */
/* 2014-09-01 sasaki add start */
/* その他 */
table.etc_table {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #666;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
}

table.etc_table th {
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding: 5px;
	word-break: break-all;
}

table.etc_table td {
	border: solid 1px #666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	word-break: break-all;
}
/* 2014-09-01 sasaki add end */

