@charset "EUC-JP";

/*
Theme Name: 自然　新緑
Theme URI: http://livedoor.decoweb.jp/
Description:  春の芽吹きを感じるテンプレート
Version: two-right
Author: decoweb
Author URI: http://www.decoweb.jp/
*/

/*************** リンク定義 ***************/

/*** リンク設定 ***/

a:link,
a:visited,
a:active{
	color: #9FC144;
}

a:hover{
	color: #9FC144;
	text-decoration: none;
}

#contents .entry-title a:link,
#contents .entry-title a:visited{
   	color: #9FC144; 
	text-decoration: none;
}

#contents .entry-title a:hover{
        color: #E8EEBB;
	text-decoration: underline;
}

/*************** body ***************/

body{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: sans-serif;"MS PGothic",'Lucida Grande','Hiragino Kaku Gothic Pro', verdana, Arial, 'trebuchet ms','ヒラギノ角ゴ Pro W3';
	background: url(http://livedoor.blogimg.jp/nozomi78/imgs/3/b/3b4a5e04.jpg) repeat-x top #DBE494;
	color: #333300;
	word-wrap: break-word;
}

img{
	border: 0;
}

div#main-container
{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #FFF;
}

/*************** ヘッダー  ***************/

div#banner
{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

/*** h1 ---- ヘッダー内サイトタイトル ***/

div#banner h1, div#banner h2{
	font-size: large;
	margin: 0;
	padding: 10px 10px;
}

/*** ヘッダー内サブタイトル ***/

div#banner-description{
	margin: 0;
	padding: 10px 10px;
	color: #999;
}

.style-fbtw {
	text-align: right;
}



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

div#banner a{
	color: #9FC144;
	text-decoration: none;
}

div#banner a:hover{
	color: #9FC144;
	text-decoration: underline;
}



/*************** 切替写真  ***************/

#photo
{
	width: 950px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
}


/*************** 上部メニュー  ***************/

#menu ul{
margin: 0; 
padding: 0; 
list-style: none;
}

#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

#menu li a{
display: block; 
border: 1px solid #666;
background-color: #fff;
padding: 3px;
text-decoration: none;
color: #333;
width: 146px; 
margin: 1px;
text-align: center;
font-size: medium;
}
#menu li a:hover{
background-color: #2d56be;
color: #fff;
}



/*************** メイン（左中右カラム）  ***************/

div#main{
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

/*************** コンテンツ（中央カラム） ***************/

/****** 中央カラムレイアウト ******/

#contents{
	width: 700px;
	float: left;
	overflow: hidden;
	padding: 20px 0 0 0;
}

/****** コンテンツ内定義 ******/

div.contents-main{
	width: 680px;
	margin: 0;
	padding: 0 10px 0 20px;
}

/*** エントリーボディ内 h2 ***/
/*** コメント内 h2 ***/
/*** トラックバック内 h2 ***/

.entry-body h2,
.comment h2,
.trackback h2{
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: double #9FC144;
}

/*** エントリーボディ内 h3 ***/
/*** コメント内 h3 ***/
/*** トラックバック内 h3 ***/

.entry-body h3,
.comment h3,
.trackback h3 {
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 2px solid #9FC144;
}

/*** エントリーボディ内 h4 ***/
/*** コメント内 h4 ***/
/*** トラックバック内 h4 ***/

.entry-body h4,
.comment h4,
.trackback h4 {
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 1px dotted #9FC144;
}

/*** エントリーボディ内 blockquote ***/

.entry-body blockquote{
	width: 90%;
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #9FC144;
}

/*** エントリーボディ内 ol ul ***/
/*** コメント内 ol ul ***/
/*** トラックバック内 ol ul ***/

.entry-body ul,
.comment ul,
.trackback ul,
.entry-body ol,
.comment ol,
.trackback ol{
	margin: 5px 0 10px 5px;
	padding: 0;
}

