@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("http://file.kamino.dou-jin.com/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;
}
/* ---------------------------------------------------------------------- 
真ん中部分
 ---------------------------------------------------------------------- */
.center {
	width:550px;
	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("http://file.kamino.dou-jin.com/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: 13px;
	color: #45412D;
	text-decoration: none;
	border:  0px solid #000000;
}

.sitetitle a:active,
.sitetitle a:hover {
    color: #CAC39E;
    font-size: 13px;
	text-decoration: none;}
/* ---------------------------------------------------------------------- 
description サイト説明文
 ---------------------------------------------------------------------- */
.description {
	margin-left:30px;
	margin-top:30px;
	font-size: 10px;
	color: #6F5C43;
	text-align:left;
	vertical-align:bottom;
	}
/* ----------------------------------------------------------------------
 エントリ部
 ---------------------------------------------------------------------- */
.entry {
	margin: 0px 10px 20px 5px;
	border:  0px solid #000000;
	}

.entry_navi{
	font-size:10px;
	color: #999999;
	text-align:right;
	}

.entry_bar {
	background: url("http://file.kamino.dou-jin.com/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-weight: bolder;
	margin: 10px 0px 0px 3px;
}

.entry_title a {
	font-size: 13px;
	font-weight: bolder;
	margin: 5px 0px 20px 8px;
}

.entry_body {
	font-size: 12px;
	line-height: 170%;
	color: #584732;
	margin: 15px 0px 15px 7px;
	}

.entry_body a{
  font-weight: bolder;
}

.entry_more {
font-size: 12px;
line-height: 170%;
color: #584732;
margin: 15px 0px 15px 7px;
}

.entry_state {
font-size: 10px;
color: #000;
margin: 30px 0px 0px 0px;
text-align:right;}

.state_bar {
	border-bottom:1px dashed #CDC9B4;
	width:550px;
	height:27px;
}

blockquote {
font-size: 12px;
color: #808080;
margin: 0px 20px 0px 0px;
padding: 10px;
border-left: 1px solid silver;
background-image:url("http://file.kamino.dou-jin.com/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("http://file.kamino.dou-jin.com/c8_nuime1.gif");
	height:11px;
	margin-left:10px;
	width:150px;
}


#plugin {
}

.linktitle {
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	line-height: 100%;
	margin: 10px 5px 5px 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;
	}

/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
#copyright {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	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;
}
