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

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

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

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


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

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

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

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

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


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

/* ++++++ 全体の設定 ++++++ */

body {
    font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, sans-serif;
	background-color: #FFF2AD;
    text-align: center;
	}

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

#main {
	background-color: #FFFFFF;
	padding-top: 20px;
    padding-bottom: 10px;
	}

#left {
	float: left;
	}

#center {
	float: left;
  	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	font-size: 10pt;
	line-height: 160%;
	font-weight: bold;
	color: #339900;
	text-align: center;
	padding-top: 10px;
	}


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

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


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

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

/* ヘッダー */
#banner	{
  /*padding: 15px 0px;*/
    padding: 0px 0px;
	}

#banner h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0px;
	}

#banner h1 a {
	text-decoration: none;
	color: #339900;
	}

#banner h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	margin-top: 6px;
	}


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

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

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

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

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

.entry a {
	color: #339900;
	}

.entry {
	margin-bottom: 40px;
	}

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

#entrylink {
	font-size: 0.75em;
	}

#entrylink a {
	color: #339900;
	}

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


/* トラックバック */

#trackbacks	{
	border: 1px solid #FF9999;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2 {
	font-size: 0.75em;
	margin-bottom: 0px;
	}

#trackbacks p {
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3 {
	font-size: 0.75em;
	color: #999999;
	margin-bottom: 0px;
	border-top: 1px dotted #FF9999;
	padding-top: 20px;
	}

#trackbacks a {
	color: #339900;
	}


/* コメント */

#comments {
	border: 1px solid #FF9999;
	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: 1px dotted #FF9999;
	}

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

#comments h2#com02 {
	border-top: 1px dotted #FF9999;
	padding-top: 40px;
	}

#comments a	{
	color: #339900;
	}

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

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

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

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

#categorydata a	{
	color: #66aacc;
	}

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

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

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

#monthdata h2 a	{
	color: #339900;
	}

#monthdata span	{
	font-size: smaller;
	}

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

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

/* カレンダー */
#calendar table	{
    font-family: Verdana, Arial, sans-serif;
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	border: solid 1px #FF9999;
	}

#calendar td {
	padding: 5px 0px;
	border: solid 1px #FF9999;
	}

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

#calendar caption {
    padding: 3px 0px 0px;
	background-color: #FF9999;
	}

/* プロフィール */

#profile {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    }

/* プロフィール */

#link {
    font-family: Verdana, Arial, sans-serif;
    }

/* メニュー */
.sidebar h2	{
    font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #FF9999;
	padding: 3px 0px 0px;
	}

.sidebar a {
	color: #339900;
	}

.sidebar ul	{
    font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	list-style-type:none;
	/*margin-top: 5px;*/
    margin-top: 5px;
	margin-bottom: 30px;
	margin-left:0px;
	padding-left:0px;
    }


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



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

/* フッターのスタイル */
# footer_copy {
    margin-top: 5px;
	margin-bottom: 5px;
    }
