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

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

#container {
	width: 702px;
	}


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

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

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


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

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

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

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

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



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

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;
border-bottom: solid;
border-width: 1px;
border-color: darkblue;
padding: 5px;
}


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

body	{
	margin: 0;
	padding:0;
	}

#container	{
	background-image: url(container.gif);
	background-repeat: repeat;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: darkblue;
	}

#three #container	{
	background-image: url(container.gif);
	background-repeat: repeat;
	}

#one #container	{
	background-image: none;
	}

#banner	{
	border-bottom: solid 1px darkblue;
	margin-bottom: 20px;
	}


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

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

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

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

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

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

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




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

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

#title	{
                height:85px;
	background-image: url(head.gif);
	background-repeat: no-repeat;
	background-color: #0000ff;
	padding: 2px 30px 2px 30px;
	}

#title h1	{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 14px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
	}

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

#title h2	{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 10px;

	color: white;
	}

#title h6	{
	font-size: 10px;
	color: white;
                float: right;
                margin: 0px;
	}

.cl	{
                clear: left;
	}

/* ++++++ ヘッダー部分のデザイン（自己追加） ++++++ */

#title2	{
                height:85px;
	background-image: url(head2.gif);
	background-repeat: no-repeat;
	background-color: #0000ff;
	padding: 2px 30px 2px 30px;
	}

#title2 h1	{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 14px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
	}

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

#title2 h2	{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 10px;

	color: white;
	}

#title2 h6	{
	font-size: 10px;
	color: white;
                float: right;
                margin: 0px;
	}



/* +++ トップナビゲーション部分のデザイン（自己追加） +++ */

#navigation {
	padding: 2px 30px 0px 30px;
	height: 18px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #4bdab6;
}
#navigation A { 
                COLOR: white; 
                TEXT-DECORATION: none;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;

#navigation a:hover {
                COLOR: #FF0000;
	text-decoration: none;
	}

}
#navigation UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: white;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: right;
}


#navigation UL a:hover {COLOR: #FFFF66;
	text-decoration: none;
	}

#navigation LI {
	DISPLAY: inline; WHITE-SPACE: nowrap
}



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

.entry h2	{
	font-size: 12px;
	color: #0000ff;
	}

.entry h3	{
	font-size: 12px;
	color: #2c5e8a;
	background-image: url(mark.gif);
	background-repeat: no-repeat;

	padding: 3px 0px 1px 24px;
	}

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

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

.entry p.imgcenter	{
	text-align: center;
	}

.entry a	{
	color: #0000ff;
	text-decoration: none;
	}

.entry a:hover {
	text-decoration: underline;
	}

.entry	{
	font-size: 10px;
	color: #aaaaaa;
	margin-bottom: 20px;
	}

.entry image {
                  margin-right:8px;
	  border:none;
	  }

/* ++++++ サブカテゴリメニュー(自己追加) ++++++ */
#sub_title {
        height: 10px;
        font-size: 12px;
	margin-bottom: 0px;
	color: white;
	background-color: #0000ff;
	background-image: url(carddigest.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 15px;
}

#sub_title h2{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	padding: 5px 0 5px 15px;
}


/* ++++++ お知らせや更新履歴など(自己追加) ++++++  */
#news {
	font-size: 12px;
	color: #666666;
	padding: 0px 10px;
}

#news a	{
	color: #2c5e8a;
	text-decoration: none;
	}

#news  a:hover {COLOR: #FF0000;
	text-decoration: none;
	}


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

#news li	{
	background-image: url(menu01.gif);

	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 15px;
	}


#news ul ul	{
	font-size: 1em;
	margin-left: 10px;
	}

#news li	{
	padding-bottom: 5px;
	}

#news li li	{
	background-image: url(menu02.gif);

	padding-left: 17px;
	}


/* ++++++ センター部分のデザイン（20071216追加分） ++++++ */

#pickupstyle h2	{
	font-size: 12px;
                left:-999px;
                top:-999px;
                position:absolute;
	color: #0000ff;
	}

