/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/* ++++++ ブログの横幅設定 ++++++ */
#container {
    width: 800px; /* width: 700px; */
}

/* ++++++ ２段組の横幅設定 ++++++ */

/* コンテンツ部分の横幅 */
#center	{
    width: 600px;
/* 500px  */
}

/* サイドバーの横幅 */
#left, #right {
    width: 200px;
}

/* ++++++ ３段組の横幅設定 ++++++ */
/* ブログの横幅設定 */
#three #container {
    width: 800px;
}

/* 左サイドバーの横幅 */
#three #left {
    width: 190px;
}

/* 中央コンテンツ部分の横幅 */
#three #center {
    width: 420px;
}

/* 右サイドバーの横幅 */
#three #right {
    width: 190px;
}

/* ++++++ その他設定 ++++++ */
body {
/* margin: 0; /* 上の余白を削除 */
/* padding: 0; /* 上の余白を削除 */
    text-align: center;
 }

#container {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

#left {
    float: left;
}

#center {
    float: left;
}

#right {
    float: right;
}

/* +++++++++++++++++++++ フッターのデザイン設定 +++++++++++++++++++++ */
#footer	{
    color : #3366aa;
    font-size : 0.75em;
    text-align:center;
    clear: both;
/*
    border-top: solid;
    border-right: solid;
    border-bottom: solid;
    border-left: solid;
    border-width: 1px;
    border-color: #66aacc;
    padding: 0px;
*/
}

/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

#banner	{
    margin-bottom: 20px; /* バナーと下との間 */
}

.content	{
    border: solid 1px #66aaff;
}

.sidebar	{
    background-color: #3366aa;
}


/* ++++++ 枠内の余白 ++++++ */

/* コンテンツ内の左右の余白 */
.content div {
    margin-left: 15px;
    margin-right: 15px;
}

/* コンテンツ内の上の余白 */
.content	{
    padding-top: 20px;
}

/* サイドバー内の左右の余白 */
.sidebar div {
	margin-left: 15px;
	margin-right: 15px;
}

/* サイドバー内の上下の余白 */
.sidebar {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content div div, .sidebar div div {
	margin-left: 0;
	margin-right: 0;
}


/* ++++++ 段の間隔・横幅 ++++++ */

#left	{
	margin-right: 20px;
}

#center	{
	width: 578px;　/*	width: 478px; */
}

#right	{
	margin-left: 20px;
}


#three #left	{
	width: 175px;
}

#three #center	{
	width: 408px;
}

#three #right	{
	width: 175px;
}

.sidebar #calendar table	{
	width: 170px;
}

#three .sidebar #calendar table	{
	width: 145px;
}


/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */
/* ++++++ ヘッダー部分のデザイン ++++++ */
/* ヘッダー */

#banner	{
　　padding: 1px 1px 1px 1px;
    background-color: #66aacc;
/* padding: 1px; 写真の内側 */
/* background-color: #3366aa; */
}

#banner h1	{
    font-size: 38px;
    margin-bottom: 0;
}

#banner h1 a {
    text-decoration: underline;
    font-style: italic; 
    color: #ff0000;     /* color: white; */
}

#banner h2	 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    color: #3366aa;     /* #aaccff; */
}


/* ++++++ ヘッダー部分のデザイン ++++++ */
#title {
    background-image:url( images/banner200901.jpg );  /* url( images/e-smile-banner.gif ); */
    background-repeat: no-repeat;
    padding: 10px 20px 90px 30px;
    background-position: 0px -70px;
/*
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: #588066;
    padding: 25px 20px 246px 20px;
*/
}

/*
#title h1	{
    font-size: 1.5em;
    margin-bottom: 0;
}

#title h1 a	{
    text-decoration: none;
    color: white;
}

#title h2	{
    font-size: 0.75em;
    margin-top: 6px;
    color: #22cf66;
}
*/

/* ++++++++++++++++++ コンテンツ部分のデザイン ++++++++++++++++ */
/* ++++ エントリー +++++ */

.entry h2	{
/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 0.75em;
	color: #444444;
	}

.entry h3	{
	font-size: 0.875em;
	color: #3366aa;
	}

.entry p	{
	font-size: 0.80em;
	color: #666666;
	line-height: 1.6em;
	}

.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 2px khaki;
	padding-top: 6px;
	}

.entry a	{
	color: #66aaff;
	}

.entry	{
	font-size: 16px;
	margin-bottom: 40px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

 /*            line-height: 30px;  ------------------------------------------------ */
	}


/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{
	color: #66aaff;
	}

#entrylink p	{
	margin-top: 0;
	margin-bottom: 30px;
	}


/* トラックバック */

#trackbacks	{
	border: solid 1px khaki;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 0.75em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.75em;
	color: #999999;
	margin-bottom: 0;
	border-top: dotted 1px khaki;
	padding-top: 20px;
	}

#trackbacks a	{
	color: #3366aa;
	}



/* コメント */

#comments	{
	border: solid 1px khaki;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	font-size: 0.75em;
	}

#comments p	{
	font-size: 0.75em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments div	{
	border-top: dotted 1px khaki;
	}

#comments form div	{
	border-top: none;
	padding-top: 0;
	}

#comments h2#com02	{
	border-top: dotted 1px khaki;
	padding-top: 40px;
	}

#comments a	{
	color: #3366aa;
	}


/* +++++++++++++++++++++++++++++++++++++++ カテゴリーデータ ++ */

#categorydata h1	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
/*	font-size: 1em; */
	border-bottom: solid 2px khaki;
	padding-bottom: 8px;
	}

#categorydata h2	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #8888aa;
/*	color: #999999; */
	}

#categorydata ul	{
	font-size: 0.875em;
	color: khaki;
	margin-bottom: 30px;
	}

#categorydata a	{
	color: #66aacc;
	}

#categorydata	{
	border-bottom: solid 2px khaki;
	}

/* ++++++++++++++++++++++++++++++++++ 月別データ +++++ */

#monthdata h1	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	border-top: solid 2px khaki;
	border-bottom: solid 2px khaki;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#monthdata h2	{
	font-size: 0.875em;
	color: #999999;
	}

#monthdata h2 a	{
	color: #3366aa;
	}

#monthdata span	{
	font-size: smaller;
	}

#monthdata p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	border-bottom: dotted 1px khaki;
	padding-bottom: 20px;
	padding-left: 20px;
	}


/* ++++++ サイドバー部分のデザイン ++++++ */

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	border: solid 1px khaki;
	background-color: #ffffff;
	}

#calendar td	{
	padding: 5px 0;
	border: solid 1px khaki;
	}

#calendar a	{
	text-decoration: none;
	color: red;
	}

#calendar caption	{
	background-color: khaki;
	}


/* メニュー */
.sidebar h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	border-bottom: solid 1px khaki;
	text-align:center;
	color: #333333;
	background-color: khaki;
	padding: 3px 0 0;
	}

.sidebar a	{
	color: #ffffff;
	}

.sidebar ul	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left:0;
	}


/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	}


/* Movable Type情報 */
#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin-top: 50px;
	}

span.red {
 color: #ff6666;
}

span.blue {
 color: #6666ff;
}

span.grn {
 color: #44cc44;
}

span.red_b {
 color: #ff6666;
 font-weight: bold;
}

span.blue_b {
 color: #6666ff;
 font-weight: bold;
}

span.grn_b {
 color: #44cc44;
 font-weight: bold;
}

span.wht_u {
 color: #ffffff;
}

