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

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

#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;
	}

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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	font-size: 0.75em; 
                text-align: center;
}
#footer a {
              color: #999999;
}

strong {
  font-size : 100%;
  font-weight : normal;
}


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

body	{
	background-color: #aed685;
	}

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


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

	/* 左サイドバーの左右の余白 */
	#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	{
	background-image: url(futsal-top.jpg);
	background-repeat: no-repeat;
	background-position: 110% 92%;
	background-color: #588066;
	padding: 25px 20px 80px;
	}

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

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

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




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

#center {
            font-size: 0.75em; 
            text-align: center;
            line-height: 150%;
}

#center h3 {
	font-size: 1em;
	color: #999999;
}


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

.entry h3	{
	font-size: 0.875em;
	color: #3366aa;
	}

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

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

.entry a	{
	color: #66aaff;
	}

.entry	{
	margin-bottom: 10px;
	}


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

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

#categorydata h2	{
	font-size: 1em;
	color: #999999;
	border-bottom: solid 2px #ff8d53;
	padding-bottom: 8px;
}

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

#categorydata a	{
	color: #66aacc;
	}

#categorydata	{
	border-bottom: solid 2px #ff8d53;
	text-align: left;
}

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

#entrylink	{
	font-size: 1em;
	text-align: left;
}

#entrylink a	{
	color: #66aaff;
	}

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

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

.ken {
       color: #88cc33;
	font-weight:normal;
}
/* カテゴリーメニュー */
#categories h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #fbb101;
	padding: 3px 0 0;
	}

#categories a	{
	color: #88cc33;
	font-weight:normal;
}

#categories ul	{
	font-size: 0.75em;
	font-weight:bolder;
　　　　　　　color: #333333;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}

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

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

#categories li li	{
	background-image: url(branch.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	}

#categories li li.sublast	{
	background-image: url(branch_last.gif);
	}

#categories	{
	margin-bottom: 30px;
	}

/* リンク集カテゴリーメニュー */
#categories-sougo h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #fbb101;
	padding: 3px 0 0;
	}

#categories-sougo a	{
	color: #88cc33;
	font-weight:normal;
}

#categories-sougo ul	{
	font-size: 0.75em;
	font-weight:bolder;
　　　　　　　color: #333333;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}

#categories-sougo ul ul	{
	font-size: 1em;
	margin-left: 10px;
	}

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

#categories-sougo li li	{
	background-image: url(branch.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	}

#categories-sougo li li.sublast	{
	background-image: url(branch_last.gif);
	}

#categories-sougo	{
	margin-bottom: 30px;
	}

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

.sidebar a	{
	color: #66aacc;
	}

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


/* フィード情報 */
#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;
	}

/* 追加 */
.footer-navi
{ 
   background: #fff;
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
}


/* フッター */

#footer
{
   width: 640px; /* necessary for ie win */
   height: 40px;
   background: url(img/footer.gif)  no-repeat;
   position: center;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #66837d;
   line-height: 40px;
}

.footer-navi
{ 
   background: #fff;
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
}

#ad
{
clear: both;
}
