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

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

	#container	{
		width: 810px;
		}

	#three #container {
		width: 810px;
		}


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

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

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


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

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

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

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

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



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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	background-image: url(tile-g.jpg);
       	text-align: center;
	margin: 0;
	padding:0;
	}

#container	{
/*	background-image: none; */
	background-color: #fdeff2;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left: solid;
	border-right: solid;
	border-width: 5px;
	border-color: white;
	}

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

#one #container	{
/*	background-image: none; */
	background-color: #fdeff2;
	}

#banner	{
	border-top: solid 2px white;
	border-bottom: solid 5px white;
	margin-bottom: 20px;
	}

#content {
	background-color: #fdeff2;
        }

#sidebar {
	background-color: #fdeff2;
        }


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

	/* 左サイドバーの左右の余白 */
	#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;
		}





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

/* ++++++ ヘッダー部分のデザイン (オリジナル・コメントアウト中）

#title	{
	background-image: none;
	background-repeat: no-repeat;
	background-color: white;
	padding: 15px 15px 60px;
	}

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

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

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

#title	{
	background-image: url(blog_head-g1.jpg);
	background-repeat: no-repeat;
	padding: 20px 15px 10px;
	}

#title h1	{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
                margin: 0;
                color: #fdeff2;
                font-size: 20px;
                font-weight: bold;
                line-height: 180%;
	}

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

#title h1 a:link  {
	color: #fdeff2;
	}

#title h1 a:visited  {
	color: #fdeff2;
	}

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

#title h2	{
    color: pink;
    font-size: 10px;
    font-weight: nomal;
    text-align: left;
    line-height: 140%;
 	}

#title h3	{
    color: #b1cbe3;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 70%;
 	}

#title h3 a:link  {
	color: #b1cbe3;
	}

#title h3 a:visited  {
	color: #b1cbe3;
	}

#title h3 a:hover  {
	text-decoration: none;
	color: #FFF200;
	}

/* ++++++ mainのトップ部分のデザイン ++++++ */

#greeting h2	{
    color: #FC0C9F;
    font-size: 10px;
    font-weight: nomal;
    text-align: center;
    line-height: 140%;
 	}

#greeting h3	{
    color: #b1cbe3;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 70%;
 	}

#greeting h3 a:link  {
	color: #b1cbe3;
	}

#greeting h3 a:visited  {
	color: #b1cbe3;
	}

#greeting h3 a:hover  {
	text-decoration: none;
	color: #FFF200;
	}

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

.entry        {
	background-color: white;
	margin: 0px 1px 40px 1px;
                }

.entry h2	{
	font-size: 0.95em;
	color: #FC0C9F;
	background-image: url(kerorin_s.gif);
	background-repeat: no-repeat;
         line-height: 180%;
	margin: 10px 3px 0px 3px;
	padding: 1px 10px 1px 30px;
	}

.entry h3	{
	font-size: 0.825em;
	color: #b1cbe3;
	background-image: url(duck.gif);
	background-repeat: no-repeat;
         line-height: 150%;
	margin: 0px 10px 0px 10px;
	padding: 1px 10px 1px 25px;
	}

.entry p	{
	font-size: 0.75em;
	color: #999999;
	line-height: 130%;
	padding: 1px 10px 1px 10px;
	}

.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: dotted 1px #4e87b9;
	padding-top: 6px;
	border-bottom: solid 1px #b1cbe3;
	}

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

.entry a	{
	color: #b1cbe3;
	}



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

#entrylink	{
	font-size: 0.75em;
	}

#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: 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 #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: 0.75em;
	}

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

#catetitle h1	{
	font-size: 1em;
	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: pink;
	background-image: url(kerorin_l.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;
                color: #b1cbe3
	margin-top: 10px;
	margin-bottom: 2px;
	}

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

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

#calendar caption	{
                text-align: left;
	color: #4DBAA1;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	background-color: #BEDADB;
	background-image: url(gyunyu.gif);
	background-repeat: no-repeat;
	margin: 1px 2px 2px 2px;
	padding: 3px 0 3px 20px;
	}


/* ブログペットメニュー */

.sidetitle	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: #4DBAA1;
                font-weight: bold;
	background-color: #BEDADB;
	background-image: url(coffee.gif);
	background-repeat: no-repeat;
	margin: 1px 2px 10px 2px;
	padding: 5px 0 5px 20px;
	}


/* カテゴリーメニュー */
#categories h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: #4DBAA1;
	background-color: #BEDADB;
	background-image: url(fruits.gif);
	background-repeat: no-repeat;
	margin: 5px 2px 1px 2px;
	padding: 5px 0 5px 20px;
	}

#categories a	{
	color: #FC0C9F;
	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: #4DBAA1;
	background-color: #BEDADB;
	background-image: url(gyunyu.gif);
	background-repeat: no-repeat;
	margin: 1px 2px 1px 2px;
	padding: 5px 0 5px 20px;
	}

#archives a	{
	color: #FC0C9F;
	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: #4DBAA1;
	background-color: #BEDADB;
	background-image: url(coffee.gif);
	background-repeat: no-repeat;
	margin: 1px 2px 1px 2px;
	padding: 5px 0 5px 20px;
	}

#recent a	{
	color: #FC0C9F;
	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;
	}



/* 携帯用サイト */

#qrcode h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	color: #4DBAA1;
	background-color: #BEDADB;
	background-image: url(fruits.gif);
	background-repeat: no-repeat;
	margin: 1px 2px 1px 2px;
	padding: 5px 0 5px 20px;
	}

#qrcode img  {
                border: none;
                }

#qrcode p	{
                text-align: center;
                }


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

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

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

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


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

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

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