.entry-body li,
.comment li,
.trackback li{
	margin: 3px 0 3px 25px;
}

/*** 続きを読む ***/

a.continues{
	float: left;
	margin: 20px 0;
}

/*** コンテンツ内パンくず ***/

.pankz{
	margin: 5px 0;
	padding: 0;
	font-size: x-small;
	text-align:left;
}

/*** コンテンツ内ページナビ ***/

.page-navi{
	margin: 5px 0;
	padding: 0;
	font-size: x-small;
}

/****** エントリー ******/

div.entry{
	width: 670px;
	margin: 0 0 40px 0;
}

/****** 見出し上日付 ******/

.entry-date{
	text-align: right;
	font-size: small;
	margin-top: 10px;
}

/****** エントリーヘッダー ******/
/*** h2 ---- コンテンツ内の見出し ***/

#contents h1.entry-title, #contents h2.entry-title{
	margin: 0 0 20px 0;
	padding: 10px 5px 10px 50px;
	font-size: medium;
        font-weight: 900;
	letter-spacing: .20px;
	background: url(http://www.4wanderer.net/img/yaruo_15.gif) no-repeat top left;
}

/****** エントリーボディ ******/
/****** コメント ******/
/****** トラックバック ******/

.entry-body,
.comment,
.trackback{
	line-height: 1.3;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}

br{
  letter-spacing: 0;
}

/*************** タグ ***************/

div.entry-tags{
	margin: 5px 0;
}

/****** タグヘッダー ******/

dl.article-tags {
	margin: 0 20px;
	padding: 0;
}

dl.article-tags dt{
	border-bottom: 1px dotted #999999;
	margin-bottom: 5px;
}

dl.article-tags dd{
	display: inline;
	margin: 0 5px;
	pading: 0;
}

/****** 投稿時間 ******/

div.posted{
	clear: both;
	padding: 5px;
	font-size: x-small;
	text-align: right;
	letter-spacing: 0;
	border-top: 1px solid #9FC144;
}

/****** トラックバック、コメント、コメント書き込み ******/

/***  見出し ***/

div.trackbacks-title,
div.comments-title,
div.comments-open-title,
div.category-title{
	margin: 20px 0;
	padding: 20px;
	font-size: medium;
	font-weight: bold;
	border: 3px solid #9FC144;
        border-style: dotted;
}

#trackbacks,
#comments,
#comments-open{
	margin-bottom: 30px;
}

/*** コメントテキスト,トラックバックテキスト ***/

.commenttext,
.trackbacktext{
	margin: 5px 0 15px 0;
}

/*** コメントフォーム ***/

#comment-form *
{
	margin: 0;
	padding: 0;
}

#comment-form{
	margin: 5px 0 0 5px;
}

#comment-form p{
	margin: 10px 0;
}

/*** フォームボタン ***/

#form-button{
	width: 350px;
	text-align: center;
}

textarea#text{
	width: 350px;
}

/*** エラー ***/

#error{
	border: 1px solid #FF0000;
	color: #FF0000;
	padding: 5px;
}

/*** 絵文字 ***/

#emoji{
	width:242px;
	height:167px;
	display: inline;
}

/*************** サイドレイアウト  ***************/

div#side
{
	width: 250px;
	float: right;
	font-size: small;
	overflow: hidden;
}

/*************** サイドバー（左右カラム） ***************/

div.menu *
{
	margin: 0;
	padding: 0;
}

div.menu
{
	width: 230px;
	margin: 10px;
	font-size: small;
	background:	transparent;
	list-style: none;
}

/*** サイドバー内見出し ***/

