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

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

#container {
	width: 693px;
		}

	/* ヘッダーの横幅 */
	#banner	{
		width: 693px;
		}

	/* メインの横幅 */
	#main	{
		width: 693px;
		}

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

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

	/* フッターの横幅 */
	#footer	{
		width: 693px;
		}


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


body	{
	background-color: #fff;
	}

#container {
	background-color: #fff7;
	}

#banner	{
	background-color: #fff;
	}

#main	{
	background-color: #fff;
	}
	
#center {
	background-color: #fff;
	}

#right {
	}

#left {
	background-color: #fff;
	}

#footer	{
	background-color: #fff;
	}


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

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0;
	}
#banner	{
	margin-bottom: 20px;
	padding: 0px;
	}
#main {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#left {
	float: left;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 20px;
	}

#center {
	float: left;
	padding: 0;
	margin: 0;
	}

#right {
	float: right;
	margin: 0px;
	padding: 0px;
	}

#footer	{
	clear: both;
	margin: 0px;
	padding: 0px;	}

#calendar {
	margin-bottom: 10px;
	}

#recent {
	margin-bottom: 0px;
	}

#archives {
	margin-bottom: 10px;
	}

/* +++++++++++++++++++++ フォントの種類設定 +++++++++++++++++++++ */
#container	{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	color: #666;
	}

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

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


#banner	{
	font-size: 12px;
	color: #666;
	}

#banner img{
	margin-bottom: 15px;
	}

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

/* ++++ トピックス部分のデザイン ++++ */
#topics	{
	font-size: 12px;
	color: #666;
	line-height: 120%;
	
	margin-top: 30px;
	}

#topics h2 {
	font-size: 14px;
	color: #157033;
	line-height: 200%;
	
	margin-top: 8px;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 0;

	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	}

#topics p	{
	padding-left: 45px;
	font-size: 12px;
	line-height: 120%;
	
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
	}

/* ++++ トピックス部分のデザイン ++++ */
.entry	{
	font-size: 12px;
	color: #666;
	margin-bottom: 12px;
	}

#cat h1 {
	font-size: 18px;
	color: #006600;
	margin: 0;
	background-image: url(http://www.luceverde.com/img/img_catebg_main.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 30px;
	padding-top: 10px;
	}

.entry h1	{
	font-size: 16px;
	color: #006600;
	padding: 0;
	margin-top: 0;
	margin-left: 15px;
	background-image: url(http://www.luceverde.com/img/img_titlebg_main.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
	}

.entry h2	{
	font-size: 16px;
	color: #006600;
	margin-top: 20px;
	margin-left: 15px;
	background-image: url(http://www.luceverde.com/img/img_titlebg_main.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
	}

.entry h3	{
	font-size: 12px;
	color: #006600;
	padding-left: 10px;
	margin: 0;
	}

.entry p	{
	padding-left: 45px;
	font-size: 12px;
	line-height: 120%;
	}

.entry p.posted	{
	font-size: 10px;
	line-height: 120%;
	color: #fff;
	padding-top: 6px;
	border-bottom: solid 1px #fff;
	margin-bottom:50px;
	}

.entry p.posted	a	{
	color: #fff;
	text-decoration:underline;
	}

.entry p.posted	a:hover	{
	color: #fff;
	text-decoration:underline;
	}

.entry table {
	padding-left: 45px;
	}

.entry td {
	font-size: 13px;
	line-height: 150%;
	}
.entry ul	{
	font-size: 12px;
	color: #006600;
	list-style-type: disc;
	list-style-position:outside;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 20px;
	}
.entry li	{
	margin-top: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 5px;
	padding-left: 0;
	color: #006600;
	}

.entry a:link,a:visited{
	color: #006600;
	}

.entry a:hover,a:active 	{
	color: #8CC63F;
	}
.entry-date	{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #952A24;
	}

.entry-page	{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	}

.entry-page a	{
	color: #666;
	}

.entry-page a:hover	{
	color: #AD5D59;
	}

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

#entrylink	{
	color: #666;
	}

#entrylink a	{
	color: #666;
	}

#entrylink a:hover	{
	color: #AD5D59;
	}

#entrylink p	{
	margin-top: 0px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: left;
	}

/* トラックバック */

#trackbacks	{
	border: solid 1px #999;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 45px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2.tb	{
	font-size: 12px;
	margin-bottom: 0px;
	}

#trackbacks p	{
	font-size: 12px;
	color: #666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 12px;
	color: #666;
	margin-bottom: 0px;
	border-top: dotted 1px #999;
	padding-top: 20px;
	}

