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

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

#firstline {
	width: 737px;
	}

#container {
	width: 737px;
	}


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

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

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




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

body {
       	text-align: center;
	}

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

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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */
body {
	margin:0;
	padding:0;
	}

#firstline {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:5px;
	border-left:solid;
	border-right:solid;
	border-width:1px;
	border-color:#CCCCCC;
	
	background-color:#F0F0F0;
	text-align: left;
	color:#666666;
	font-weight:normal;
	font-size:0.75em;
	_font-size:0.847em;

	}

#container {
	padding-top:17px;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:3px;
	border-left:solid;
	border-right:solid;
	border-width:1px;
	border-color:#CCCCCC;
	}
	
#header {
	margin-bottom:7px;
	}

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

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

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

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

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

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

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

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

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



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



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



/* ++++++ フッター部分のデザイン ++++++ */


