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

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

#container {
	width: 700px;
	}


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

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

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



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

body {
       	text-align: center;
	}

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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	/*background-color: #33CCFF;*/
	/*background-image: url("images/shiba.jpg");*/
	background-color: #F0F0F0;
	}

#main	{
	background-color: #ffffff;
	padding: 20px 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position-y: top;
	}


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

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



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

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

/* ヘッダー */
#title	{
	height: 160px;
	background-image: url(images/headder1.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	padding: 25px 20px 0px;
	}

#title h1	{
	font-size: 1.0em;
font-style: normal;
	margin-bottom: 0;

	}

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

#title h2	{
	font-size: 0.75em;
	margin-top: 6px;
	color: #22cf66;
	}

/* ナビゲーション */
#navigation{
	margin: 0px;
	padding: 0px;
	width: 700px;
	/*background-color: #0099FF;*/
	background-color: #FFFFFF;
	/*border-top: 1px solid #AAAAAA;*/
}
#navigation ul	{
	margin: 0px 0px;
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
#navigation li{
	width: 120px;
	display: inline;
	margin: 0px;
	padding: 2px 20px;
	color: #0099FF;
}
#navigation li a{
	width: 100%;
	text-decoration: none;
	color: #0099FF;
}
#navigation li a:active,#navigation li a:hover{
	text-decoration: underline;
	color: #0099FF;
}
#navigation li span.current{
	width: 100%;
	text-decoration: none;
	color: #333333;
}


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

/* エントリー */
.entry h2	{
	font-size: 0.75em;
	}

.entry h3	{
	font-size: 0.875em;
	color: #0099FF;
margin-top: 4px;
	}
.entry h3 img	{
padding: 0px 4px 0px 0px;
	}
.entry h4	{
	font-size: 0.66em;
	color: #333333;
        font-weight: normal;
margin-top: 20px;
margin-bottom: 0px;
	}

/*.entry p	{*/
/*	font-size: 0.75em;*/
/*	color: #333333;*/
/*	line-height: 150%;*/
/*margin-left: 30px;*/
/*text-align : justify ;*/
/*	}*/

div.entry{
	font-size: 1em;
	color: #333333;
	line-height: 150%;
	margin-left: 30px;
	text-align : justify ;
	}
div.entry img{
	margin:4px 0px 4px 2px;
	}
.entry p.posted	{
	font-size: 0.66em;
	color: #666666;
	border-top: 1px dotted #aaaaaa;
	padding-top: 3px;
	padding-bottom: 15px;
	}

.entry a	{
	color: #0099FF;
	}

.entry	{
	margin-bottom: 40px;
	}




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

#entrylink	{
	font-size: 0.75em;
       	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}

#entrylink a	{
	color: #0099FF
	}

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


/* トラックバック */

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

#trackbacks a	{
	color: #0099FF;
	}



/* コメント */

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

#comments h2	{
	font-size: 0.75em;
	margin-top: 30px;
	}


#comments form div	{
	font-size: 1em;
	border-top: none;
	padding-top: 0;
	}


#comments div.comment-content	{
	font-size: 1em;
	color: #333333;
	line-height: 150%;
	margin-top: 20px;
	text-align : justify ;
	}

#comments div.comment-header{
	font-size: 0.75em;
	color: #333333;
	border-top: 1px dotted #aaaaaa;
	padding-top: 6px;
	padding-bottom: 15px;
	}
#comments abbr{
	border: none;
}
#comments div#comments-open-data{
	font-size: 0.75em;
	color: #333333;
}
#comments div#comments-open-text{
	font-size: 0.75em;
	color: #333333;
}



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

#categorydata h1	{
	font-size: 1em;
	border-bottom: solid 2px khaki;
	padding-bottom: 8px;
	}

#categorydata h2	{
	font-size: 0.75em;
	color: #999999;
	}

#categorydata ul	{
	font-size: 0.875em;
	color: khaki;
	margin-bottom: 30px;
	}

#categorydata a	{
	color: #66aacc;
	}

#categorydata	{
	border-bottom: solid 2px khaki;
	}


/* 月別データ */

#monthdata h1	{
	font-size: 0.75em;
	border-top: solid 2px khaki;
	border-bottom: solid 2px khaki;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#monthdata h2	{
	font-size: 0.875em;
	color: #999999;
	}

#monthdata h2 a	{
	color: #3366aa;
	}

#monthdata span	{
	font-size: smaller;
	}

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



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

/* カレンダー */
#calendar table	{
    width: 100%;
    font-size: 0.75em;
    text-align: center;
    margin: 20px  0;
    padding: 0;
    border-collapse: collapse;
	}

#calendar td	{
	padding: 3px 0;
	}
.today {
    display: block;
    /*border: 1px solid #444444;*/
    background-color: #E8E8E8;
}

#calendar a	{
	color: #0099FF;
	}
#calendar a:hover	{
	text-decoration: none;
	background-color: #0099FF;
	color: #FFFFFF;
	}


#calendar caption	{
	/*border-bottom: solid 1px #999999;*/
	margin-bottom: 6px;
	margin-top: 10px;     
	text-align: left;
	}
/*
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}
*/

/* メニュー */
.sidebar h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:left;
	color: #333333;
	background-color: #E8E8E8;
	padding: 2px 3px;
	}

.sidebar a	{
	color: #0099FF;
	}

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

.sidebar li {
	margin-top: 5px;
}


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



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


/* フッター */

#footter{
	clear: both;
	width: 700px;
	margin: 0px 0px 50px 0px;
	padding: 3px 0px 0px 0px;
}

#footter address{
	font-size: 0.75em;
	float: left;
	margin: 0;
	padding: 1em;
	font-style: normal;
}

#footter span{
	font-size: 0.75em;
	float: right;
	margin: 0;
	padding: 1em;
	color: #333333;
}
#footter a 	{
	color: #FFFFFF;
}

#footter a:hover,#footter a:active	{
	color: #FFFFFF;
}


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

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

#center h3	{
	font-size: 0.875em;
	color: #0099FF;
	border-bottom: 1px dotted #aaaaaa;
	padding: 3px 0px;
	}

#center h4	{
	font-size: 0.875em;
	color: #333333 ;
	border-left: 4px solid #0099FF;
	padding-left: 4px;
	}
	
#center ul {
	list-style-type:none;

}
	
#center li{
	font-size: 0.75em;
	padding: 2px 0px 4px;
	color: #333333;
}

#center li span{
	font-size: 0.8em;
	color: #999999;
}
#center li a{
	color: #0099FF;
}
#center li.caption{
	font-size: 0.75em;
color:#666666;
}

#center p{
	font-size: 0.8em;
	color: #333333;
}


