/* ---------------------------------------------------------------------- */
/* 「Movable Type　ブログテンプレート＆デザインガイド」ベーステンプレート */
/* Copyright (c) エ・ビスコム・テック・ラボ http://www.ebisu.com/ ,       */
/* (株）毎日コミュニケーションズ http://book.mycom.co.jp/                 */
/* ---------------------------------------------------------------------- */


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

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

#container {
	width: 700px;
	}


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

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

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


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

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

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

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

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



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

body {
	margin: 0;
	padding: 0;
       	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;
	}




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


body	{
	background-color: #333333;
	}

#main	{
	background-color: #ffffff;
	padding-top: 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;
		}





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

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



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

/* エントリー */
.entry h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	}

.entry h3	{
	font-size: 0.875em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 700;
	color: #000000;
	padding: 10px 0;
	border-bottom: 1px dotted #708074;
	}

.entry p	{ 
	font-size: 0.75em;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	line-height: 150%;
	}

.entry p.posted	{
	font-size: 0.66em;
	color: #666666;
	padding-top: 6px;
	}

.entry a	{
	color: #F27490;
		text-decoration: none;
	}

.entry	{
	margin-bottom: 40px;
	}

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

#entrylink	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #F27490;
	}

#entrylink a	{
	color: #F27490;
	}

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


/* トラックバック */

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

#trackbacks h2	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #F27490;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

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

#trackbacks a	{
	color: #3366aa;
	}



/* コメント */

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

#comments h2	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #F27490;
	}

#comments p	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments div	{
	border-top: dotted 1px #cccccc;
	}

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

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

#comments a	{
	color: #666666;
	}


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

#categorydata h1	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding-bottom: 15px;
	color: #F27490;
	}

#categorydata h2	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	}

#categorydata ul	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.875em;
	color: #666666;
	margin-bottom: 30px;
	}

#categorydata a	{
	color: #F27490;
	}

#categorydata	{
	
	}
	
#categorydata p	{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 0.66em;
	color: #666666;
	line-height: 150%;
	padding-bottom: 20px;
	}


/* 月別データ */

#monthdata h1	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding-bottom: 15px;
	color: #F27490;
	}

#monthdata h2	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	}

#monthdata h2 a	{
	color: #666666;
	}
	

#monthdata span	{
	font-family: Verdana, Arial, sans-serif;
	font-size: smaller;
	}

#monthdata p	{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 0.66em;
	color: #000000;
	line-height: 150%;
	padding-bottom: 20px;
	}




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

/* カテゴリーメニュー */

.sidebar {
	border:solid 1px #cccccc;
	}

.sidebar h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-bottom: 0px;
	color: #F27490;
	padding: 5px 0;

	}

.sidebar a	{
	color:   #666666;
	}

.sidebar ul	{
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 line-height: 1.6em;
	list-style-type:none;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left:0;
	}
	
	
	/* フィード情報 */

#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.5em;
	color: #666666; 
	}

#feed a	{
	color:  #666666;
	}
	
	
	/* Movable Type情報 */

#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.5em;
	color: #666666;
	margin-top: 20px;
	}

#powered a	{
	color:  #666666;
	}
	

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

#footer	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.5em;
	color: #666666;
	text-align:center; 
	padding: 2px;
	border-top: solid 1px #cccccc;
	}


