/*◆ページ全体の基本的な設定と背景色◆*/
	body {
		margin:20px;
		color: #001144;
		background:#77ccff;
#		background-image: url(http://ch.kitaguni.tv/u/46/cssparts/0000024134_img.gif);
		background-repeat: no-repeat;
		background-position: top right;
		background-attachment: fixed;
		}
UL LI {
	 list-style-type: square;
	 color: black; 
	 }

UL LI:before {
  display: marker;
  marker-offset: 3em;
  /* content: counter(item) ". "; */
  counter-increment: item;
}



/*◆リンク文字設定◆*/
	a:link		{ color: #003366; text-decoration:none; background: #aaddff ;}
	a:visited		{ color: #ffffaa; text-decoration:none; background: #88ccff;}
	a:active		{ color: #003366; background: none;}
	a:hover		{ color: #003366;text-decoration: underline;background : #ffffff;}

/*◆h1ホームタイトル、h2ブログ本文の日付、h3エントリーのタイトルの設定◆*/
	h1{
		margin: 10px;
		padding: 5px;
		border-left: 8px solid navy;
		/* border-color: navy; */
		/* border-width: 5px 5px 5px 5px; */
		/* border-color: blue; */
		}
		
	h2{
		margin: 0px;
		padding: 0px;
		}

	h3 {
		margin: 0px;
		padding: 0px;
		}

/*◆blockquote設定◆*/
	blockquote {
		color: #336699;
		background:#ffffff;
		margin:5px 40px 5px 40px;
		font-size:small;
		font-weight:normal;
		line-height:150%;
		padding: 10px; 
		border: 2px solid  #3399ff;
		width: auto 
		}

/* ◆エントリータイトル◆ */
	.title	{
		font-size: medium;
		color: #336699;
		background: #99ccff;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:10px;
		border: 1px solid #336699;
		margin-bottom:10px;
		}

/*◆「ホーム＆カテゴリー」への移動リンクの設定◆*/
	#menu {
		font-size: small;
		font-weight:normal;
		margin-bottom:15px;
		text-align:center;
		padding-top: 5px;
		}

/* ◆日にち◆ */
	.date	{ 
		font-size: medium;
		color: #ffff66;
		background: none;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("http://ch.kitaguni.tv/u/46/cssparts/0000024135_img.gif");
		padding-left:45px;
		padding-top:15px;
		padding-bottom:10px;
		font-weight:bold;
		}

/*◆カテゴリやカレンダー枠の基本設定◆*/
	#links {
		position: relative; z-index: 2;
		color: #ffffff;
		background:#3399ff;
		position : absolute ;
		right : 40px ;
		top : 150px ;
		width : 200px ;
		padding:10px;
		}

/*◆カレンダーの基本設定◆*/
	.calendar {
		color:#ffffff;
		background: none;
		font-size:small;
		font-weight:normal;
		}

/*◆カレンダーの月、曜日、数字の設定◆*/
	.calendar_month_head{
		text-align: center;
		color:#ffffff;
		font-size:small;
		font-weight:bold;
		background: none;
		}

	.calendar_day_head{
		text-align: center;
		color:#ffffff;
		background: none;
		font-size:small;
		font-weight:normal;
		}

	.calendar_day_nolink{
		text-align: center;
		font-size:x-small;
		font-weight:normal;
		}

	.calendar_day_link{
		text-align: center;
		font-size:x-small;
		font-weight:normal;
		}

/*◆エントリーやアーカイブ枠の文字などの設定◆*/
	.side {
		color:#ffffff;
		background: none;
		font-size:small;
		font-weight:normal;
		line-height:140%;
		padding:5px;
		}

/*◆エントリーやアーカイブなどのタイトル文字や枠の設定◆*/
	.sidetitle {
		color:#336699;
		font-size:small;
		font-weight:normal;
		margin-top:3px;
		background:#ffffff;
		line-height:140%;
		padding:3px;
		text-align:center;
		border: 3px solid  #99ccff;
		}

/* ◆archives ulとliの設定◆ */
.archives ul{
	padding:0px;
	margin:5px;
	list-style-type : disc;
}

/*◆rss(xml)の設定◆*/
	.syndicate {
		font-size:small;
		line-height:140%;
		padding:2px;
		margin-top:15px;
		text-align:center;
		}

/*◆poweredの設定◆*/
	.powered {
		color:#336699;
		background: none;
		font-size:medium;
		line-height:140%;
		text-transform:uppercase;
		padding:2px;
		margin-top:20px;
		text-align:center;
		}

/*◆Thanks for the writeback.の設定◆*/
.response{
	color:#ffffff;
	background: none;
	font-size:medium;
	font-weight:bold;
	line-height:140%;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: .2em
		}

/*◆コメント枠の設定◆*/
	.comments-body {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#ffffff;
		border: 1px solid #336699;
		padding:10px;
		margin:5px;
		line-height:150%;
		width : auto ;
		}

/* ◆「ライトバック」投稿者◆ */
	.comments-post {
		color:#003366;
		background: none;
		font-size:small;
		font-weight:normal;
		}
	.comments-post a:link{color: #000066;text-decoration: none; background: none;}
	.comments-post a:visited{color: #336666;text-decoration: none; background: none;}
	.comments-post a:active{color: #000066;text-decoration: none; background: none;}
	.comments-post a:hover  {color: #ffffff;text-decoration: underline;background-color : #336699;}

/* ◆「ライトバック」「トラックバック」の見出し◆ */
	.comments-head	{
		font-size:small;
		color: #336699;
		background: #99ccff;
		font-weight:bold;
		border: 1px solid #336699;
		padding:5px;
		width : auto ;
		margin-top:10px;
		margin-bottom:10px;
		}

/* ◆投稿者名、コメントの書き込み欄の文字化け防止◆ */
input {
font-family:"Osaka","ＭＳ Ｐゴシック", verdana, arial, sans-serif;
}

textarea {
font-family:"Osaka","ＭＳ Ｐゴシック", verdana, arial, sans-serif;
}

/* ここから下は今は使われてないが、今後使われるかもしれないclass、削除はしないほうがいいかも */
/*◆トラックバック小窓のurl枠の設定◆*/
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #336699;
		background:#ffffff;
		border: 2px solid #336699;
		padding:10px;
		margin-top:10px;
		}

/*◆トラックバック小窓の設定◆*/
	.trackback-body {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding-bottom:10px;
		border-bottom:1px dotted #003366;
		}

/*◆トラックバック小窓の概要枠の設定◆*/
	.trackback-post {
		color:#336699;
		font-size:x-small;
		font-weight:normal;
		background:#ffeded;
		}

/*◆トラックバック、コメント小窓のタイトル設定◆*/
	#banner-commentspop {
		font-size:large;
		font-weight:bold;
		border: 2px solid #336699;
		padding:10px;
		}
