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

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

#container {
	width: 700px;
	}


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

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

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


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

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

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

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

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



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

body {
 text-align: center;
	margin-right: 0;
	margin-left: 0;
	}

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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	background-color: #000033;
	font-family: verdana, 'trebuchet ms', sans-serif;
	}

#main	{
	background-color: #000033;
	padding-top: 20px;
	}


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

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

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

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

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



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

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

#title	{
	background-color: #000033;
	}




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

.entry h2	{
	font-size: 0.65em;
	color: purple;
	}

.entry h3	{
	font-size: 0.775em;
	color: purple;
	background-image: url(fk.gif);
	background-repeat: no-repeat;
	padding: 10px 25px 10px;
	}

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

.entry p.posted	{
	font-size: 0.56em;
	color: #000033;
 border-top: solid 2px #000033;
	padding-top: 5px;
	text-align: right;
	}

.entry a	{
	color: purple;
	}

.entry	{
	margin-bottom: 20px;
	border: solid 1px #ffffff;
	background-color: #ffffff;
 padding: 5px;
	}




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


/* メニュー */
.sidebar h2	{
	font-size: 0.65em;
	margin-bottom: 0px;
	border-bottom: solid 0px white;
	text-align:center;
	color: #000033;
	background-color: #ffffff;
	padding: 3px 0 0;
	}

.sidebar a	{
	color: #ffffff;
	}

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

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 0.65em;
	text-align: center;
	color: #ffffff;
	padding: 3px 0 0;
	}

#calendar td	{
	padding: 3px 0;
	}

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

#calendar caption	{
	border-bottom: solid 0px white;
	background-color: #ffffff;
	color: #000033;
	margin-bottom: 10px;
	}

/* ++++++ 月別アーカイブ ++++++ */
/* ++++++ ヘッダー部分のデザイン ++++++ */

#title	{
	background-color: #000033;
	}

#title h1	{
	font-size: 0em;
	margin-bottom: 0;
	}

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

#title h2	{
	font-size: 0em;
	margin-top: 0px;
	}



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

body	{
	background-color: #000033;
	font-family: verdana, 'trebuchet ms', sans-serif;
	}

#main	{
	background-color: #000033;
	padding-top: 20px;
	}


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

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

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

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

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



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

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

#title	{
	background-color: #000033;
	}


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



#categorydata h1	{

	font-size: 0.75em;

	border-bottom: solid 2px #ffffff;

 color: #ffffff;

	padding-bottom: 8px;

	}



#categorydata h2	{

	font-size: 0.65em;

	color: #ffffff;

	}



#categorydata ul	{

	font-size: 0.75em;

	color: #ffffff;

	margin-bottom: 30px;

	}



#categorydata a	{

	color: #fff799;

	}



#categorydata	{

	border-bottom: solid 2px #ffffff;

	}





/* ++++++ 最近のエントリー ++++++ */

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

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

#container {
	width: 700px;
	}


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

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

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


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

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

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

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

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




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

body {
 text-align: center;
	margin-right: 0;
	margin-left: 0;
	}

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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	background-color: #000033;
	font-family: verdana, 'trebuchet ms', sans-serif;
	}

#main	{
	background-color: #000033;
	padding-top: 20px;
	}


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

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

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

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

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




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

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

#title	{
	background-color: #000033;
	}




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

.entry h2	{
	font-size: 0.65em;
	color: purple;
	}

.entry h3	{
	font-size: 0.775em;
	color: purple;
	background-image: url(fk.gif);
	background-repeat: no-repeat;
	padding: 10px 25px 10px;
	}

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

.entry p.posted	{
	font-size: 0.56em;
	color: #000033;
 border-top: solid 2px #000033;
	padding-top: 5px;
	text-align: right;
	}

.entry a	{
	color: purple;
	}

.entry	{
	margin-bottom: 20px;
	border: solid 1px #ffffff;
	background-color: #ffffff;
 padding: 5px;
	}




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


#entrylink	{
	font-size: 0.65em;
	}

#entrylink a	{
	color: #fff799;
	}

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