* {
	margin: 0px;
	padding: 0px;
	}

body {
	color:#555;
	font-size: 13px;
	font-family: sans-serif;
	}

#wrapper_body {
	line-height: 150%;
	background-color: #FFF;
	padding-top: 50px;margin-left: 20px;
}

#wrapper_body table,td,tr,div { margin:0px; padding:0px;}

a:link	  {color: #768FBE; text-decoration:  none;}
a:visited {color: #2F4F4F; text-decoration: none;}
a:active  {color: #768FBE; text-decoration: none;}
a:hover   {color: #3B6190; text-decoration: none; background: #E6E6FA;}


#wrapper_body  img {
	padding: 1px;
	background: #FFF;
	border: 0px;
	}

#wrapper_body  a:hover img {
	padding: 1px;
	background: #666;
	}

#wrapper_body  li {
	list-style-type: none;
	margin-bottom:5px;
	}

/* ************************************************ 
 *	ページレイアウト
 * ************************************************ */

#header { }

/*　画面左側の幅　*/
#main { width: 700px; float: left;}

/*　レイアウト調整　*/
#side { margin-top: 0px; margin-left: 700px;}

/*　画面右側メニューの幅　*/
.side_in { width:200px; margin-top:20px; margin-left:20px;}

/*　フッター　*/
#footer {clear: both; margin: 50px 0px;}




/* ************************************************ 
 *	サイトタイトル
 * ************************************************ */

h1 { font-size: 22px; margin-bottom: 10px;}
#header h1 a {text-decoration: none;}

.description {font-size:12px; color:#768FBE;}

.site_title a {color: #768FBE; text-decoration: none; background:transparent;}
.site_title a:link {color: #768FBE; text-decoration: none; background:transparent;}
.site_title a:visited {color: #768FBE; text-decoration: none; background:transparent;}
.site_title a:active {color: #768FBE; text-decoration: none; background:transparent;}
.site_title a:hover {color: #7B68EE; text-decoration: none; background:transparent;}



/* ************************************************ 
 *	サイド
 * ************************************************ */

h2 {
	font-size: 12px;
	border-top:1px dotted #768FBE;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.moji {
	font-size: 11px;
	line-height:140%
	}

.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:left;
	line-height: 140%;
	margin-top:40px;
	}

.calendar table {
	width:100%;
	margin:0px auto;
	text-align:center;
	}

.weekday { padding: 2px;}
.cell    { padding: 2px;}

.cell a:link {font-weight: bolder;}


/* ************************************************ 
 *	エントリー
 * ************************************************ */
#entry {
	border-top: 2px solid #768FBE;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.entry_navi {
	margin-bottom:20px;
	border-top: 2px solid #768FBE;
	padding: 5px 0px;
	}

.entry_date {
	margin-bottom:20px;
	border-bottom:1px dotted #768FBE;
	padding: 5px 0px 8px 0px;
	}

.entry_state {
	text-align:right;
	margin-top:10px;
	}

.entry_title {
	margin-top:10px;
	font-size: 14px;
	font-weight:bolder;
	}

.entry_body {
	margin:20px 0;
	line-height:180%;
	}

.entry_body .emoji {
	display: inline;	
	}

.entry_more {
	padding-top:10px;
	}

blockquote {
	color: #808080;
	border-left:1px solid;
	margin:10px 5px;
	padding:0px 5px;
	}

.pict {
	border-width: 3px;
	border-style: solid;
	border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
	}

/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#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 #768FBE;
	}

#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; 
	}