#pickupstyle h3	{
                height: 10px;
	font-size: 12px;
	background-color: #0000ff;
	color: #2c5e8a;
	background-image: url(carddigest.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 5px 0px 5px 24px;
	}

#pickupstyle p	{
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	}

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

#pickupstyle hr　{
	color: #aaaaaa;
	border-top: solid 2px #b1cbe3;
	padding-top: 0px;
	}

#pickupstyle p.imgcenter	{
	text-align: center;
	}

#pickupstyle a	{
	color: #0000ff;
	text-decoration: none;
	}

#pickupstyle a:hover {
	text-decoration: underline;
	}

#pickupstyle	{
	font-size: 10px;
	color: #aaaaaa;
	margin-bottom: 0px;
	}

#pickupstyle image {
                  margin-right:8px;
	  border:none;
	  }


/* ++++++ 最近のコメント(自己追加) ++++++ */

.maincomment h2	{
	font-size: 12px;
	color: #0000ff;
	}

.maincomment h3	{
	font-size: 12px;
	color: #2c5e8a;
	background-image: url(menu01.gif);
	background-repeat: no-repeat;

	padding: 3px 0px 1px 24px;
	}

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

.maincomment hr	{
        border-top: dotted 1px #b1cbe3;
	}	

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

.maincomment p.imgcenter	{
	text-align: center;
	}

.maincomment a	{
	color: #0000ff;
	}

.maincomment	{
	margin-bottom: 30px;
	}

.maincomment image {
                  margin-right:8px;
	  border:none;
	  }



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

#entrylink	{
	font-size: 12px;
	}

#entrylink a	{
	color: #66aaff;
	}

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

/* 前後のカテゴリーへのリンク */

#catelink	{
	background-color: #feda6f;
	font-size: 12px;
	height: 1.25em;
	padding: 4px 5px;
	}

#catelink .left	{
	float: left;
	}

#catelink .right	{
	float: right;
	}



/* トラックバック */

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

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

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

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

#trackbacks a	{
	color: #3366aa;
	}



/* コメント */

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

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

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

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

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

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

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

#comments a	{
	color: #3366aa;
	}


/* カテゴリータイトル */

#catetitle	{
	background-color: #0000ff;
	background-image: url(markl.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 10px 0px 10px 45px;
	}

#catetitle h1	{
	font-size: 1em;
	color: white;
	margin: 0;
	}

#catetitle p	{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 5px 0px 0px;
	}



/* 月別タイトル */

#datetitle	{
	background-color: #0000ff;
	background-image: url(markl.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding: 20px 0px 20px 45px;
	}

#datetitle h1	{
	font-size: 1em;
	color: white;
	margin: 0;
	}



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

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 12px;
	text-align: center;
	}

#calendar td	{
	padding: 2px 0;
	background-color: white;
	}

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

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

#calendar caption	{
	color: #2c5e8a;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: solid 2px #0000ff;
	padding-bottom: 0;
	}


/* カテゴリーメニュー */
#categories h2	{
        left:-999px;
        top:-999px;
        position:absolute;
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 15px;
	}

#categories h3	{
        height: 10px;
	background-color: #0000ff;
                font-size: 12px;
	margin-bottom: 0px;
	color: white;
	background-image: url(sidecontents.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 15px;
	}

#categories a	{
	color: #2c5e8a;
	text-decoration: none;
        }

#categories a:hover{
	color: #FF0000;
	text-decoration: none;
	}

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

#categories li	{
	background-image: url(menu01.gif);

	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 15px;
	}


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

#categories li	{
	padding-bottom: 5px;
	}

#categories li li	{
	background-image: url(menu02.gif);

	padding-left: 17px;
	}

#categories	{
	margin-bottom: 30px;
	}



/* カテゴリー別エントリーメニュー */
#category_entry h2	{
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	background-color: #0000ff;
	background-image: url(mark.gif);

	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding: 3px 0 2px 22px;
	}

#category_entry a	{
	color: #2c5e8a;
	text-decoration: none;
	}

#category_entry a:hover{
	color: #FF0000;
	text-decoration: none;
	}

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