#trackbacks a	{
	color: #666;
	}

/* コメント */

#comments	{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	border-bottom: dotted 1px #fff;
	font-size: 12px;
	color: #fdab46;
	}

#comments p	{
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#comments p.posted	{
	color: #fff;
	padding-left: 40px;
	margin-bottom: 10px;
	border-bottom: solid 0px #fff;
	}

#comments div	{
	border-style: none;
	}

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

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

#comments a	{
	color: #fff;
	}

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

/* メニュー */
.sidebar h2	{
	font-size:12px;
	color: #666;
	text-align:left;
	margin: 0;
	padding: 0;
	line-height: 130%;
	}

/* エントリーメニュー */
#recent 	{
	text-align:left;
	font-size: 12px;
	color: #fff;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:15px;
	}

#recent-title 	{
	font-size: 12px;
	color: #FFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

#recent-entry 	{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
	padding-left: 0px;
	margin: 0px;
	}

#recent-entry a 	{
	color: #fff;
	}

#recent-entry a:link{
	color: #fff;
	}

#recent-entry v:link{
	color: #fff;
	}

#recent-entry a:hover,a:active 	{
	color: #ccc;
	}

#recent-entry ul	{
	font-size: 10px;
	color: #fff;
	list-style-type:disk;
	list-style-position:inside;
	padding-left: 5px;
	margin: 0px;
	}

#recent-entry li	{
	margin: 0px;
	color: #fff;
	padding-left: 0px;
	}

.recent-count	{
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 15px;
	}

#recent-count a	{
	color: #666;
	}

#recent-count a:link	{
	color: #666;
	}

#recent-count a:hover,a:active 	{
	color: #AD5D59;
	}

/* カテゴリー */
#category 	{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	}

#category-title	{
	text-align:left;
	font-size: 12px;
	color: #fff;
	background-color: #8CC63F;
	height: 22px;
	padding-top: 5px;
	padding-left: 5px;
	}
	#category-title	a {
		color:#FFFFFF;
		text-decoration:none;
	}
	#category-title	a:hover {
		text-decoration:underline;
	}
#category-entry 	{
	margin: 0;
	padding: 0;
	}

#category-entry a:link{
	color: #006600;
	text-decoration: none;
	}

#category-entry a:visited{
	color: #006600;
	text-decoration: none;
	}

#category-entry a:hover,a:active 	{
	color: #8CC63F;
	text-decoration: none;
	}

#category-entry ul	{
	font-size: 12px;
	color: #006600;
	list-style-type: none;
	list-style-position:outside;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	line-height: 150%;
	}
#category-entry li	{
	margin-top: 2px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 5px;
	padding-left: 5px;
	color: #006600;
	}

#subcategory ul	{
	font-size: 12px;
	color: #006600;
	list-style-type: square;
	list-style-position:outside;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	}
#subcategory li	{
	margin-top: 1px;
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 5px;
	padding-left: 0;
	color: #006600;
	}
#subcategory-entry ul	{
	font-size: 12px;
	color: #006600;
	list-style-type: disc;
	list-style-position:outside;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	}
#subcategory-entry li	{
	margin-top: 1px;
	margin-left: 30px;
	margin-right: 0;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 5px;
	padding-left: 0;
	color: #006600;
	}
#subcategory a:link{
	color: #006600;
	text-decoration: none;
	}

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

#subcategory a:hover,a:active 	{
	color: #8CC63F;
	text-decoration: none;
	}
#category-count	{
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	}

#category-count a	{
	color: #fff;
	}
#category-count a:hover,a:active 	{
	color: #fff;
	}

/* 月別アーカイブ */

#archives 	{
	text-align:left;
	font-size: 12px;
	color: #fff;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:15px;
	}


#archives-title 	{
	font-size: 12px;
	border-bottom: solid 1px #DFDFDF;
	color: #FFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

#archives-month 	{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
	}

#archives-month a	{
	color: #FFF;
	text-decoration: none;
	}

#archives-month a:hover,a:active 	{
	color: #ccc;
	}

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

#archives-month li	{
	color: #FFF;
	margin-bottom: 0px;
	line-height: 200%; 
	}



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

#footer	{
	font-size: 10px;
	color: #fff;
	}

#footer p	{
	text-align:right;
	font-size: 12px;
	color: #006600;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #006600;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin: 0;
	}

#pagetop {
	text-align: right;
	margin: 5px;
	padding: 0;
	}
