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

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

#container {
	width: 700px;
	}


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

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

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



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

body {
	font-family: Verdana, Arial,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック, sans-serif;
	color: #333333;
       	text-align: center;
	}

a:link {
	color: #FF0066;
	text-decoration: none;
}

a:visited {
	color: #FF0066;
	text-decoration: none;
}

a:active {
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	color: #FF0066;
	text-decoration: underline;
}

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

#container	{
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #333333;
	}

#one #container	{
	background-image: none;
	}

#banner	{
	margin-top: 0px;
	margin-bottom: 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;
		}

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

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


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

	#container	{
		width: 702px;
		}


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

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

#title	{
	height: 140px;
	background-image: url(http://retrom247.com/img/head.gif);
	background-repeat: no-repeat;
	background-color: #333333;
	padding: 5px 0px 0px;
	}

#menu {
	margin-left: 40px;
	margin-top: 112px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a	{
	color: #FFFFFF;
	text-decoration: none;
	}

#menu a:hover {
	color: #FF0066;
	text-decoration: underline;
}

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

.entry h2	{
	font-size: 10px;
	font-weight: bold;
	}

.entry h3	{
	font-size: 11px;
	font-weight: bold;
	background-image: url(http://retrom247.com/img/mark.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 1px 15px;
	}

.entry p	{
	font-size: 10px;
	line-height: 150%;
	}

.entry p.posted	{
	font-size: 10px;
	border-top: solid 1px #999999;
	padding-top: 6px;
	}

.entry p.imgcenter	{
	text-align: center;
	}
.entry a img { border: none; } 

.entry	{
	margin-bottom: 20px;
	}

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

#entrylink	{
	font-size: 10px;
	}

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


/* トラックバック */

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

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

#trackbacks p	{
	font-size: 10px;
	margin-top: 8px;
	}

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


/* コメント */

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

#comments h2	{
	font-size: 11px;
	}

#comments p	{
	font-size: 10px;
	}

#comments div	{
	border-top: solid 1px #999999;
	}

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

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


/* カテゴリータイトル */

#catetitle	{
	background-image: url(http://retrom247.com/img/cate.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 15px 70px;
	}

#catetitle h1	{
	font-size: 11px;
	margin: 0;
	}

#catetitle p	{
	font-size: 10px;
	margin: 5px 0 0;
	}

.pagemenu{
  font-size: 10px;
  text-align: center;
}

/* 月別タイトル */

#datetitle	{
	background-image: url(http://retrom247.com/img/arch.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 15px 55px;
	}

#datetitle h1	{
	font-size: 11px;
	margin: 0;
	}



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

/* カレンダー */
#calendar table	{
	width: 100%;
	font-size: 10px;
	text-align: center;
	}

#calendar td	{
	padding: 2px 0;
	background-color: white;
	}

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

#calendar caption	{
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
	}

#calendar	{
	margin-bottom: 20px;
	}

/* カテゴリーメニュー */
#categories h2	{
	border-top: solid 1px #999999;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
	padding: 10px 0 0 0;
	}

#categories ul	{
	font-size: 10px;
	list-style-type:none;
	margin-top: 10px;
	margin-left:0;
	padding-left:0;
	}

#categories li	{
	background-image: url(http://retrom247.com/img/menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 15px;
	}


#categories ul ul	{
	font-size: 10px;
	margin-left: 10px;
	}

#categories li	{
	padding-bottom: 5px;
	}

#categories li li	{
	background-image: url(http://retrom247.com/img/menu02.gif);
	background-position: 0px 5px;
	padding-left: 15px;
	}

#categories	{
	margin-bottom: 20px;
	}



/* アーカイブメニュー */

#archives h2	{
	border-top: solid 1px #999999;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
	padding: 10px 0 0 0;
	}

#archives ul	{
	font-size: 10px;
	list-style-type:none;
	margin-top: 10px;
	margin-left:0;
	padding-left:0;
	}

#archives li	{
	background-image: url(http://retrom247.com/img/menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 15px;
	}

#archives li	{
	padding-bottom: 5px;
	}

#archives	{
	margin-bottom: 20px;
	}


/* エントリーメニュー */

#recent h2	{
	border-top: solid 1px #999999;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
	padding: 10px 0 0 0;
	}

#recent ul	{
	font-size: 10px;
	list-style-type:none;
	margin-top: 10px;
	margin-left:0;
	padding-left:0;
	}

#recent li	{
	background-image: url(http://retrom247.com/img/menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 15px;
	}

#recent li	{
	padding-bottom: 5px;
	}

#recent	{
	margin-bottom: 20px;
	}

/* フィード情報 */
#feed	{
	font-size: 10px;
	color: #666666;
	border-top: solid 1px #999999;
	}

/* Movable Type情報 */
#powered	{
	font-size: 10px;
	color: #666666;
	margin-top: 30px;
	}

#powered a	{
	color: #666666;
	text-decoration: none;
	}

#powered	{
	margin-bottom: 30px;
	}

#cnt	{
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 30px;
	}


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

/* コピーライト情報 */

#footer	{
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
	}



