* {
	margin:auto;
	padding: 0px;
	}

body {
	color:#444;
	font-size: 12px;
	font-family:font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}

#wrapper_body {
	line-height: 140%;
	background-color: #FFF;
	padding-top: 0px;margin-left: 0px;
	}

#wrapper_body table,td,tr,div { margin:0px; padding:0px;}

a:link	  {color: #768FBE; text-decoration: none;}
a:visited {color: #768FBE; text-decoration: none;}
a:active  {color: #768FBE; text-decoration: none;}
a:hover   {color: #fff; text-decoration: none; background: #f88;}


#wrapper_body  img {
	padding: 0px;
	background: #FFF;
	border: 1px;
	}

#wrapper_body  a:hover img {
	padding: 0px;
	background: #666;
	}

#wrapper_body  li {
	list-style-type: none;
	margin-bottom:5px;
	}

/* ************************************************ 
 *	ページレイアウト
 * ************************************************ */

#header { }

/*　画面左側の幅　*/
#main { width: 690px; float: left;}

/*　レイアウト調整　*/
#side { margin-top: 0px; margin-left: 690px;}

/*　画面右側メニューの幅　*/
.side_in { width:200px; margin-top:0px; margin-left:50px;}

/*　フッター　*/
#footer {clear: both; margin: 50px 0px;}




/* ************************************************ 
 *	サイトタイトル
 * ************************************************ */

h1 { font-size: 24px; font-weight: 600; margin-top: 20px;}
.site_title a {color: #444488;text-decoration:none;}
.site_title a:link {color: #444488;text-decoration:none;}
.site_title a:visited {color: #444488;text-decoration:none;}
.site_title a:active {color: #ff4444;text-decoration:none;}
.site_title a:hover {color: #ff4444;text-decoration:none; background: none;}
.description {font-size:10px; text-align:right;}




/* ************************************************ 
 *	サイド
 * ************************************************ */

h2 {
	font-size: 13px;
	color: #888888;
	border-top: 1px solid #aaaaaa;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

strong{
	font-size: 13px;
	color: #888888;
	padding-top: 5px;
	margin-top: 10px;
	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";
	font-size: 10px;
	color: #666666;
	margin: 5px 20px 30px 0px;
	}
.calendar table {
	width:95%;
	margin:0px auto;
	text-align:center;
	}

.weekday { padding: 10px;}

.cell {
	width: 25px;
	height: 20px;
	padding: 0px;
	}

.cell a:link {font-weight: bolder;}


/* ************************************************ 
 *	エントリー
 * ************************************************ */
#entry {
	border-bottom: 1px solid #888888;
	margin-top: 10px;
	margin-bottom: 30px;
	}

.entry_navi {
	margin-top:３0px;
	padding: 5px 0px;
	}

.entry_state {
	text-align:right;
	margin-top:10px;
	}

.entry_title {
	margin:0 0 0 0;
	color:#555;
	font-size: 14px;
	font-weight:bolder;
	}

.entry_date{
	margin:0;
	color:#999;
	font-size:10px;
	}

.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 {
       margin:0 5px;
        }



/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#trackback { padding-top: 20px;padding-bottom:10px;}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-bottom:20px;
	padding: 5px 0px;
	}

#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 {
	padding: 5px;
	text-align:right;
	}

#trackback .formarea {
	padding: 5px;
	background:#F8F8F8;
	border:1px dotted #CCC;
	color:#999;
	margin-top:20px; 
	}

