@charset "UTF-8";
/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

.txt12	{
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	}
.txt10	{
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	}
	
/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 800px;
	margin-top: 0px auto 0px auto;
	}


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

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

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


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

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

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

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

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



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

body {
	text-align: center;
	background-image: url(image/back.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	}

#container {
	margin-top: 0px auto 0px auto;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}



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

#container	{
	background-color: #FFFFFF;
	}

#three #container	{
	background-color: #FFFFFF;
	}

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

#banner	{
	margin: 0px 0px 0px 0px;
	}


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

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

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

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

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

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

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






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

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

#banner	{
	background-image: url(image/mainbanner.png);
	background-repeat: no-repeat;
	padding: 15px 15px 0px 15px;
	margin-top: 0px;
	height: 108px;
	}

#banner h1	{
	font-size: 20px;
	font-family:  "ＤＦ中太丸ゴシック体", Geneva, Helvetica
	margin-bottom: 0px;
	}

#banner h1 a	{
	text-decoration: none;
	font-family: "ＤＦ中太丸ゴシック体", Geneva, Helvetica;
	color: black;
	}

#banner h2	{
	font-size: 10pt;
	font-family: "ＤＦ中太丸ゴシック体", Geneva, Helvetica;
	margin-top: 0px;
	color: #333;
	text-align:right;
	padding:0 10px 0 0;
	text-decoration:none;
	
	}

#menu	{
	height: 28px;
	font-size: 12px;
	font-family: "ＤＦ中太丸ゴシック体", Geneva, Helvetica;
	margin: 0px 0px 15px 0px;
	padding: 4px 20px 0px 20px;
	background-image: url(image/nemubarback.jpg);
	background-repeat: repeat-x;
	color: white;
	text-align:right;
	}
#menu a	{
	color: #FFFFFF;
	text-decoration: none;
	}
#menu a:hover	{
	color: #FFCC00;
	text-decoration: none;
	}

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

.archive-title	{
	font-size:24px;
	font-weight:bold;
	text-align:right;
	color:#003399;
	border-bottom:solid 3px #039;
	padding:10px 0 5px 0;
}

.entry h2	{
	font-size: 13px;
	color: #039;
	padding-left: 5px;
	margin:0px;
	}

.entry h3	{
	font-size: 16px;
	color: #039;
	padding: 10px 0px 0px 40px;
	margin:0 0 0 0;
	background-image: url(./image/entry_top.jpg);
	background-repeat: no-repeat;
	height: 36px;
	}

.entry topdate	{
	font-size: 12px;
	color: #039;
	margin:0px;
	}

.entry-content	{
	font-size: 13px;
	color: #333333;
	padding: 0px 0px 0px 15px;
	}

.entry-footer	{
	font-size: 11px;
	color: #666666;
	border-top: 1px dashed #9CF;
	padding-top: 6px;
	padding: 0 20px 0 0;
	text-align: right;
	margin:20px 0 20px 0;
	}

.entry p.posted	{
	font-size: 12px;
	color: #666666;
	border-top: 1px dashed #039;
	padding-top: 6px;
	text-align: right;
	}

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

.entry a	{
	color: #3366CC;
	}

.entry	{
	width: 600px
	margin-bottom: 15px;
	}



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

#entrylink	{
	font-size: 12px;
	}

#entrylink a	{
	color: #66aaff;
	}

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


/* トラックバック */

#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: 13px;
	}

#comments p	{
	font-size: 13px;
	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: #FFFFFF;
	background-image: url(image/markl.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding: 0px 0px 15px 45px;
	}

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

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



/* 月別タイトル */

#datetitle	{
	background-color: #3366CC;
	background-image: url(image/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: 140px;
	font-size: 11px;
	text-align: center;
	margin-bottom: 30px;
	}

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

#calendar a	{
	text-decoration: underline;
	color: #3366CC;
	}
#calendar a:hover	{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #3366CC;
	}


#calendar caption	{
	color: #3366CC;
	font-family: "ＤＦ中太丸ゴシック体", Geneva, Helvetica;
	font-weight: bold;
	border-bottom: solid 1px #3366CC;
	padding-bottom: 2px;
	font-size: 13px;
	background-color: #CCE6FF;
	}


/* カテゴリーメニュー */
#categories h2	{
	font-size: 13px;
	margin-bottom: 0px;
	color: #333333;
	background-image: url(image/bar160.gif);
	padding: 5px 0px 10px 20px;
	}

#categories a	{
	color: #3366CC;
	text-decoration: none;
	}
#categories a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366CC;
	}

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

#categories li	{
	background-image: url(image/menu_cate.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
	}


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

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

#categories li li	{
	background-image: url(image/menu02.gif);
	padding-left: 17px;
	}

#categories	{
	margin-bottom: 30px;
	}



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

#archives h2	{
	font-size: 13px;
	color: #333333;
	background-image: url(image/bar160_arch.gif);
	padding: 5px 0px 10px 20px;
	margin: 0px;
	}

#archives a	{
	color: #3366CC;
	text-decoration: none;
	}
#archives a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #69C829;
	}

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

#archives li	{
	background-image: url(image/menu_arch.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
	}

#archives	{
	margin-bottom: 30px;
	}

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

#recent h2	{
	font-size: 13px;
	margin-bottom: 0px;
	color: #333333;
	background-image: url(image/bar160_hot.gif);
	padding: 5px 0px 10px 20px;
	}

#recent a	{
	color: #3366CC;
	text-decoration: none;
	}
#recent a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C93049;
	}

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

#recent li	{
	background-image: url(image/menu_hot.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
	}



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

#feed a	{
	color: #3366CC;
	text-decoration: none;
	}

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

#powered a	{
	color: #3366CC;
	text-decoration: none;
	}



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


#footerlinks {
	clear: both;
	background-color:#CCC;
	color: #333;
	text-align:center;
	font-size: 12px;
	font-family: "ＤＦ中太丸ゴシック体", Geneva, Helvetica;
	padding: 5px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	line-height: 150%;
	}


#footer	{
	clear: both;
	height: 28px;
	font-size: 12px;
	font-family: "ＤＦ中太丸ゴシック体", Geneva, Helvetica;
	margin: 0px 0px 15px 0px;
	padding: 4px 20px 0px 20px;
	background-image: url(image/nemubarback.jpg);
	background-repeat: repeat-x;
	color: white;
	text-align:center;
	}


