/* -------------------------------------------------------------- */
/*   余白と間隔の初期化処理                                       */
/* -------------------------------------------------------------- */
/*
* {
	margin: 0;
	padding: 0;
}
*/


/* -------------------------------------------------------------- */
/*   bodyタグの定義                                               */
/* -------------------------------------------------------------- */
body {
	background-color: #231F20;
	color: #E1E2E5;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-style:normal; text-decoration:none;
}


/* -------------------------------------------------------------- */
/*   レイアウトの定義（骨格部分）                                 */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/*   コンテンツ全体の大きさとポジションの定義                     */
/* -------------------------------------------------------------- */
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 900px;
	background-color: #231F20;
}


/* -------------------------------------------------------------- */
/*   左カラムの設定の定義                                         */
/* -------------------------------------------------------------- */
#left {
	margin-right: 28px;
	float: left;
	width: 180px;
/*
	background-color: #FF00FF;
*/
	overflow: hidden;
}


/* -------------------------------------------------------------- */
/*   中央カラムの設定の定義                                       */
/* -------------------------------------------------------------- */
#center {
	float: left;
	width: 691px;
	border-left: 1px solid #636468;
/*
	background-color: #FFFFFF;
*/
	overflow: hidden;
}


/* -------------------------------------------------------------- */
/*   エントリー（ブログ本文）の設定の定義                         */
/* -------------------------------------------------------------- */
#entry {
	margin-left: 20px;
	float: left;
	width: 671px;
/*
	background-color: #000FFF;
*/
	overflow: hidden;
}

/* タイトル枠の設定 */
#entry_title_frame {
	width: 530px;
	height: 75px;
	background: url(img/title.jpg) no-repeat;
}

/* タイトルの設定 */
#entry_title {
	margin-top: 28px;
	margin-left: 18px;
	width: 530px;
	line-height: 15pt;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-size:13pt; font-weight: bold; font-style:normal; text-decoration:none;
}

/* 日付の設定 */
#entry_date {
	margin-top: 6px;
	margin-left: 18px;
	width: 530px;
	line-height: 11pt;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-size:8pt; font-style:normal; text-decoration:none;
}


/* 本文の設定 */
#entry_body {
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 40px;
	width: 611px;
	line-height: 14pt;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-size:9pt; font-style:normal; text-decoration:none;
}


/* -------------------------------------------------------------- */
/*   タイトルなどを表示するバナーの設定の定義                     */
/* -------------------------------------------------------------- */
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #E1E2E5;
	background-color: #231F20;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}


/* -------------------------------------------------------------- */
/*   ブログ投稿者を表示する枠の設定の定義                         */
/* -------------------------------------------------------------- */
#blog_contributor {
	width: 180px;
}

/* -------------------------------------------------------------- */
/*   最新のエントリーを表示する枠の設定の定義                     */
/* -------------------------------------------------------------- */
#recent_posts {
	width: 180px;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-weight: bold; font-size:8pt; font-style:normal; text-decoration:none;
}

#recent_posts_style {
	margin-top: 4px;
	margin-left: 20px;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-weight: bold; font-size:8pt; font-style:normal; text-decoration:none;
}

/* -------------------------------------------------------------- */
/*   アーカイブを表示する枠の設定の定義                           */
/* -------------------------------------------------------------- */
#archive {
	width: 180px;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-weight: bold; font-size:8pt; font-style:normal; text-decoration:none;
}

#archive_style {
	margin-top: 4px;
	margin-left: 20px;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-weight: bold; font-size:8pt; font-style:normal; text-decoration:none;
}


/* -------------------------------------------------------------- */
/*   コピーライトの設定の定義                                     */
/* -------------------------------------------------------------- */
#copyright {
	width: 900px;
	color: #E1E2E5;
	text-align: center;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-weight: bold; font-size:8pt; font-style:normal; text-decoration:none;
}


/* -------------------------------------------------------------- */
/*   カレンダー                                                   */
/* -------------------------------------------------------------- */
body.calendar-body {
	height: 150;
	line-height: 120%;
	color: #E0E1E3;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	background-color: #231F20;
	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

#calendar {
    font-family: Verdana, Arial, sans-serif;
    color:#E0E1E3;
}

/*カレンダーのタイトル(年)*/
#calendar caption {
  color: #E0E1E3;
}

/*カレンダーの曜日*/
#calendar th {
  height: 14px;
  color: #E0E1E3;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-weight: bold; font-size:8pt; font-style:normal; text-decoration:none;
}

/*カレンダーの日付*/
#calendar td {
  color: #E0E1E3;
	font-family: "平成角ゴシック", "ＭＳ Ｐゴシック"; font-weight: bold; font-size:8pt; font-style:normal; text-decoration:none;
}


/* -------------------------------------------------------------- */
/*   リンクカラー設定                                             */
/* -------------------------------------------------------------- */
a:link {
color: #C1C5CE;
}
a:visited {
color: #C1C5CE;
}
a:hover {
color: #FF0000;
}
a:active {
color: #E1E2E5;
} 

/* -------------------------------------------------------------- */
/*   検索                                                         */
/* -------------------------------------------------------------- */

#Search {
	font-size: 12px;
}