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

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


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

	/* ブログの横幅設定 */
	#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 {
	width: 190px;
	float: left;
	}

#center {
	width: 420px;
	float: left;
	}

#right {
	width: 190px;
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	margin: 0;
	background-image:url(/blog/renault/images/main_bg.gif);
	background-repeat:repeat;
	}

#container	{
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #666786;
	background: #FFFFFF;
	}

#banner	{
	border-bottom: solid 1px #666786;
	}

#center	{
	padding-top:20px;
	}

.sidebar	{
	padding-top:20px;
	}

#three #center {
	border-right: solid 1px #666786;
	}

#three #center {
	border-left: solid 1px #666786;
	}

#footer	{
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #666786;
	padding: 5px;
	}


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

#three #left{
width:175px;
}

#three #center {
width:408px;
}

#three #right{
width:175px;
}


	/* 左サイドバーの左右の余白 */
	#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;
		}


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


	#three #container {
		width: 802px;
		}




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

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

#title	{
	background-image: url(/blog/renault/images/top.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #666786;
	padding: 100px 20px 30px;
	}

#title h1	{
	font-size: 1.5em;
	margin-bottom: 0;
	}

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

#title h2	{
	font-size: 0.75em;
	margin-top: 6px;
	color: #FFCCFF;
	}


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

/* エントリー */
.entry h2	{
	font-size: 0.875em;
	color:#66CC33;
	font-weight: bold;
	}

.entry h3	{
	font-size: 0.875em;
	color: #FF9900;
	font-weight: bold;
	background-color: #FFFFCC;
	padding: 2px 2px;
	border-bottom:dotted 2px #FF9900;
	padding-bottom:2px;
	margin-bottom:2px;
	}

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

.entry p.posted	{
	font-size: 0.66em;
	color: #FF99FF;
	border-top: solid 1px #66CCFF;
	padding-top: 6px;
	}

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

.entry	{
	margin-bottom: 60px;
	}

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

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{
	color: #FFCC00;
	}

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

/* トラックバック */

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

#trackbacks h2	{
	font-size: 0.75em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

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

#trackbacks a	{
	color: #FFCC00;
	}

/* コメント */

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

#comments h2	{
	font-size: 0.75em;
	}

#comments p	{
	font-size: 0.75em;
	color: #666666;
	}

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

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

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

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

#comments a	{
	color: #FFCC00;
	}


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

#categorydata h1	{
	font-size: 1em;
	border-bottom: solid 2px #DDE8FF;
	padding-bottom: 8px;
	}

#categorydata h2	{
	font-size: 0.75em;
	color: #999999;
	}

#categorydata ul	{
	font-size: 0.875em;
	color: #FFCC00;
	margin-bottom: 30px;
	}

#categorydata a	{
	color: #66aacc;
	}

#categorydata	{
	border-bottom: solid 2px #DDE8FF;
	}



/* 月別データ */

#monthdata h1	{
	font-size: 0.75em;
	border-top: solid 2px #666786;
	border-bottom: solid 2px #666786;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#monthdata h2	{
	font-size: 0.875em;
	color: #999999;
	}

#monthdata h2 a	{
	color: #FF9900;
	}

#monthdata span	{
	font-size: smaller;
	}

#monthdata p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	border-bottom: dotted 1px #DDE8FF;
	padding-bottom: 20px;
	padding-left: 20px;
	}


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

.sidebar a	{
	color: #FFCC00;
	}

.sidebar ul	{
	font-size: 0.875em;
	color: orange;
	list-style-position:inside;
	margin-left:0;
	padding-left:0;
	margin-top: 5px;
	margin-bottom: 30px;
	}



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


/* カウンター */
#counter	{
	font-size: 0.75em;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	}


/* ニュース*/
#news	 {
	margin: 10px 10px ;
	padding; 10px 10px;
	}


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

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

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

#calendar caption	{
	background-color: #FFCC00;
	color:#FFFFFF;
	font-weight:bold;
	}



/* フィード情報 */

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

#feed a	{
	color: #8fabbe;
	}


/* Movable Type情報 */

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

#powered a	{
	color: #8fabbe;
	}



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

#footer {
	font-size: 0.66em;
	font-family: "verdana", "Arial", "Helvetica";
	color: #FFFFFF;
	background: #666786;
	}

