/*
 * 「いのちある野菜　ななくさ」ブログ用スタイルシート
 * designed by Fuji Xerox Kagoshima Co.Ltd., 2006.
 */

/* ページ全体 */

body {
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-color: #E6FFCC;
	background-repeat: repeat-y;
	width: 750px;
}


/* 全体のリンク色 */

A {
	color: #3333CC;
	text-decoration: none;
}

A:link {
	color: #009900;
	text-decoration: none;
}

A:link:hover {
	color: #99CC33;
	text-decoration: underline;
}

A:link:active {
	color: #009900;
	text-decoration: none;
}

A:visited {
	color: #009900;
	text-decoration: none;
}

A:visited:hover {
	color: #99CC33;
	text-decoration: underline;
}

A:visited:active {
	color: #009900;
	text-decoration: none;
}

.clear {
	clear:both;
}


p {
	margin:0;
	padding:7px 0px 7px 0px;
}

.none{
	display: none;
}


/* ヘッダー */

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 150px 10px 0px 10px;
	background-image: url(images/bg_header.gif);
	margin-bottom: 20px;
	background-repeat: repeat-x;
}

#header h1 {
	font-size: 1.5em;
	margin-bottom: 5px;
	padding: 0px;
	}

.description {
	font-size:100%;
}


/* ヘッダーリンク色 */

#header A {
	color: #009900;
	text-decoration: none;
}

#header A:link {
	color: #009900;
	text-decoration: none;
}

#header A:link:hover {
	color: #99CC33;
	text-decoration: underline;
}

#header A:link:active {
	color: #009900;
	text-decoration: none;
}

#header A:visited {
	color: #009900;
	text-decoration: none;
}

#header A:visited:hover {
	color: #99CC33;
	text-decoration: underline;
}

#header A:visited:active {
	color: #009900;
	text-decoration:none;
}




/* レイアウト */

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	padding:0;
}



#left-container {
	width:100%;
	float:left;
	background:#FFFFFF;
}



#left-container .sub {
	width:100%;
	float:right;
	margin-left:-200px;
	background:#FFFFFF;
}


#left {
	width:200px;
	float:left;
	background:#FFFFFF;
}


/* 記事まわり */

#main {
	padding:0px 10px 10px 10px;
	background: #FFFFFF;
	width: 530px;
	float: left;
	line-height: 1.35em;
}

#main img {
	border-style: none;
}

/* 画像左寄せ */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* 画像右寄せ */
#main .imageright{
	padding-left: 10px;
	float: right;
}

#main h2 {
	font-size: 120%;
	margin-bottom: 5px;
}


#main h3 {
	font-size: 100%;
	margin-bottom: 5px;
}

#main h3 img {
	margin: 0px;
	padding: 0px;
}

#menu {
	font-size: 90%;
	text-align: left;
	margin-bottom: 15px;
}


strong {
}


.sign {
	margin-bottom: 10px;
}


.extended {
	display:block;
}


#main .posted {
	font-size: 85%;
	margin-bottom: 25px;
	padding: 3px 0px 0px 0px;
	border-top: 1px dotted #ccc;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

/* テキストエリア文字サイズ広さ設定 */

textarea[id="comment-text"] {
	width: 80%;
}

/* コメンター画像ボーダー消去 */

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}


/* サイドバー */

#left h2 {
	font-size: 80%;
	margin-bottom: 0px;
	padding: 0px;
}
#left #search h2 {
	font-size: 80%;
	font-weight: bold;
	text-indent: -10000em;
	background-image: url(images/title_search.gif);
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#left #category h2 {
	font-size: 80%;
	font-weight: bold;
	text-indent: -10000em;
	background-image: url(images/title_category.gif);
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#left #profile h2 {
	font-size: 80%;
	font-weight: bold;
	text-indent: -10000em;
	background-image: url(images/title_profile.gif);
	height: 40px;
	margin-top: 20px;
	padding: 0px;
}



/* サイドバーリスト */

#left ul{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}



#left li {
	font-size: 100%;
	text-align: left;
	line-height: 120%;
	margin-top: 5px;
	background-image: url(images/bg_category.gif);
	height: 24px;
	text-indent: 1em;
	list-style-image: url(images/list_point.gif);
}


/* サイドバー画像 */

#left img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
#left .link-note form {
	margin: 0px;
	padding: 0px;
}




#powered {
	font-size: 80%;
	line-height: 1.35em;
	text-align: left;
	margin-top: 5px;
	padding: 5px;
	}


.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	}

.rss-fead {
	padding: 10px;
	margin-top: 5px;
	text-align: center;
}
#rss-fead {
	display: block;
	text-indent: -10000em;
	width:140px;
	height:21px;
	background-image: url(images/button_rss.gif);
}
#content-nav h2 {

	font-size:140%;
	line-height:150%;
	border-left: 7px solid #99CC33;
	color: #008000;
	padding-left:7px;
	margin-bottom:25px;
}


#entry {
	padding: 10px 0px 10px 0px;
}
#entry h2 {
  display:none;
  margin:0;
  padding:0;
}
#entry h3 {
  font-size:120%;
  margin:0;
  padding-bottom:10px;
}
#entry .entry-footer {
	font-size: 85%;
	text-align: right;
	border-top: 1px dotted #bbb;
	margin-bottom:15px;
}



#recent-entry h2 {
	text-indent: -10000em;
	margin-bottom: 10px;
	background-image: url(images/title_entry.gif);
	height: 40px;
}
#recent-entry ul {
	margin: 0px;
	padding: 0px;
}
#recent-entry li {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #9c3;
}

/*検索結果画面*/
#searchResult {
padding: 10px;
}
#searchResult h2 {
	font-size: 120%;
	margin-bottom: 5px;
}
#searchResult h3 {
	font-size: 100%;
	margin-bottom: 5px;
}
#searchField {
padding:10px;
margin-bottom:10px;
border: 1px #666 dotted;
}
#searchField form {
margin:0px;
}
#searchField h2 {
	font-size: 120%;
padding:0px;
	margin: 0px;
}
#searchField h3 {
	font-size: 100%;
padding:0px;
	margin: 5px;
}
#searchField p {
padding:0px;
	margin: 0px;
}

/* フッター */

#footer {
	color: #333333;
	padding: 5px 5px 40px 5px;
	clear:both;
}
#footer p {
	border-bottom: 2px solid #9C6;
	text-align: right;
	font-size: 75%;
}


/* アドレス */

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-top: 5px solid #009000;
	padding-top: 10px;
	font-style: normal;
}