#category_entry li	{
	background-image: url(menu01.gif);

	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 15px;
	}


#category_entry ul ul	{
	font-size: 1em;
	margin-left: 10px;
	}

#category_entry li	{
	padding-bottom: 5px;
	}

#category_entry li li	{
	background-image: url(menu02.gif);

	padding-left: 17px;
	}

#category_entry	{
	margin-bottom: 30px;
	}



/* アーカイブメニュー */

#archives h2	{
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	background-color: #0000ff;
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 15px;
	}

#archives a	{
	color: #2c5e8a;
	text-decoration: none;
	}

#archives a:hover{
	color: #FF0000;
	text-decoration: none;
	}

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

#archives li	{
	background-image: url(menu01.gif);

	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 15px;
	}


/* Featured Card */

#recent image {
	border: solid 2px white;
	margin-bottom: 0px;
	  }

#recent h2	{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	padding: 5px 0 5px 15px;
	}

#recent h3	{

        height:10px;
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	background-color: #0000ff;
	background-image: url(FeaturedCard.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 15px;
	}

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

#recent a:hover{
	color: white;
	text-decoration: none;
	}

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

#recent li	{
	background-image: url(menu01.gif);

	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 15px;
	}

/* エントリーメニュー */

#recentposts image {
                  margin-right:8px;
	  border:none;
	  }

#recentposts h2	{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	padding: 5px 0 5px 15px;
	}

#recentposts h3	{

        height:10px;
	font-size: 12px;
	margin-bottom: 15px;
	color: white;
	background-color: #0000ff;
	background-image: url(RecentPosts.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 15px;
	}

#recentposts a	{
	color: #2c5e8a;
	text-decoration: none;
	}

#recentposts a:hover{
	color: #FF0000;
	text-decoration: none;
	}

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

#recentposts li	{
	background-image: url(menu01.gif);
	padding-bottom: 6px;
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 15px;
	}

/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 50px;
	border-top: dotted 1px #0000ff;
	}

#feed a	{
	color: #2c5e8a;
	text-decoration: none;
	}

#feed a:hover{
	color: #FF0000;
	text-decoration: none;
	}

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

#powered a	{
	color: #2c5e8a;
	text-decoration: none;
	}

#powered  a:hover{
	color: #FF0000;
	text-decoration: none;
	}

/* ++++++ フッター部分のデザイン ++++++ */

/* コピーライト情報 */

#copyright address	{
	font-size: 12px;
	font-style: normal;
	text-align: center;
	}


/* ++++++ 携帯用サイト ++++++ */

#qrcode h2	{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	padding: 5px 0 5px 15px;
	}

#qrcode h3	{
        height:10px;
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	background-color: #0000ff;
	background-image: url(mobilesite.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 15px;
	}

#qrcode img	{
	border: none;
	}

#qrcode p	{
	text-align: center;
	}


/*コピーライト表示部分（自己追加）*/
.copy	{border-top:solid 3px #b1cbe3;
	 padding-top:6px;
	 font-size:10px;
	 text-align:center}

.copy a       {
	color: #2c5e8a;
	text-decoration: none;
	}

.copy a:hover{
	color: #FF0000;
	text-decoration: none;
	}

/* Google検索 */


#search h2	{
        left:-999px;
        top:-999px;
        position:absolute;
	font-size: 12px;
	margin-bottom: 0px;
	color: white;
	background-repeat: no-repeat;
#	padding: 5px 0px 5px 15px;
	}

#search	{
	background-color: white;

	font-size: 10px;

	margin-bottom: 20px;
	}

#search h3	{

        height:10px;
	font-size: 12px;
	margin-bottom: 15px;
	color: white;
	background-color: #0000ff;
	background-image: url(sitesearch.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 15px;
	}

#search img	{
                float: left;
	border: none;
	}

#search form	{
	margin: 0;
	}

#search p	{
　　　　　　　	margin: 0;
	}



#container ul.help {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul a:link, ul a:active, ul a:visited {
	text-decoration: none;
	}

