/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 700px;
	}


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

	/* ブログの横幅設定 */
	#two-left #container {
		width: 800px;
		}

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

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


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

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

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

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

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



/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	}

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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	margin:0;
	padding:0;
	background-color:#ffffff;
	}

#three #container	{
	margin-top:0;
	background-image:url(images/back_three02.gif);
	}


#two-left #container	{
	margin-top:0;
	background-image:url(images/back_two_left02.gif);
	}

#banner	{
	background-color:#5be142;
	height:125px;
	}

#title	{
	background-image:url(images/title_back02.jpg);
	background-repeat:no-repeat;
	height:120px;
	position:relative;
	}

#title .title_p	{
	text-indent:-9999px;
	margin:0;
	}

#title h1 img	{
	position:absolute;
	top:85px;
	left:65px;
	}

#main	{
	padding: 0;
	}


.sidebar	{
	background-color: #ffffa2;
	padding-top: 20px;
	}

.content	{
	padding-top: 20px;
	background-color: #ffffff;
	}


#footer	{
	padding: 10px 0 20px;
	background-color: #5be142;
	height:50px;
	}


/* ++++++ 段の間隔 ++++++ */

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

	/* コンテンツ部分の左右の余白 */
	.content .content_h2	{
		margin-left: 15px;
		margin-right: 15px;
		}
	.content .destription	{
		margin-left: 15px;
		margin-right: 15px;
		}

	.content div	{
		margin-left: 15px;
		margin-right: 15px;
		}

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

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



/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */

/* ヘッダー */
#banner	{
	padding: 0;
	}

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

#banner h1 a	{
	text-decoration: none;
	color: #ffffff;
	}

#banner h2	{
	font-size: 16px;
	margin-top: 6px;
	}



/* ++++++ コンテンツ部分のデザイン ++++++ */

/* エントリー */
.content .content_h2	{
	font-size: 16px;
	color:#fe7225;
	font-weight:bold;
	background:url(images/icon_h2_02.gif) no-repeat 0 0;
	border-bottom: solid 2px #fe7725;
	padding-bottom: 8px;
	padding-left:30px;
	}

.content .description{
	font-size: 14px;
	line-height:1.5em;
	background-color:#ffffa2;
	border:#fe7225 2px solid;
	padding:0 5px;
	}
.content strong{
	color:#fe7225;
	font-weight:normal;
	}

.content table{
	font-size:12px;
	line-height:1.5em;
	width:400px; 
	padding:5px 10px;
	}

.content blockquote{
	font-size: 14px;
	line-height:1.5em;
	color: #993300;
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
	border-left: 2px solid #FF9966;
	}

.entry h2	{
	font-size: 16px;
	}

.entry h3	{
	font-size: 15px;
	color: #000000;
	background:url(images/icon_h3_02.gif) no-repeat 0 0;
	padding-left:22px;
	}

.entry h4	{
	font-size: 14px;
	color: #333333;
	}

.entry_body	{
	font-size: 14px;
	color: #666666;
	line-height: 150%;
	}

.entry p	{
	font-size: 14px;
	color: #666666;
	line-height: 150%;
	}

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

.entry a	{
	color: #fe7725;
	}

.entry a:hover	{
	color: #ff33cc;
	}

.entry	{
	margin-bottom: 40px;
	}

/* ピーターブログ新着情報 */
#peter_news h2	{
	font-size: 16px;
	background:url(images/icon_h2_02.gif) no-repeat 0 0;

	border-bottom: solid 2px #fe7225;
	padding-bottom: 8px;
	padding-left:30px;
	}

#peter_news ul	{
	font-size: 14px;
	color: #fe7725;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:0;
	padding-left:0;
	}

#peter_news li	{
	background-image: url(images/menu01_02.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
	margin-top: 5px;
	}

#peter_news a	{
	color: #fe7725;
	}

#peter_news a:hover	{
	color: #ff33cc;
	}

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

#categorydata h2	{
	font-size: 16px;
	background:url(images/icon_h2_02.gif) no-repeat 0 0;
	border-bottom: solid 2px #fe7725;
	padding-bottom: 8px;
	padding-left:30px;
	}

#categorydata h3	{
	font-size: 15px;
	color: #999999;
	}

#categorydata h3 a	{
	font-size: 15px;
	color: #333333;
	}

#categorydata .category_p	{
	font-size: 14px;
	color: #333333;
	line-height:1.5em;
	border:solid 1px #fe7725;
	background-color:#fff5ec;
	padding:10px;
	}

#categorydata ul	{
	font-size: 14px;
	color: #5be142;
	margin-bottom: 30px;
	}

#categorydata a	{
	color: #fe7725;
	}

#categorydata a:hover	{
	color: #ff33cc;
	}

/* 月別カレンダー */

#calendar table	{
	width: 100%;
	font-size:12px;
	text-align:center;
	border:solid 1px #5be142;
	}

#calendar th	{
	width:14%;
	}

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

#calendar p.dayentry	{
	font-size:10px;
	}

#calendar p.dayentry a	{
	font-size:10px;
	color:#fe7725;
	}

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

#calendar a:hover	{
	color: #ff33cc;
	}

#calendar caption	{
	background-color: #5be142;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	}

/* 月別データ */

#monthdata h2	{
	font-size: 16px;
	background:url(images/icon_h2_02.gif) no-repeat 0 0;
	border-bottom: solid 2px #fe7725;
	padding-bottom: 8px;
	padding-left:30px;
	}

