/* ######## サイトの外側の部分 ######### */
body {
	background-color: white;
	text-align: center;
}
/* ######## 基本となるリンクの色　ここから ######## */
a {text-decoration: underline;}
a:link,a:visited,a:active {color: #df2020;}
a:hover {
	color: #f09;
	background-color: #ff9;
	text-decoration: none;
}
/* ######## 基本となるリンクの色　ここまで ######## */

/* ######## サイト全体に関わるデフォルト値の設定　ここから ######## */
#container {
	width: 820px;	/* サイトの幅 */
	color: #333;
	background-color: white;
	text-align: left;
	font-family: 'ＭＳ Ｐゴシック', Arial, sans-serif;
	line-height: 150%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.red { color: #F00; }
.blue { color: #00F; }
.green { color: #080; }
.small { font-size: small; }
.big { font-size: medium; }
h1, h2, h3, h4, h5, h6 {margin: 0px;padding: 0px;}
h1, h2, h3, h4, h5, h6 {font-size: medium;}

/* ######## サイト全体に関わるデフォルト値の設定　ここまで ######## */


/* ######## サイトヘッダー（タイトル部）　ここから ######## */
#banner {
	background: white url(images/hoiku.jpg) no-repeat top;
                background-position  : 420px 1px;
	height: 150px;
	text-align: left;
	margin: 0px;
	margin-bottom: 15px;
	border: 1px solid white;
}
#banner a { text-decoration: none; }
#banner a:hover {
	color: #df2020;
	text-decoration: none;
	background-color: transparent;
}
#banner h1 {
	font-size: xx-large;
	margin-top:15px;
	margin-left:20px;
}
#banner h2 {
	color: #333;
	font-size: small;
	margin-top:15px;
	margin-left:20px;
}
/* ######## サイトヘッダー（タイトル部）　ここまで ######## */


/* ######## 各カラムの幅、色の設定　ここから ######## */
#top, #category, #entry {
	width: 580px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#left {
	width: 230px;	/* 左側メニューの幅 */
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
/* ######## 各カラムの幅、色の設定　ここまで ######## */


/* ######## 左右の(サブ)メニュー　ここから ######## */
.sidebar a { text-decoration: none; }
.sidebar a:hover { text-decoration: underline; }
.sidebar {
	font-size: small;
	padding: 5px;
	margin: 0px;
}
.sidebar h2 {
	color: #fff;
	background-color: #E3941C;
	font-size: small;
	text-align: center;
	font-weight: bold;
	line-height: 130%;
	padding: 2px 1px;
	padding-left: 1em;
	border: 1px solid #f30;
}
.sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.sidebar li {
	text-align: left;
	margin-top: 5px;
	padding-bottom: 5px;
}
.sidebar ul ul {margin: 0px; margin-bottom: 10px;}
.sidebar ul ul ul {margin: 0px; margin-bottom: 5px;}
.sidebar ul ul li {border-bottom: 1px solid #d58a00;}
.sidebar ul ul ul li {
	background: url(images/skin02_list-arrow.gif) no-repeat left 20%;
	padding-left: 1em;
	border-bottom: 1px dashed #d58a00;
}

.sidebar ul.push li{
	list-style: none url(images/list-arrow_push.gif);
	margin-left: 15px;
}
.sidebar ul.push li, .sidebar ul.entrylist li{
	margin-top: 3px;
	padding-bottom: 3px;
}
#home a{	/* 「HOMEへ戻る」リンク */
	background-color: transparent;
}
.link-note, #powered {
	font-size: x-small;
	line-height: 120%;
	padding: 0px;
	margin: 0px;
}
#powerd {
	margin-top: 15px;
}
/* ######## 左右の(サブ)メニュー　ここまで ######## */


/* ######## 全体に関するデフォルト値の設定　ここから ######## */
.content {
	font-size: small;;
	line-height: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
.navibar {		/* ナビゲーションバー */
	font-size: x-small;
	margin-bottom: 5px;
	padding: 0px;
}
.content p {
	font-size: 110%; 
                line-height:170%;
	text-align: left;
	margin: 0px;
	margin-bottom: 1em;
}
.content h1, .content h2, .content h3, .content h4 {
	margin-bottom: 0.5em;
}
.content p.posted {	/* 投稿者情報 */
	color: #999;
	font-size: small;
	border-top: 1px solid #999;
	text-align: left;
	margin-bottom: 25px;
	padding: 3px;
}
/* ######## 全体に関するデフォルト値の設定　ここまで ######## */


/* ######## サイトフッター　ここから ######## */
#footer {
	font-size: small;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d58a00;
	width: 100%;
	margin: 0px;
	padding: 3px 0px 30px;
	clear: both;
}
#footer a { text-decoration: none;}
/* ######## サイトフッター　ここまで ######## */


/* ######## トップページで使用するもの　ここから ######## */
#top h4 {
	color: #d58a00;
	border-left: 20px solid #d58a00;
	padding-left: 0.5em;
}
#topentry {
	background-color: #ffc;
	border: 2px dashed #9c0;
	padding: 10px;
}
#topentry div.entryexcerpt {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
}
#topentry strong {font-size: medium;}
#topentry strong a {
	background: url(images/skin02_arrow_topentry.gif) no-repeat left top;
	padding-left: 1.5em;
}

div.update {margin: 0px; margin-bottom: 3em;}
div.update h4 {font:italic bold large Georgia,Verdana,'Times New Roman',Arial;}
div.update span.day {margin-right: 1em;}
div.update div.line {
	border-bottom: 1px dotted #039;
	margin: 0px;
	padding: 3px;
}
/* ######## トップページで使用するもの　ここまで ######## */


/* ######## カテゴリページで使用するもの　ここから ######## */
#category h1, #entry h1 {
	color: #b31a1a;
	background-color: #ffe699;
	text-align: left;
	border: 1px solid #c90;
	padding: 5px; padding-left: 1em;
}
#category h2 {
	border-top: 1px solid #c30;
	border-left: 6px solid #c30;
	padding: 5px;
}

ul.itemlist {
	list-style-type: none;
	margin: 0px; margin-top: 1em;
	padding-left:0px;
}
ul.itemlist li {margin-bottom: 2em;}

/* ######## カテゴリページで使用するもの　ここまで ######## */


/* ######## 個別エントリーページの設定　ここから ######## */
.pagetop {
	text-align: right;
	margin-bottom: 1em;
}
.entrymenu {		/* カテゴリー内エントリーのメニュー */
	text-align: center;
	margin-bottom: 40px;
}
.entrymenu img {vertical-align:middle;}

#Trackback_and_Comment h4 {
	color: #d58a00;
	border-left: 6px solid #d58a00;
	border-bottom: 1px solid #d58a00;
	padding: 3px 0.5em;
	margin-top: 1em;
	margin-bottom: 2px;
}
#Trackback_and_Comment p {margin: 0px; margin-bottom: 0.2em;}
#trackback_url {
	color: #333;
	font: x-small Verdana, Arial, sans-serif;
	padding-left: 0.2em;
}
/* ######## 個別エントリーページの設定　ここまで ######## */

#imamura h3 {
    border-bottom: 1px solid #c30;
     border-left: 6px solid #c30;
    padding: 5px;
   color:#c30;
}
#imamura h2 {
    border-bottom: 1px solid #009;
    margin-right: 200px;
    border-left: 6px solid #009;
    padding: 5px;
   color:#009;
}