div.sidetitle{
	margin: 0;
	padding: 10px 5px 10px 40px;
	font-size: small;
	font-weight: bold;
	background: url(http://livedoor.blogimg.jp/nozomi78/imgs/6/1/619cdd75.jpg) no-repeat left top;
	border-bottom: 3px dotted #99CC66;
}

div.menu ul{
	font-size: small;
	margin: 10px 10px 5px 25px;
}

div.menu div.side{
	margin: 10px 0 20px 0;
}

div.sidebottom{
	margin: 0;
	padding: 0;
}

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

.menu ul,
.menu ol{
	margin: 5px 0 0 25px;
	padding: 5px 0;
}

.menu li{
	padding: 2px 0;
}

/*** サイドリンク ***/

div.sidebody{
	margin: 7px;
	font-size: small;
}

/*************** サイド上部カレンダー ***************/

div.calendarheadbody{
	margin: 5px 0 0 0;
	text-align: center;
}

.calendarheadbody div.calendarhead{
	margin-bottom: 10px;
	font-weight: bold;
}

.calendarhead a{
	font-weight: normal;
	font-size: x-small;
}

div.calbody{
	margin: 5px 0 20px 0;
}

.calbody table{
	width: 230px;
	border-collapse: collapse;
	border: 0;
	line-height: 140%;
}

.calbody th{
	text-align:center;
	font-weight:normal;
}

.calbody td{
	text-align:center;
}

td.weekday{
	font-weight: bold;
}

td.sat{
	font-weight: bold;
	color: #0000FF;
}

td.sun{
	font-weight: bold;
	color: #FF0000;
}

/*************** フッター ***************/

div#footer
{
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 5px 0;
	background : #9FC144;
	color: #FFF;
}

#footer a{
	color: #FFF;
}

/*** COPYRIGHT ***/

div#copyright{
	text-align: center;
	padding: 5px 5px 0 5px;
}

/*** decoウェブバナー ***/

div#powered{
	text-align: center;
	font-size: x-small;
	padding: 5px;
}

/*************** AD ***************/

div#ad{
	width: 390px;
	margin: 20px 0 10px 0;
	padding: 0;
}

/*************** ライブドア広告ヘッダー ***************/

table#header {
	width: 100%;
	border-bottom: 1px solid #999999;
}

table#header th {
	width: 1%;
}

table#header th img {
	margin: 2px 10px;
}

table#header td.catprbox {
	width: 1%;
	white-space: nowrap;
}

table#header td.catprbox span {
	margin-right: 15px;
}

table#header td.newstickerbox {
	width: 97%;
/*
	text-align: right;
	padding-right: 10px;
*/
}

table#header td.newstickerbox div {
	text-align: left!important;
	padding-left: 10px;
}

table#header td.startblogbox {
	width: 1%;
	padding-right: 20px;
	white-space: nowrap;
}

table#header td.startblogbox img {
	margin-right: 3px;
	border: 0;
	vertical-align: middle;
}

table#header td.startblogbox a.header-nav-livedoor {
	margin-right: 5px;
	border-right: 1px solid;
	padding-right: 5px;
}

table#header a {
	text-decoration: none!important;
}

table#header td {
	height: 16px!important;
}

td.newstickerbox div {
	width: 250px!important;
	height: 14px!important;
}

#header_scroll {
	width: 170px!important;
}

#header_topics div {
	height: 14px!important;
}

/*************** 第四世代-追加 ***************/
/**** Navigator ***/

div.index-navigator-outer {
	margin: 0 auto;
	padding: 15px 0 0 0;
	font-size: x-small;
}

ul.index-navigator,
.article-pager-outer ul.article-pager,
ul.archives-navigator{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
}

ul.index-navigator li,
ul.article-pager li,
ularchives-navigator li{
	display: inline;
	padding: 0;
	margin: 0 5px;
}

ul.index-navigator li.paging-number ol{
    display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.index-navigator li.paging-number ol a{
	margin: 0;
	padding: 0;
}

/*************** その他スペース ***************/

.elsebody{
	padding: 15px 0 0 0;
	text-align: center;
}

.elsebody img{
	margin: 3px 0;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}