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

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

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




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



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

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

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

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

	.sidebar #calendar table	{
		width: 170px;
		}

	#three .sidebar #calendar table	{
		width: 160px;
		}

	#right #calendar table	{
		width: 168px;
		}

	#three #right #calendar table	{
		width: 158px;
		}



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

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

#title	{
	background-image: url(http://www.2life-style.com/mtstore/images/sky.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #3366aa;
	padding: 5px 15px;
	margin-bottom: 20px;
	height:165px;
	}

#title h1	{
	font-size: 2em;
	margin-bottom: 0;
	margin-top:20px;
	}

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

#title h2	{
	font-size: 0.8em;
	margin-top: 6px;
	color: #56a516;
	}


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

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

.entry h3	{
	font-size: 0.875em;
	color: orangered;
	border-bottom: solid 2px #3366aa;
	padding-bottom: 5px;
	}

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

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

.entry a	{
	color: #66aaff;
	}

.entry	{
	margin-bottom: 30px;
	border: solid 1px #aaddff;
	padding: 0 15px;
	background-color: white;
	}



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

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	border: solid 1px #aaddff;
	background-color: white;
	}

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

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

#calendar caption	{
	background-color: #3366aa;
	color: #ffffff;
	}


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

.sidebar a	{
	color: #3366aa;
	text-decoration: none;
	}

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

.sidebar li	{
	background-color: white;
	padding: 5px 0;
	border-bottom: solid 1px #aaddff;
	text-align: center
	}

/* 月別アーカイブ */
#archives form	{
	margin-top: 10px;
	margin-bottom: 30px;
	}

#archives select	{
	width: 170px;
	}

#three #archives select	{
	width: 160px;
	}



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


.toplink {
font-size:9px;
color:#9c9a9c;
}

.toplink a:visited {
color:#9c9a9c;
}








