@charset "EUC-JP";


/* ----------------------------------------
 作成日:2012.02.18
 テンプレート名:green
 by gocchimama (http://blog.a-alice.net)
---------------------------------------- */


/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000000;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-color:#ffffff;
	background-image:url(http://img-cdn.jg.jugem.jp/fed/2230908/20120218_596557.jpg);  /* 背景画像 */
	background-repeat:no-repeat;  
	background-position:100% 0%;
	background-attachment:fixed;  
}

/* ページ全体のリンク色 */
a {color:#323232;text-decoration:underline;}
a:link {color:#333;text-decoration:underline;}
a:visited {color:#999999;text-decoration:underline;}
a:hover {color:#ff6600;text-decoration:none;}
a:active {color:#ff6600;text-decoration:none;}


/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#000000;text-decoration:none;}
h1 a:hover,h1 a:active {color:#999999;text-decoration:none;}

/* 両サイドメニューのリンク色 */
#left a,#right a {color:#323232;text-decoration:underline;}
#left a:link,#right a:link {color:#333;text-decoration:underline;}
#left a:visited,#right a:visited {color:#999999;text-decoration:underline;}
#left a:hover,#right a:hover {color:#ff6600;text-decoration:none;}
#left a:active,#right a:active {color:#ff6600;text-decoration:none;}

/* カレンダーのリンク色 */ 
.cell a,.call a:link,.call a:visited {color:#000000;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#999999;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
/* -------------------------------------

　■ページ全体の変更方法（初期は幅950に設定されています）
  ・A にページ全体の幅を指定する
  ・B + 40 = A になるように B の値を指定する
  ・C + D + E + 40 + 40 = A になるように C と D と Eの値を指定する
  
  ※左サイドの幅は C　、記事の枠の幅は D 、右サイトの幅は E の値を変更 
  ※余白(padding)の値を変えない場合の方法です
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:950px; /* A */
	margin:0 auto;
	padding:20px 0 0;
	text-align:left;
	background-color:#fff;
	
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:910px;  /* B */
	height:200px;
	clear:left;
	margin:0 auto 20px;
	padding:0;
	background-color:#ffffff;  
	background-image:url(http://img-cdn.jg.jugem.jp/fed/2230908/20120218_596550.jpg);    /* トップ画像 */
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;  
}

/*コンテンツ枠（記事の枠＋両サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0 20px 20px 20px;
}

/*　左側の幅（右サイドメニューの枠）　*/
#left {
	float:left;
	width:200px;  /* C */
	zoom:1;
}

/*　メインの幅（記事の枠）*/
#main {
	float:left;
	width:470px;  /* D */
	padding:0 20px 0 20px;
	zoom:1;
}

/* ページャーのリンク色 */
#pager {
width:470px;
margin:0 auto 20px;
background-color:#ffffff;
text-align:center;
}
#pager span.current{
background-color:#ffffff;
padding:4px 4px;
color:#000000;
font-weight:bold;
}
#pager span a{
background-color:#ffffff;
color:#000000;
padding:4px 4px;
text-decoration:none;
}
#pager span a:hover,#pager span a:active {
background-color:#ffffff;
color:#ff6600;
text-decoration:none;
}

/*
#pager {

margin:0 auto 20px;
padding:10px 0px 0px 10px;
text-align:center;
}

#pager span {
	margin:0 2px;
}

#pager span.current{
	background-color:#7dc142;
	color:#fff;
	padding:2px 2px;
	text-decoration:none;
}

#pager span a {
	background-color:#e4e4e4;
	color:#565656;
	padding:2px 2px;
	text-decoration:none;
}

#pager span a:hover,
#pager span a:active {
	background-color:#7dc142;
	color:#fff;
	text-decoration:none;
}
*/


/*　右側の幅（右サイドメニューの枠）　*/
#right {
	float:left;
	width:200px;  /* E */
	zoom:1;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:20px;padding:45px 0 0 30px;}

/* ブログの説明文 */
div#description {margin:10px 0 0 0;padding:0 0 0 30px;}

.entry {margin:0 0 15px 0;}

/* 次の記事・前の記事 */
#entryNavi {margin:0 0 15px 0;}

/* 記事のタイトル */
h2 {font-size:14px;font-weight:bolder}

/*　記事の日付　*/
.edate{
text-align:right;
color:#96cc7a;
font-weight:bold;}

/* LOVEボタン */	
.entryLove {margin:5px 0;}

