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

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

#container {
	width: 860px;
	}


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

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

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


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

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

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

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

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



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

body {
	}

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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}

/* ++++++ フォント設定 ++++++ */

A:link {
	text-decoration: underline;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
	font-weight: bold;
}

A:active {
	text-decoration: underline;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
	font-weight: bold;
}

A:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	font-weight: bold;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h3 {
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}


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

body	{
/* my-koguya */
                background-color: #003333;
	word-break: break-all;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
	background-position: center;
/* my-koguya */
	}

#container	{
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #222222;
	}

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

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

#banner	{
	margin-top: 0px;
	margin-bottom: 10px;
	}


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

	/* 左サイドバーの左右の余白 */

/*
	#left div {
		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;
		}

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

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


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

	#three #container {
		width: 802px;
		}




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

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

#title	{
	background-image: url(http://www.my-koguya.com/mt-static/images_web/header_back.jpg); 
	background-repeat: no-repeat;
	background-color: #222222;
	margin: 0px;
	padding: 0px 10px 60px 10px;
	}

#title h1	{
	font-size: 2.0em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 40px;
	}

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

#title h2	{
	font-size: 0.75em;
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	color: #CCCCCC;
	}

#logo {
	width: 260px;
	float: left;
}

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

.entry h2	{
	font-size: 0.75em;
	color: #339966;
	}

.entry h3	{
	font-size: 0.875em;
	color: #339966;
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	padding: 3px 0 1px 24px;
	}

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

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

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

.entry a	{
	color: #333399;
	}

.entry	{
	margin-bottom: 40px;
	background-color: #EEEEEE;
	}


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

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{
	color: #66aaff;
	}

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


/* トラックバック */

#trackbacks	{
	border: solid 1px #333399;
	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 #333399;
	padding-top: 20px;
	}

#trackbacks a	{
	color: #333366;
	}



/* コメント */

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

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

#comments h3	{
	font-size: 0.75em;
	color: #333333;
	}

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

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

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

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

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

#comments a	{
	color: #333366;
	}

#comments .error{color:#cc0000;font-size:1em;}

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

#catetitle	{
/*20080320*/
	background-color: #333333;
	background-image: url(markl.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding: 15px 0 15px 15px;

	}

#catetitle h1	{
/*20080320*/
	font-size: 14px;
	color: white;
	margin: 0;
	}

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



/* 月別タイトル */

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

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



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

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

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

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

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


/* カテゴリーメニュー */
#categories h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #333399;
	background-image: url(bar.jpg);
	padding: 5px 0 5px 15px;
	}

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

#categories ul	{
	font-size: 0.75em;
	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 8px;
	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;
	}



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

#archives h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #333399;
	background-image: url(bar.jpg);
	padding: 5px 0 5px 15px;
	}

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

#archives ul	{
	font-size: 0.75em;
	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 8px;
	padding-left: 15px;
	}


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

#recent h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: white;
	background-color: #333399;
	background-image: url(bar.jpg);
	padding: 5px 0 5px 15px;
	}

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

#recent ul	{
	font-size: 0.75em;
	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 8px;
	padding-left: 15px;
	}



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

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

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

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


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

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

#copyright address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	}


input,textarea {color:#00f;}