#monthdata h3	{
	font-size: 15px;
	color: #999999;
	}

#monthdata h3 a	{
	color: #fe7725;
	}


#monthdata a	{
	color: #fe7725;
	}

#monthdata a:hover	{
	color: #ff33cc;
	}

#monthdata span	{
	font-size: 12px;
	}

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

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

#entrylink	{
	font-size: 12px;
	}

#entrylink a	{
	color: #fea967;
	}

#entrylink a:hover	{
	color: #ff33cc;
	}

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

/* トラックバック */

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

#trackbacks h2	{
	font-size: 16px;
	margin-bottom: 0;
	}

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

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

#trackbacks a	{
	color: #66aaff;
	}

#trackbacks a:hover	{
	color: #ff33cc;
	}

/* コメント */

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

#comments h2	{
	font-size: 16px;
	}

#comments p	{
	font-size: 14px;
	color: #666666;
	}

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

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

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

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

#comments a	{
	color: #66aaff;
	}

#comments a:hover	{
	color: #ff33cc;
	}


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

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

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

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

#calendar a:hover	{
	color: #ff33cc;
	}

#calendar caption	{
	background-color: #5be142;
	}


/* メニュー */
.sidebar h2	{
	font-size: 12px;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #5be142;
	padding: 5px 0 5px;
	}

.sidebar a	{
	color: #fe7725;
	}

.sidebar a:hover	{
	color: #ff33cc;
	}

.sidebar p	{
	font-size: 12px;
	font-style:bold;
	line-height:1.5em;
	}

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

.sidebar li	{
	padding-bottom: 0;
	}

/* HOMEボタン */
.home a	{
	color: #ffffff;
	text-decoration:none;
	}

.home a:hover	{
	color: #ffffa2;
	text-decoration:none;
	}

/* プロフィール */
#profile	{
	background-color: #ffffff;
	padding: 10px;
	}

#profile h2	{
	color:#000000;
	font-size: 12px;
	text-align:center;
	margin: 0 0 10px;
	border-bottom: dotted 1px #5be142;
	background-color:#ffffff;
	}

#profile p	{
	font-size: 12px;
	margin: 5px 0;
	}

#profile .imgcenter	{
	text-align: center;
	}

#profile img.mail_img	{
	border: none;
	vertical-align:middle;
	}

/* 該当カテゴリーエントリー */
#categories_entry h2.home a	{
	color: #ffffff;
	text-decoration:none;
	}

#categories_entry h2.home a:hover	{
	color: #ffffa2;
	text-decoration:none;
	}

#categories_entry h2	{
	font-size: 12px;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #5be142;
	padding: 5px 0 5px;
	}

#categories_entry a	{
	color: #fe7725;
	}

#categories_entry a:hover	{
	color: #ff33cc;
	}

#categories_entry ul	{
	font-size: 12px;
	color: #fe7725;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}

#categories_entry li	{
	background-image: url(images/menu01_02.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
	margin-top: 5px;
	}

<!-- そのページが属するカテゴリ表示START -->
#category_entry02 ul	{
	font-size: 12px;
	color: #fe7725;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}

#category_entry02 li	{
	background-image: url(images/menu01_02.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
	margin-top: 5px;
	}


/* カテゴリーメニュー */
#categories h2	{
	font-size: 12px;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #5be142;
	padding: 5px 0 5px;
	}

#categories a	{
	color: #fe7725;
	}

#categories a:hover	{
	color: #ff33cc;
	}

#categories ul	{
	font-size: 12px;
	color: #fe7725;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}

#categories ul ul	{
	font-size: 12px;
	margin-left:10px;
	}

#categories li	{
	padding-bottom: 0;
	}

#categories li li	{
	background-image: url(images/branch02.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	}

#categories li li.sublast	{
	background-image: url(images/branch_last02.gif);
	}

#categories	{
	margin-bottom: 30px;
	}

/* 新着情報 */
#recent li	{
	margin-bottom: 5px;
	}


/* サムネール画像 */
#photos img	{
	border: solid 2px white;
	margin-bottom:5px;
	}

#photos p	{
	text-align: center;
	}

/* BlogPeopleリンク集 */
.blogpeople	{
	font-size: 12px;
	}

.blogpeople br	{
	display: none;
	}

.blogpeople-linklist	{
	font-size:12px;
	display:block;
	color: #ffffff;
	margin-bottom: 0px;
	text-align:center;
	background-color: #5be142;
	padding: 5px 0 5px;
	}

.linkitem	{
	background-image: url(images/menu01_02.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
	margin-top: 5px;
	}

.linkitem a	{
	color: #fe7725;
	}

.linkitem a:hover	{
	color: #ff33cc;
	}

.blogpeople-powered-by a	{
	color: #fe7725;
	text-decoration:none;
	}

.blogpeople-main	{
	border-bottom: dotted 1px #5be142;
	padding-bottom: 10px;
	margin-bottom: 2px;
	}

/* Filefox */
#firefox h2	{
	font-size: 12px;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #5be142;
	padding: 5px 0 5px;
	}

#firefox p 	{
	margin-top:5px;
	font-size: 12px;
	line-height:1.5em;
	}

#firefox p.firefox_down	{
	text-align: center;
	margin:5px 0;
	}

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

/* Movable Type情報 */
#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fe7725;
	margin-bottom:10px;
	}

/* 管理者ページ */
#admin	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom:10px;
	}

/* フッター */

#footer address	{
	margin:0;

	padding:0;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-style:normal;
	}