/* 記事本文 */
.entryBody {margin:15px 0 0 0;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999;
	padding-left:5px;
}

/* 記事カテゴリのリンク色 */
.entryCategory a,
.entryCategory a:link,
.entryCategory a:visited,
.entryCategory a:hover,
.entryCategory a:active {
  color:#fff;
  text-decoration:none;
}

/* 記事のカテゴリ */
.entryCategory {
  background: no-repeat;
  font-size: 12px;
  margin: 0 0;
  max-width: 480px;
  padding: 0px;
}

.entryCategory .categoryName {
  background: url(http://img-cdn.jg.jugem.jp/469/3758764/20190827_1689090.png) repeat-x;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  height: 16px;
  margin: 0 0 0 0;
  position: relative;
}

* html .entryCategory .categoryName {
  border-right: 440px solid #fff;
  filter:progid:DXImageTransform.Microsoft.Chroma(Color=white);
  filter: chroma(color=white)
}

.entryCategory .categoryName span {
  color: #fff;
  display: block;
  max-width: 440px;
  overflow: hidden;
  padding: 0 12px 0 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

* html .eutryCategory .categoryName span {
        display:inline-block;
        position:relative;
        margin-right:-440px;
}

.entryCategory .categoryLeft {
  background: url(http://img-cdn.jg.jugem.jp/469/3758764/20190827_1689089.png) no-repeat left;
  height: 16px;
}

.entryCategory .categoryRight {
  background: url(http://img-cdn.jg.jugem.jp/469/3758764/20190827_1689091.png) no-repeat right;
  height: 16px;
}

* html .entryCategory .categoryLeft {
  margin-top: -1px;
}


/* コメント枠 */
#comment {border:1px #000 solid;padding:20px;margin:20px 0 0 0;}

	#commentTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 15px 0;}
	
	ul.commentState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:350px;margin:0 0 10px 0;}
	
	
/* トラックバック枠 */
#trackback {border:1px #000 solid;padding:20px;margin:20px 0 0 0;}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
		
	#trackback input {width:350px;}
	
	.trackbackName {margin:0;}
	.trackbackBody {margin:5px 0;}
	
	ul.trackbackState {margin:0 0 15px 0;}
	
	ul.trackbackState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}

/* プロフィールのページ */
#profile{margin:0;}

	#profileTitle {font-size:14px;font-weight:bolder;}
	#profileName {margin:15px 0 0 0;}
	#profileBody {margin:5px 0;}
	
/* このページの先頭へ */	
/* .pageTop {margin:10px 0 0 0} org */

 .pageTop {
	text-align:right;
  }

 .pageTop a,
 .pageTop a:link,
 .pageTop a:visited {
  color:#323232;
  text-decoration:underline;;
}
 .pageTop a:hover,
 .pageTop a:active {
  color:#ff6600;
  text-decoration:none;
}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #CCC;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {border:1px #aaaaaa solid;padding:5px;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {    font-size:14px;
        font-weight:bolder;
	color: #ffffff;
	background-color: #96cc7a;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0;}

/* サイドメニューの内容 */
.sideContents {margin:0 0 20px 0;line-height:1.8em;}

/* カレンダーの１マス幅 */
.cell {width:27px;}

.b{
font-size: 80%;
border:3px double #8c663f;/*ワクの装飾*/
background-color:#e6ffb3; /*ボタンの背景色*/
color:#665555;}

/*---------------------------------------- */
/* サイト内検索(ヘッダーの検索窓) */
#search_box {
  float:left;
  width:200px;
}
.search {
  background:url(http://imaging.jugem.jp/template/wall_1/img/icon_search.png) no-repeat #fff 6px 4px;
  border:0;
  border:solid 1px #ccc;
  color:#aaa;
  margin-right: 10px;
  padding:5px 0 5px 25px;
  padding-top:4px\9;/*IE8以下でのテキストエリアの余白指定*/
  width:105px;
}
.search_btn {
  background: url(http://img-cdn.jg.jugem.jp/469/3758764/20190827_1689188.png);    /* 検索ボタン画像 */
  border: none;
  color:#fff;
  cursor:pointer;
  height: 25px;
  padding:4px;
  width: 47px;
}

/* 最近の記事にリストマーク追加 */
.latest_entry_mark ul li {
display: inline-block;
background:url(http://img-cdn.jg.jugem.jp/469/3758764/20190827_1688767.png);
background-repeat:no-repeat;
background-potision:center center;
background-size:7px 20px;
padding-left:15px;
vertical-align: top;
}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}