* {
	margin: 0px;
	padding: 0px;
	}

body {
	color:#333;
	font-size: 11px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅", sans-serif;
	line-height: 150%;
	background-color: #FFF;
	padding-top: 30px;margin-left: 20px;
	}

table,td,tr,div { margin:0px; padding:0px;}

a:link	  {color: #1c1c1c; text-decoration: underline;}
a:visited {color: gray; text-decoration: underline;}
a:active  {color: #ffffff; text-decoration: none;}
a:hover   {color: #ffffff; text-decoration: none; background: #1c1c1c;}

img {
	padding: 1px;
	display: block;
	background: #FFF;
	border: 0px;
	}

a:hover img {
	padding: 1px;
	display: block;
	background: #666;
	}

li {
	list-style-type: none;
	margin-bottom:5px;
	}
.hide{
	display: none;
}

/* ************************************************ 
 *	ページレイアウト
 * ************************************************ */

#header {
	width: 750px;
	margin: 10px auto;
	margin-top: 30px;



 }

/* kirara header */
#title_date{
	width: 750px;
	height: 24px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#title_date p{
	padding: 2px;
	font-family: "Courier", "Courier New", monotype;
	color: black;
	font-size: 12px;
	text-align: right;
	border-bottom: 2px solid black;
}



/*　画面左側の幅　*/
#main {
	width: 600px;
	float: left;
}

/* コンテナ　*/
#container{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
/*　レイアウト調整　*/
#side {
	margin-top: 0px;
	margin-left: 600px;
}

/*　画面右側メニューの幅　*/
.side_in {
	width: 130px;
	margin-top:0px;
	margin-left:20px;
}

/*　フッター　*/
#footer {
	clear: both;
	width: 750px;
	margin: 50px auto;
	border-top: 1px solid #1c1c1c;
	padding-top: 4px;
	font-size: x-small;
	text-align: right;
	}




/* ************************************************ 
 *	サイトタイトル
 * ************************************************ */

h1 { font-size: 22px; margin-bottom: 10px;}
.site_title { }
.description {
	margin-top: 15px;
	font-size:10px;
	color:#000000;
}
.navi1{
	text-align: right;
	color: #1c1c1c;
	font-family: sans-serif;
	font-size: small;
}



/* ************************************************ 
 *	サイド
 * ************************************************ */

h2 {
	font-size: 13px;
	border-top: 2px solid #1c1c1c;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.comment li{
	background:url(./template/cmsp/13/disk.gif) no-repeat;
	background-position:0px 6px;
	text-indent:8px;
	line-height:130%;
	margin-bottom:5px;
	}


/* カレンダー ---------*/
#calendarleft{
	width: 600px;
	background-image: url("images/calendarbg06nov.jpg") ;
	background-position: top left;
        background-repeat: no-repeat;	
}
.calendar {
	font-family: "Verdana";
	text-align: center;
	line-height: 140%;
	margin-bottom:10px;
	}

.calendar table {
	width:200px;
	margin:0px auto 0px 10px;
	text-align:center;
	}

.weekday { padding: 2px;}
.cell    { padding: 2px;}

.cell a:link {font-weight: bolder;}

.copykirara{
	margin-top: 5px;
	text-align: center;
	font-size: xx-small;
}

/* ************************************************ 
 *	エントリー
 * ************************************************ */
#entry {
	border-top: 2px solid #1c1c1c;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.entry_navi {
	margin-bottom:20px;
	border-bottom:1px dotted #1c1c1c;
	padding: 5px 0px;
	}
.entry_date{
	text-align: right;
	margin-top: 5px;
}
.entry_state {
	text-align:right;
	margin-top:10px;
	}

.entry_title {
	margin-top:10px;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight:bolder;
	border-bottom: 1px dashed #1c1c1c;
	}

.entry_body {
	margin:10px 0;
	line-height:170%;
	color: #1c1c1c;
	}

.entry_body .emoji {
	display: inline;	
	}

.entry_more {
	padding-top:10px;
	}

blockquote {
	color: #999;
	border-left:3px solid #B6B6B6;
	margin: 10px 5px;
	padding:0px 5px;
	}

.pict { }



/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#trackback {
	padding-top: 20px;
	padding-bottom:10px;
}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-bottom:20px;
	border-bottom:1px dotted #1C1C1C;
	padding: 5px 0px;
	border-top: 2px solid #1c1c1c;
	}

#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin-bottom: 10px;
	border: 1px solid #1c1c1c;
	}


#trackback .tb_title {
	font-weight: bold;
	padding: 5px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 5px 10px;
	}

#trackback .tb_state {
	border-top: 1px dotted #CCC;
	padding: 5px;
	text-align:right;
	}

#trackback .formarea {
	padding: 5px;
	background-color: #F0F0F0;
	border:1px dotted #1C1C1C;
	color:#999;
	margin-top:20px; 
	}