ul a:hover {
	text-decoration: underline;
	}


/* コメントページ */

#compage #comments	{
	border: none;
	padding: 0;
	}

#compage h1	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #c00012;
	background-image: url(bar.gif);
	padding: 5px 0 5px 15px;
	}

#compage	{
	text-align: left;
	margin: 20px;
	}

/*前後ページリンク表示部分（自己追加）*/
.copycopy	{border-top:solid 3px #b1cbe3;
	 padding-top:6px;
	 font-size:11px;
	 text-align:center}

.copycopy a       {
	color: #2c5e8a;
	}

.copycopy a:hover{
	color: #FF0000;
	text-decoration: none;
	}

/*コメントScode表示部分（自己追加）*/
.scode {
    vertical-align: top;
    }

#scode {
    margin: 0px 0px 0px 5px;
    } 

/* サイトマップ（自己追加） */
.categories p	{
	font-size: 12px;
	color: #666666;
	}


.categories p.imgcenter	{
	text-align: center;
	}


.categories h2	{
	font-size: 12px;
	color: #2c5e8a;
	background-image: url(menu01.gif);
	background-position:  30px 0px 0px 8px;
	margin-top: 12px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 24px;
	}

.categories h3	{
	font-size: 12px;
	color: #2c5e8a;
	background-image: none;
	background-position:  30px 0px 0px 8px;
	margin-top: 12px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 24px;
	}


.categories a	{
	color: #0000ff;
	text-decoration: none;
	}

.categories ul	{
	font-size: 12px;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	}

.categories li	{
	background-image: none;
	background-repeat: no-repeat;
	background-position:  30px 0px 0px 8px;
	margin-top: 8px;
	padding-left: 15px;
	}


.categories ul ul	{
	font-size: 12px;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	}


.categories li li	{
	background-image: url(menu02.gif);
	background-repeat: no-repeat;
	margin-top: 8px;
	background-position: 30px 0px 0px 8px;
	padding-left: 15px;
	}

.categories	{
	margin-bottom: 30px;
	}

/* キーワード（自己追加） */
.keywords p	{
	font-size: 12px;
	color: #666666;
	}


.keywords p.imgcenter	{
	text-align: center;
	}


.keywords h2	{
	font-size: 12px;
	color: #2c5e8a;
	background-image: url(menu01.gif);
	background-position:  0px 0px 0px 8px;
	margin-top: 12px;
	background-repeat: no-repeat;
	}

.keywords h3	{
	font-size: 12px;
	color: #2c5e8a;
	background-image: none;
	background-position:  0px 0px 0px 8px;
	margin-top: 12px;
	background-repeat: no-repeat;
	}


.keywords a	{
	color: #0000ff;
	text-decoration: none;
	}

.keywords ul	{
	background-image: url(menu03.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	}

.keywords li	{
	background-image: url(menu03.gif);
	background-repeat: no-repeat;
	background-position:  0px 0px 0px 8px;
	margin-top: 8px;
	padding-left: 15px;
	}


.keywords ul ul	{
	background-image: none;
	background-repeat: no-repeat;
	font-size: 12px;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	}


.keywords li li	{
	background-image: url(menu01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 8px;
	padding-left: 15px;
	}

.keywords li li li	{
	background-image: url(menu02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 8px;
	padding-left: 15px;
	}

.keywords	{

	}

/* リンクエントリー（自己追加） */
.linkentry p	{
	font-size: 12px;
	color: #666666;
	}

.linkentry p.imgcenter	{
	text-align: center;
	}

.linkentry h3	{
	font-size: 12px;
	color: #2c5e8a;
	background-image: url(menu01.gif);
	background-position:  0px 0px 0px 8px;
	margin-top: 12px;
	background-repeat: no-repeat;
	}

.linkentry h3 a	{
	color: #0000ff;
	text-decoration: none;
	}

.linkentry a	{
	color: #666666;
	text-decoration: none;
	}

.linkentry	{
	font-size: 12px;
	color: #666666;
	}

/* トラックバックメニュー（自己追加） */
#pingside h2	{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 12px;
	margin-bottom: 10px;
	color: white;
	padding: 5px 0px 5px 15px;
	}

#pingside h3	{
        height:10px;
	font-size: 12px;
	margin-bottom: 10px;
	color: white;
	background-color: #0000ff;
	background-image: url(TrackBack.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 15px;
	}


#pingside a	{
	color: #2c5e8a;
	text-decoration: none;
        }

#pingside a:hover{
	color: #FF0000;
	text-decoration: none;
	}

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

