* {
	margin: 0px;
	padding: 0px;
	}

body {
	color:#333;
	font-size: 11px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	}

#wrapper_body {
	width:900px;
		padding: 0;
		margin: 0 auto;
}

#wrapper_body table,td,tr,div { margin:0px; padding:0px;}

a:link	  {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active  {
	color: #999999;
	text-decoration: none;
}
a:hover   {
	color: #999999;
	text-decoration: none;
}


#wrapper_body  img {
	border: 0px;
	}

#wrapper_body  a:hover img {

	}

#wrapper_body  li {
	list-style-type: none;
	margin-bottom:5px;
	}

/* ************************************************ 
 *	ページレイアウト
 * ************************************************ */

#header { }
#headtext {
	background-color:#333300;
	padding:5px;
	}

/*　画面左側の幅　*/
#main { width: 550px; float: left;}

/*　レイアウト調整　*/
#side { 
	float:right;
	margin: 0 20px;
	width:250px;
}

/*　画面右側メニューの幅　*/
.side_in { 
}

/*　フッター　*/
#footer {
	clear: both;
	height: 150px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #333300;
	text-align: center;
	color: #CCCCCC;
	padding: 10px;
}




/* ************************************************ 
 *	サイトタイトル
 * ************************************************ */

h1 {
	font-size: x-small;
	margin-bottom: 10px;
	display: inline;
	color:#CCC;
}
#header h1 a {text-decoration: none;}

.description {
font-size: x-small;
color:#CCC;
display: inline;
 }




/* ************************************************ 
 *	サイド
 * ************************************************ */

h2 {
	font-size: 13px;
	border-top: 5px solid #333300;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.comment li{
	background:url(./template/cmsp-plain/img/disc.gif) no-repeat;
	background-position:0px 6px;
	text-indent:8px;
	line-height:130%;
	margin-bottom:5px;
	}


/* カレンダー ---------*/

.calendar {
	font-family: "Verdana";
	text-align:center;
	line-height: 140%;
	margin-bottom:10px;
	}

.calendar table {
	width:100%;
	margin:0px auto;
	text-align:center;
	}

.weekday { padding: 2px;}
.cell    { padding: 2px;}

.cell a:link {font-weight: bolder;}


/* ************************************************ 
 *	エントリー
 * ************************************************ */
#entry {
	margin-top: 20px;
	margin-bottom: 10px;
	}

.entry_navi {
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;
	padding: 5px 0px;
	background-color: #D6D0CD;
	}

.entry_state {
	text-align:right;
	margin-top:10px;
	}

.entry_title {
	margin-top:10px;
	padding-top:10px;
	font-size: medium;
	font-weight:bolder;
	background-image: url(http://www.shibato.net/blog/img/entry_ttl.jpg);
	background-repeat: no-repeat;
	height: 66px;
	}

.entry_body {
	margin:10px 0;
	line-height:170%;
	}

.entry_body .emoji {
	display: inline;	
	}

.entry_more {
	padding-top:10px;
	}

blockquote {
	color: #999;
	border-left:3px solid;
	margin: 10px 5px;
	padding:0px 5px;
	}

.pict {
	border:5px solid #000;
	margin:5px 0;
	 }



/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#trackback { padding-top: 20px;padding-bottom:10px;}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;
	padding: 5px 0px;
	border-top: 2px solid #333300;
	}

#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin-bottom: 10px;
	border: 1px solid #CCC;
	}


#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:#F8F8F8;
	border:1px dotted #CCC;
	color:#999;
	margin-top:20px; 
	}

