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

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

#container {
	width: 800px;
	}


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

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

	/* サイドバーの横幅 */
	#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;
	}




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

body	{
	background-image: url(design-image/bg-color.gif);
	background-color: #EBEBE3;
	background-repeat: repeat-x; 
	}

#main	{
	background-color: #000000;
	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;
		}



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

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

/* ヘッダー */
#banner	{
	font-family: "Century Gothic";
	color: #FFFFFF;
	background-color: #EBEBE3;
	text-align: left;
	height: 28px;
	background-image: url(design-image/head.jpg);
	padding-left: 15px;
	}

#banner h1 {
	font-size: 22px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 0px;
	background: url(design-image/title-line.gif) no-repeat 0px 30%;
	padding: 5px 0px 0px 10px;
	}

#banner h2 {
	font-size: 9px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 122%;
	padding-top: 2px;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */
/* アーカイブ */
#pagebody {
	font-size: 1em;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
	}

#pagebody h1 {
	font-size: 1em;
	border-left: solid 10px #FFFFFF;
	padding: 5px;
	}

#pagebody h2 {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	background-image: url(design-image/date-border.gif);
	height: 20px;
	padding-top: 8px;
	padding-left: 5px;
	}

#pagebody p.entry-footer {
               border-top: 3px double #58554B;
               }

/* エントリー */
.entry img {
	margin: 0px 5px 5px 0px;
	}

.entry blockquote {
	line-height: 150%;
	}

.entry li {
	line-height: 150%;
	}

.entry h2 {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	background-image: url(design-image/date-border.gif);
	height: 20px;
	padding-top: 8px;
	padding-left: 5px;
	}

.entry h3 {
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;	
	}

.entry p	{
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.entry p.posted {
	color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	border-top: 3px double #58554B;
	}

.entry a	{
	color: #66aaff;
	}

.entry	{
	margin-bottom: 40px;
	}

/* コメント */
.comments h2 {
	color: #FFFFFF;
	font-size: 12px;
	}

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

.comments p.comment-footer	{
	color: #999999;
	font-size: 10px;
	text-align: left;
	border-top: 3px double #58554B;
	padding-top: 6px;
	}

.comments h2#com02	{
	border-top: solid 1px #58554B;
	padding-top: 40px;
	}

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

.comments a	{
	color: #999999;
	}

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

/* カレンダー */
#calendar {
  	line-height: 140%;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: x-small;
  	padding: 5px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #CCCCCC;
	font-family: "Century Gothic", "ＭＳ Ｐゴシック", Osaka;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	}
	
#calendar td a {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #3A3934;
	}
	
#calendar td a:hover {
	background-color: #727663;
	}

/* メニュー */
.sidebar h2	{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: 28px;
	background-image: url(design-image/date-border.gif);
	background-repeat: repeat-x;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 8px;
	padding-left: 5px;
	font-family: "ＭＳ Ｐゴシック";
	}

.sidebar a	{
	color: #66aacc;
	}

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

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar li {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	margin-top: 4px;
	list-style-type: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background: url(design-image/blet.gif) no-repeat 0px 50%;
	}

.sidebar li a:hover {
	background-color: #636057;
}

.sidebar li li {
	padding-left: 0px;
	background: none;
	margin-left: 10px;
	list-style-type: disc;
}

.sidebar img {
	border: 1px solid #676456;
	margin: 5px;
	}


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



/* Movable Type情報 */
#powered	{
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	}

/*　以下はインクルードパーツ用　*/
.inc-big {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}/*　inc-bigは大きいフォント　*/

.inc-big b{
	font-weight: bold;
}

.inc-nomal {
	font-size: 8px;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}/*　inc-nomalはノーマルフォント　*/
	
.inc-nomal b{
	font-weight: bold;
}

.inc-nomal hr {
	border: 1px dotted #666666;
	margin: 3px 0px 3px 0px;
	}/*　hrはグレー　*/
	
.inc-small {
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}/*　inc-smallは小さいフォント　*/