#pingside li	{
	background-image: url(menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


#pingside ul ul	{
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

#pingside li	{
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#pingside li li	{
	background-image: url(menu02.gif);
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 17px;
	}

#pingside	{
	color: #666666;
	line-height: 120%;
	margin-bottom: 30px;
	}

/* コメントメニュー（自己追加） */
#comside h2	{
                left:-999px;
                top:-999px;
                position:absolute;
	font-size: 12px;
	margin-bottom: 10px;
	color: white;
	padding: 5px 0px 5px 15px;
	}

#comside h3	{
        height:10px;
	font-size: 12px;
	margin-bottom: 10px;
	color: white;
	background-color: #0000ff;
	background-image: url(comments.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 15px;
	}


#comside a	{
	color: #2c5e8a;
	text-decoration: none;
        }

#comside a:hover{
	color: #FF0000;
	text-decoration: none;
	}

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

#comside li	{
	background-image: url(menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


#comside ul ul	{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

#comside li	{
	padding-bottom: 0px;
	}

#comside li li	{
	background-image: url(menu02.gif);
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 17px;
	}

#comside	{
	color: #666666;
	line-height: 120%;
	margin-bottom: 20px;
	}

/* サイトマップ用（自己追加） */

#sitemap  {
padding: 0px;
margin: 0px;
}
#sitemap div.sitemap-head {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: left;
padding:3px;
color:#090;
border-top:2px solid #dff;
border-right:2px solid #77d;
border-bottom:2px solid #77d;
border-left:2px solid #dff;
background-color: #beb;
}
#sitemap div.content-body {
margin: 0px;
padding: 5px;
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
}
#sitemap div.description {
font-size: 12px;
}


#sitemap h3 {
font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
font-weight: bold;
text-align: left;
color:#090;
padding:3px;
border-bottom:2px solid #77d;
margin-bottom: 10px;
	background-image: none;
	background-position:  0px 0px 0px 8px;
	margin-top: 12px;
	background-repeat: no-repeat;
}

#sitemap ul    {
list-style-image:url(menu03.gif);
padding-left: 0px;
margin-left: 30px;
}

#sitemap ul ul {
list-style-image:url(menu01.gif);
padding-left: 0px;
margin-left: 10px;
padding-bottom: 10px;
}

#sitemap ul ul ul {
list-style-image:url(menu02.gif);
padding-left: 0px;
margin-left: 10px;
padding-bottom: 10px;
}

#sitemap li {
line-height: 150%;
font-size: 12px;
}


/* ++++++ みんなのカード自慢（自己追加) ++++++  */
.everybody {
	font-size: 12px;
	color: #666666;
	margin-right:1;
	padding: 0px 1px;
}

.everybody a	{
	color: #2c5e8a;
	text-decoration: none;
	}

.everybody  a:hover {COLOR: #FF0000;
	text-decoration: none;
	}


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

.everybody li	{
	background-image: url(menu01.gif);

	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 15px;
	}


.everybody ul ul	{
	font-size: 1em;
	margin-left: 10px;
	}

.everybody li	{
	padding-bottom: 5px;
	}

.everybody li li	{
	background-image: url(menu02.gif);

	padding-left: 17px;
	}

/* ++++++ みんなのカード自慢プラグイン仕様（自己追加) ++++++  */

#photos h2	{
	font-size: 0.75em;
	color: white;
	background-color: #0000ff;
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding: 3px 0 2px 22px;
	}

#photos img	{
	border: solid 2px white;
	margin-bottom: 5px;
	}

#photos p	{
	text-align: center;
	}

