@charset "UTF-8";


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

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

#container {
	}


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

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

	/* サイドバーの横幅 */
	#left, #right	{
		}




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

body {
	text-align: center;
	background-color: #CCCCCC;
	margin-top: 0px;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: auto;
	width: 700px;
	padding: 0px;
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
	}

#left {
	float: left;
	}

#center {
	float: left;
	padding-left: 20px;
	}

#right {
	float: right;
	padding-right: 20px;
	width: 200px;
	padding-left: 0px;
	margin: 0px 0px 20px;
	}

#footer {
	clear: both;
	font: x-small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background: #999999;
	text-align: center;
	margin: 5px auto 0px;
	padding-top: 4px;
	padding-bottom: 10px;
}



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

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

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

	/* 右サイドバーの左の余白 */
	#right div	{
	width: 173px;
	margin-bottom: 20px;
	float: right;
		}

	#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: 175px;
		}

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



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

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

#title	{
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	padding: 10px 15px 35px;
	margin-bottom: 10px; }

#title h1	{
	font-size: x-large;
	margin-bottom: 0;
	}

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

#title h2	{
	font-size: small;
	margin-top: 6px;
	color: #FFFFFF;
	}


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

/* エントリー */
.entry h2	{
	font-size: small;
	color: #999999;
	}

.entry h3	{
	font-size: medium;
	color: #336666;
	border-bottom: 2px solid #669999;
	padding-bottom: 5px;
	}

.entry p	{
	font-size: small;
	color: #333;
	line-height: 170%;
	}

.entry p.posted	{
	font-size: x-small;
	color: #aaaaaa;
	border-top: 2px solid #FFCC99;
	padding-top: 6px;
	}

.entry a:link {
	color: #66aaff;
	text-decoration: underline;
	}

.entry a:visited {
	color: #3366aa;
	text-decoration: underline;
	}

.entry a:hover {
	color: #CC0000;
	text-decoration: underline;
	}


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



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

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

#calendar td	{
	padding: 3px 0;
	border: solid 1px #C3C3C3;
	}

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

#calendar caption	{
	background-color: #666699;
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	}


/* メニュー */
.sidebar h2	{
	font-size: small;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #006666;
	padding: 4px 0;
	}

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

.sidebar a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

.sidebar ul	{
	font-size: small;
	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: 30px;
	}
