@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : 池尻さんち
 Layout : 3カラム 固定

 Update : 2009.6.8
==================================================
*/


/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager - ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/
html {
  scroll-behavior: smooth;
}

/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
  word-break: break-all;
}

body
, textarea {
color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	font-size: .8em;

}

body {
color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	font-size: .8em;

}

a:link
, a:active
, a:visited {}

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

table#header a:link
, table#header a:active
, table#header a:visited
, table#header a:hover {
  color: #ffffff;
}

h1#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
  color: #000000;
  text-decoration: none;
}

h1#blog-title a:hover {
  color: #000000;
  text-decoration: underline;
}

p#blog-description {
  color: #000000;
}

h2.archives-title {
  color: #0066ff ;
}

h2.article-title a:link
, h2.article-title a:active
, h2.article-title a:visited {
  color: #000000;
  text-decoration: none;
}

h2.article-title a:hover {
  color: #cc6633 ;
  text-decoration: underline;
}

ul.article-post li a {
  color: #92a662;
}

dl.article-category dd a {
  color: #92a662;
}

div.pager a {
  color: #0066ff ;
}

div.article-date-outer {
  color: #000000;
  }

ul.ping-info li.ping-date
, ul.comment-info li.comment-date {
  color: #0066ff ;
}

div.article-body a:link
, div.article-body a:active {
  color: #0066ff ;
}

div.article-body a:visited {
  color: #0066ff ;
}

div.article-body a:hover {
  color: #cc6633 ;
}

div.article-option h3 {
  color: #555555;
}

div.trackback-set a
, div.comment-set a {
  color: #000000;
}

div.comment-auth-announcement p a {
  color: #000000;
  font-weight: bold;
}

div.sidetitle {
  color: #000000;
}

div.sidetitle a {
  color: #000000;
}
div.calendarhead {
  color: #000000;
}

div.calendarhead a {
  color: #000000;
}

div.side a:link
, div.side a:active {
  color: #0066ff;
}

div.side a:visited {
  color: #0066ff ;
}

div.side a:hover {
  color: #cc6633 ;
  text-decoration: underline; 
}

div.ramdampick2 a:link
, div.nav a:active {
  color: #ffffff !important;
  text-decoration: none; 
}

div.ramdampick2 a:visited {
  color: #ffffff ;
  text-decoration: none; 
}

div.ramdampick2 a:hover {
  color: #ffffff ;
  text-decoration: none; 
}

div#footer p
, div#footer p a {
  color: #0066ff;
}

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  min-width: 1280px;
  height: 100%;
  background: #fffacc url(http://livedoor.blogimg.jp/diet2channel/imgs/2/e/2e56ce72.png);
  background-repeat: repeat;
  background-attachment: fixed;
  text-align: center;
}

div#container {
  width: 1280px;
  height: 100%;
  margin: 10px auto 0;
  padding-bottom: 10px;
  position: relative;
  background: #fffacc url(http://livedoor.blogimg.jp/diet2channel/imgs/2/e/2e56ce72.png);
  background-repeat: repeat;
  background-attachment: fixed;
  /*
  box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
*/
}

div#content {
}
div#content2 {
width:1050px;
float:right;
margin-left: -310px;
}

div#sub
, div#main
, div#extra {
  overflow: hidden;
}

div#main {
  float: left;
  display: inline;
  width: 100%;
  height: 100%;
  margin-top:10px;
  
}

div#main div.column-inner {
 margin: 0 320px 0 0;
}

div#sub {
  float: left;
  //margin-left: -50%;
  display: inline;
  width: 220px;
  background: #fffacc url(http://livedoor.blogimg.jp/diet2channel/imgs/2/e/2e56ce72.png);
  background-repeat: repeat;
  }

div#sub div.column-inner {
  padding-bottom: 8px;

}

div#sub div.column-inner-2 {
background: #fffacc url(http://livedoor.blogimg.jp/diet2channel/imgs/2/e/2e56ce72.png);
  background-repeat: repeat;
 
  padding:10px 0;
}

div#sub div.nav {
  width: 210px;
  height: 600px;    
  background: #ffffff; 
  color: #FFFFFF;
  
　}

div#sub div.fixed {
  position: fixed;
  top: 0px;
  color: #FFFFFF;
}


div#extra {
  float: left;
  margin-left: -310px;
  display: inline;
  width: 310px;
  background: #fffacc url(http://livedoor.blogimg.jp/diet2channel/imgs/2/e/2e56ce72.png);
  background-repeat: repeat;
}

div#extra div.nav {
  width: 300px;
  height: 600px;    
  background: #ffffff; 
  color: #FFFFFF;
  
　}

div#extra div.fixed {
  position: fixed;
  top: 0px;
  color: #FFFFFF;
}

div#extra div.column-inner {
  padding-bottom: 8px;
}

div#extra div.column-inner-2 {
  background: #fffacc url(http://livedoor.blogimg.jp/diet2channel/imgs/2/e/2e56ce72.png);
  background-repeat: repeat;
  padding:10px 0;
}


/* ----------------------------------------------- */
/** サイドボックス */
div#social_box{
  background:#fff;
  width:90px;
  text-align:center;
  position:fixed;
  top:520px;
  padding:5px;
  margin-left:1290px;
  list-style-type:none;
  border-Top:1px solid #636563;
  border-bottom:1px solid #636563;
  border-left:1px solid #636563;
  border-right:1px solid #636563;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  }

#social_box li{
  text-align:center;
padding: 6px 8px 2px 8px;
}


/** スクロール固定用 */
/*
#nav {
  width: 210px;
  height: 600px;    
  background: #ffffff; 
  color: #FFFFFF;
　}

.fixed {
  position: fixed;
  top: 20px;
}
*/


/* ----------------------------------------------- */
/** clearfix */

div#container:after
, div#content:after
, div#content2:after
, ul.article-navigator:after
, ul.archives-navigator:after
, div.article-body:after
, div.article-body div.article-body-more:after
, div#trackback-form ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer
, h2.archives-title
, div.article-body
, div.article-footer
, div.article-footer2
, div.article-footer3
, div.article-footer4
, h2.article-title
, div.pager
, ul
, div.index-navigator-outer {
	height: 1%;
}

/** peek-a-boo bug */
div#trackback-form
, div#trackbacks-list
, div#comments-list
, div#comment-form {
	height: 1%;
}

/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
  background: url(http://livedoor.blogimg.jp/diet2channel/imgs/1/c/1cbd9970.jpg) no-repeat center;
  background-size:1280px 250px !important;
  width:1280px;
  height:250px;
  text-align: left;
  /*margin: -1px 0 10px;*/
}

div.blog-title-outer-2 {}

div.blog-title-outer-3 {}

h1#blog-title {

    display:none;

/*
  margin: 0;
  padding: 220px 100px 0 20px;
  font-size: 130%;
  font-weight: bold;
*/

}

div.blog-description-outer {}

p#blog-description {
  margin: 0;
  padding: 10px 60px 10px 20px;
  line-height: 135%;
  font-size: 0%;
}

/* ----------------------------------------------- */
/** メニューバー */

#globalnavi{
margin: 0 auto;
padding: 0;
width: 100%;  
height:26px;
font-size:12px;
/*
background:#5d2e0c;url(http://livedoor.blogimg.jp/diet2channel/imgs/0/c/0cead708.jpg);repeat-x;
*/
background-image: url(http://livedoor.blogimg.jp/diet2channel/imgs/4/9/49d82aae.png);
background-repeat: repeat-x;

font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	
}

#globalnavi ul{
list-style-type: none;
margin: 0 auto;
padding: 0;
width: 1280px;
}

#globalnavi li{
float: left;
margin: 0;
padding: 0;
width: 182.857px;
}

#globalnavi a{
text-align: center;
display:block;
padding: 5px 10px 5px 10px;
height:100%;
color: #404040;
font-weight: bold;
height:16px;
text-decoration: none;
border-right:1px solid #DAA520;
margin:0px 0px 0px 0px;
}

#globalnavi a:hover{
background-color:#ffcc80;
color: black;
font-weight: bold;
height:16px;
text-decoration: none;
border-right:1px solid #DAA520;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

div.archives-title-outer {
  border-collapse: collapse; 
  border-top:1px solid #636563;
  border-bottom:1px solid #636563;
  border-right:1px solid #636563;
  border-left:1px solid #636563;
  padding-top: 8px;
  margin-bottom: 10px;
  background: #FFFAD4;
}

div.archives-title-outer-2 {
  padding-bottom: 8px;
}

div.archives-title-outer-3 {
  padding: 10px 0;
}

h2.archives-title {
  margin: 0;
  text-align: center;
  font-size: 160%;
}

/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

div.pager {
  margin-bottom: 10px;
  text-align: left;
  color: #0066ff ;
  

}

div.pager-inner {
  padding: 0 0 8px;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {
  background: #FFFAD4;
}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {
  padding: 10px 0;
  font-size: 130%;
}

ul.index-navigator li a {
  padding: 0 7px;
  color: #0066ff;
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
  list-style-type: none;
  padding: 5px 0;
  font-size: 130%;
}

ul.archives-pager li {
  padding: 2px 5px;
}

ul.archives-pager li a {
  padding: 0 5px;
}

ul.archives-pager li.both {}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
  padding: 7px 0;
  font-size: 90%;
}

ul.article-pager li {
  float: left;
  width: 49%;
  line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
  overflow: hidden;
}

ul.article-pager li {
  padding-top: 1px;/* 1px余白（上部） */
  padding-bottom: 32768px;
  margin-bottom: -32767px;/* 1px余白（下部） */
}

ul.article-pager li a {
  display: block;
  margin: 0 10px;
}

ul.article-pager li.prev {
  text-align: right;
}

ul.article-pager li.next {
  text-align: left;
}

ul.article-pager li.both {}


/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
  min-height:100%;
  margin-bottom: 20px;
  text-align: left;
}

div.article-outer-2 {}

div.article-outer-3 {}

/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
  background:#ffffff;
  height:auto;
  min-height:100%;
  }

/*** 日付 */
div.article-date-outer {
        background: url(http://livedoor.blogimg.jp/diet2channel-test/imgs/9/c/9c74f0ef.png) no-repeat;
	float: left;
	font-size: 100%;
	font-weight: bold;
        color: #7c9443;
        padding-left: 10px;
        margin-top:6px;
        margin-left:15px;
        padding-bottom:3px;
  
}
div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
  padding:0px 0 15px 10px;
}
div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
        
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/category.gif) no-repeat;
        float: left;
	padding-left: 20px;
        margin-top:7px;
        margin-left:8px;
        margin-right:20px;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
}

div.article-category-outer dl.article-category dt
, div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 90%;
}

div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: none;
}


/*** social */
ul.article-social-outer{
        height:26px;
        float: right;
        margin-top:5px;
        margin-right:10px;
}
ul.article-social-outer li {
	display: inline;
}

/*** 記事タイトル */
div.article-title-outer {
         border-collapse: collapse; 
         border-top:1px solid #636563;
         border-bottom:1px dashed #636563;
         border-right:1px solid #636563;
         border-left:1px solid #636563;
         clear: left;
         }

h2.article-title {
	font-size: 160%;
	font-weight: bold;
	font-color: #92a662;
        display:table-cell;
        vertical-align: middle;
        padding:20px;
        background: url(http://livedoor.blogimg.jp/diet2channel-test/imgs/8/c/8cf248d5.png) no-repeat;
        }

/*** 追加情報枠 */
div.article-sub-title-outer {
         width:auto;
         float:left;
         border-collapse: collapse; 
         border-bottom:1px solid #636563;
         border-right:1px none;
         border-left:1px solid #636563;
         }

h2.article-sub-title {
        width:728px;
        float:left;
	font-size: 100%;
	font-weight: bold;
	font-color: #92a662;
        background: url(http://livedoor.blogimg.jp/diet2channel-test/imgs/4/e/4e17eb76.png) no-repeat;
        margin:0px;
        }




/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
        height: 100%;
        	background-color: #ffffff;
	padding: 10px 5px 0px 5px;
	line-height: 255%;
	font-size: 100%;
        border-left:1px solid #636563;
        border-right:1px solid #636563;
       }

div.article-body-inner {
        float: left;
	width: 100%;
        margin-top: 10px;
	overflow: hidden;
}

/*** 続きを読む */
div.article-body span.article-continue {
        border:dashed 1px green;/* 枠を設ける */
        text-align: center;
        font-size:140%;
	display: block;
	padding:0px 0px;
        margin: 20px;
        

}

span.article-continue a{

  color:red;/* 文字色を変える */
  text-decoration: none;
  padding:10px 0px;
  display: block;
  background-color:#ffffff
}

span.article-continue a:hover{
  text-color: #00cc66;
  display: block;
  background-color:#ffffcc;

    
}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}



div.article-body h1 {
	padding: 5px 0 5px 5px;
	border-bottom: solid 3px #ffccff;
	border-left: solid 7px #ffccff;
	margin: 10px 0;
	font-size: 180%;
}
div.article-body h2 {
	padding: 5px 0 5px 5px;
	margin: 10px 0;
	border-bottom: solid 3px #ffccff;
	border-left: solid 7px #ffccff;
	font-size: 150%;
}
div.article-body h3 {
	margin: 10px 0;
	font-size: 130%;
}
div.article-body h4 {
	font-size: 120%;
	margin: 10px 0;
}
div.article-body h5 {
	font-size: 110%;
	margin: 10px 0;
}
div.article-body h6 {
	font-size: 105%;
	margin: 10px 0;
}

div.article-body ol {
	margin: 10px 20px;
}
div.article-body ul {
	margin: 10px 15px;
}

div.article-body dt {
	font-weight: bold;
}

div.article-body dd {
	margin-left: 1em;
}


/*** blockquote & pre */
div.article-body pre {
	background-color: #f2f1c1;
	margin: 5px 0;
	padding: 5px 15px;
}

div.article-body blockquote {
	padding: 5px 15px;
	margin: 5px 10px;
	border: solid 3px #ffccff;
}

/*** img */
div.article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 25px 10px 0;
}
dl.article-tags a:link{
	color: #0066ff;
}


/*** プライベートモード */
div.private-mode-announcement {
	border-color: #858585;
	line-height: 135%;
	font-size: 90%;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
        margin-bottom:10px;
        background-color: #ffffff;
        border-left:1px solid #636563;
        border-right:1px solid #636563;
        border-bottom:1px solid #636563;
	padding: 0 10px;
        
}

ul.article-post {
	padding:0px 0px 20px 0px;
        margin:10px
	text-align: right;
}

ul.article-post li {
	min-height: 16px;
	font-size: 82%;
}

/** 記事フッター2 10月29日作成 */

div.article-footer2 {
        margin-bottom:10px;
        background-color: #ffffff;
        border-top:1px solid #636563;
        border-left:1px solid #636563;
        border-right:1px solid #636563;
        border-bottom:1px solid #636563;
	padding: 10px;
        
}

ul.article-post2 {
	padding:0px 0px 20px 0px;
        margin:10px
	text-align: right;
}

ul.article-post2 li {
	min-height: 16px;
	font-size: 82%;
}

div.article-footer3{
	padding: 0px 0px 10px 0px;
                 margin-top:-10px;
       }

div.article-footer4{
                 padding:10px;
       }

/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
        margin: 10px 0;
	background-color: #ffffff;
        border-top:1px solid #636563;
        border-left:1px solid #636563;
        border-right:1px solid #636563;
        border-bottom:1px solid #636563;
	padding: 10px 20px;
}

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
div#article-options ul li a {
  color:#0066ff;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

div.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	padding: 0px 0 20px 4px;
}

ul.comment-info li.comment-author {
	display: inline;
        color: green;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 2px;
	margin-left: 14px;
	font-size: 16px;
}

ul.comment-info li.comment-body img.trackback-rating {}

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

div#comment-form-body {
	background-color: #fffacc;
	padding: 15px 0 15px 5px;
}

div#comment-form-body table {
	border: 0;
	width: 95%;
	line-height: 25px;
	font-size: 90%;
}

div#comment-form-body table th {
	width: 4em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 580px;
	height: 250px;
	font-size: 12px;
}

input.button {
	margin-top: 10px;
	margin-right: 20px;
	width: 588px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/* ----------------------------------------------- */
/** ランダムピックアップ */
ul,ol,li,p,html,div,span{margin:0;padding:0}

ul{
    list-style: none outside none;
}
.ramdampick{
	padding:0px;
	font-weight: bold;
	text align:left !important;
	font-size: 15px;
	width:1000px;
}
.ramdampick a:link {color:#000000;}
.ramdampick a:hover {color:#000000; padding: 0px;}
.ramdampick a:hover img{
filter: alpha(opacity=100);
-ms-filter: alpha(opacity=100);
opacity: 1.1;
}


.cf {zoom:1;}
	.cf:after {
	content: ""; 
	display: block; 
	clear: both;
}

.pickup {
	width:1000px;
	height:200px;
	margin:0px 0px 0 0px;
}

.gazoupicklis {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #AAAAAA;
    float: left;
    height: 180px;
    margin: 0 5px 0 0;
    position: relative;
    width: 233px;
}
.gazoupicklis a:hover img{
filter: alpha(opacity=90);
-ms-filter: alpha(opacity=90);
opacity: 0.9.0.9;
}

.gazoupicklis img{
	border:0px solid #ffcc80;
}

.gazoupicklis:hover {
	border:1px solid #ffcc80;
	background:#ffcc80;
}

.pickuplast {
	margin:0;
}

.gazoupickimg {
    height: 174px;
    padding: 3px;
    width: 227px;
}
.gazoupickimg a:hover img{
filter: alpha(opacity=90);
-ms-filter: alpha(opacity=90);
opacity: 0.9.0.9;
}

.gazoupicktxt {
    background-color: #000000;
    bottom: 3px;
    color: #FFFFFF;
    display: block;
    font-family: 'メイリオ',meiryo,'ＭＳ Ｐゴシック',arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 44px;
    left: 4px;
    opacity: 0.8;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    width: 221px;
}

.gazoupicktxt a {
	display:block;
}

.gazoupicktxt a:{color:#FFF; text-decoration:none;}
.gazoupicktxt a:link {color:#FFF; text-decoration:none;}
.gazoupicktxt a:active {color:#FFF; text-decoration:none;}
.gazoupicktxt a:visited {color:#FFF; text-decoration:none;}
.gazoupicktxt a:hover {color:#FFF; text-decoration:none;}
.gazoupicktxt a:hover img{
filter: alpha(opacity=100);
-ms-filter: alpha(opacity=100);
opacity: 1.1;
}


/** ランダムピックアップ2 */


.ramdampick2{
	padding:0px 4px;
	font-weight: bold;
	text align:left !important;
	font-size: 15px;
        color:#ffffff !important;
	width:200px;
}
.ramdampick2 a:link {color:#ffffff;text-decoration:none;}
.ramdampick2 a:hover {color:#ffffff; padding: 0px;text-decoration:none;}
.ramdampick2 a:hover img{
filter: alpha(opacity=100);
-ms-filter: alpha(opacity=100);
opacity: 1.1;
}


.cf2 {zoom:1;}
	.cf:after {
	content: ""; 
	display: block; 
	clear: both;
}

.pickup2 {
	width:200px;
	height:200px;
	margin:0px 0px 0 0px;
}

.gazoupicklis2 {
    background: none repeat scroll 0 0 #F7F7F7;
    color:#ffffff !important;
    border: 1px solid #AAAAAA;
    float: left;
    height: 180px;
    margin: 0 5px 0 0;
    position: relative;
    width: 200px;
}
.gazoupicklis2 a:hover img{
filter: alpha(opacity=90);
-ms-filter: alpha(opacity=90);
opacity: 0.9.0.9;
}

.gazoupicklis2 img{
	border:0px solid #ffcc80;
}

.gazoupicklis2:hover {
	border:1px solid #ffcc80;
	background:#ffcc80;
}

.pickuplast2 {
	margin:0;
}

.gazoupickimg2 {
    height: 174px;
    padding: 3px;
    width: 194px;
}
.gazoupickimg2 a:hover img{
filter: alpha(opacity=90);
-ms-filter: alpha(opacity=90);
opacity: 0.9.0.9;
}

.gazoupicktxt2 {
    background-color: #000000;
    bottom: 3px;
    color:#ffffff !important;
    display: block;
    font-family: 'メイリオ',meiryo,'ＭＳ Ｐゴシック',arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 56px;
    left: 4px;
    opacity: 0.8;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    width: 187px;
}

.gazoupicktxt2 a {
	display:block;text-decoration:none;
}

.gazoupicktxt2 a:{color:#FFF; text-decoration:none;}
.gazoupicktxt2 a:link {color:#FFF; text-decoration:none;}
.gazoupicktxt2 a:active {color:#FFF; text-decoration:none;}
.gazoupicktxt2 a:visited {color:#FFF; text-decoration:none;}
.gazoupicktxt2 a:hover {color:#FFF; text-decoration:none;}
.gazoupicktxt2 a:hover img{
filter: alpha(opacity=100);
-ms-filter: alpha(opacity=100);
opacity: 1.1;
}


/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
  color: #0066ff;
	margin: 0 0 0px;
	padding: 0;
	font-size: 18px%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 16px;
}
div.related-articles ul li{
	background: url(http://livedoor.blogimg.jp/diet2channel/imgs/3/d/3db34e21.gif) no-repeat 0 6px;
	padding: 7px 5px 1px 22px;
	margin-left: 10px;
}


/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */

div.sidetitlebody {}

div.sidetitle {
        padding: 12px 0 10px 10px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
        background: #ffffff url(http://livedoor.blogimg.jp/diet2channel-test/imgs/0/6/06f206b0.png) repeat-x 0 8px;
        margin: 0px 0px;
        border-Top:1px solid #636563;
        border-left:1px solid #636563;
        border-right:1px solid #636563;
}

div.sidetop
, div.sidebottom {
	display: none;
}

div.side {
        background: #ffffff;
	margin: 0px 0 10px 0;
	text-align: center;
	font-size: 90%;
        border-left:1px solid #636563;
        border-right:1px solid #636563;
        border-bottom:1px solid #636563;
	padding: 0px 5px 5px 5px;
}

div.sidebody {
	background: url(http://livedoor.4.blogimg.jp/diet2channel/imgs/b/8/b8009487.gif) no-repeat 0 3px;
	padding: 2px 0 6px 20px;
	margin-left:4px;
        text-align: left;
        font-size: 13px;
}

div.sidebody a { text-decoration: none; }
div.sidebody a:hover { text-decoration: underline; }

div.sidebody.category-child {
    background: url(http://livedoor.4.blogimg.jp/diet2channel/imgs/5/8/58947be1.gif) no-repeat 8px 4px;
    padding-left: 24px;
}

/* ----------------------------------------------- */
/** カレンダー */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding: 3px 20px 10px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
  background: url(http://parts.blog.livedoor.jp/img/usr/y1_ikejiri/sidetitle.gif) repeat-x;
  margin: 0 4px;
}

div.caltop
, div.calbottom {
	display: none;
}

div.calbody {}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 90%;
	font-weight: bold;
	height: 20px;
  color:#555555;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto 25px;
	width: 180px;
	color: #8d8d8d;
	font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

a.acalendar:link{
  color: #0066ff ;
}
a.acalendar:visited{
  color:#cccccc;
}


/* ----------------------------------------------- */
/** プロフィール（プラグイン） */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}

/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
  background: url(http://parts.blog.livedoor.jp/img/usr/y1_ikejiri/side_banner.gif) no-repeat center;
  padding: 20px 0 10px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
  font-size: 75%;
  color: #ffffff;
}

/* ----------------------------------------------- */
/** Footer */

div.footer-outer {
	width: 1280px;
	margin: 10px 0 0 0;
	padding: 10px 0;
        background: #fffacc url(http://livedoor.blogimg.jp/diet2channel/imgs/2/e/2e56ce72.png);
        background-repeat: repeat;
        background-attachment: fixed;
	text-align: center;
}

div.footer-outer-2 {}

div#footer {}

div#footer p {
	line-height: 38px;
	font-size: 75%;
}

/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
	margin: 25px auto 0;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}


a.adtitle {
	color: #0066ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 90%!important;
}

a.addescription {
	color: #000000!important;
}

a.addescription span {
	font-size: 82%!important;
}

a.adurl {
	color: #0066ff!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 82%!important;
}

a.adld {
	color: #666666!important;
	text-decoration: underline;
	font-size: 110%;
}


/** Blogroll */

.blogroll-column {
margin-bottom: 0px;
height: 360px /*auto !important*/;
/*overflow-y: auto visible !important;*/
padding: 0 ;
background: white;
float:right;
width:50%;
}

.blogroll-wrapper{
    width:1050px;
    float:right;
    overflow-y:scroll;
    margin-top:10px;
    background-color:white;
    color:red;
    //border-top:none; 
    border-top: 1px solid #636563;
    border-left: 1px solid #636563;
    border-right: 1px solid #636563;
    border-bottom: 1px solid #636563;
    scrollbar-base-color: #ffffcc;

}


.blogroll-column2 {
margin-bottom: 0px;
height: 359px /*auto !important*/;
/*overflow-y: auto visible !important;*/
padding: 0 ;
background: #fff;
float:left;
width:100%;
}

.blogroll-wrapper2{
    width:auto;
    overflow-y:scroll;
    margin-top:10px;
    background-color:white;
    color:red;
    //border-top:none; 
    border-top: 1px solid #636563;
    border-left: 1px solid #636563;
    border-right: 1px solid #636563;
    border-bottom: 1px solid #636563;
    scrollbar-base-color: #ffffcc;
    margin-bottom:10px;
}

.blogroll-column3 {
margin-bottom: 0px;
height: 355px /*auto !important*/;
/*overflow-y: auto visible !important;*/
padding: 0 ;
background: #fff;
font-size:15pt;
float:left;
width:100%;
}

.blogroll-wrapper3{
    width:auto;
    overflow-y:hidden;
    font-size:15pt;
    margin-top:-10px;
    background-color:white;
    color:red;
    //border-top:none; 
    border-top: 0px solid #636563;
    border-left: 0px solid #636563;
    border-right: 0px solid #636563;
    border-bottom: 0px solid #636563;
    scrollbar-base-color: #ffffcc;
    margin-bottom:0px;
}

/* ----------------------------------------------- */
 /*
 
BlogRoll css
 
*/
 /* ----------------------------------------------- */
 
.blogroll-channel,
 .blogroll-channel * {
 width: auto;
 height: auto;
 margin: 1px;
 padding: 2px 0 3px 2px;
 border: none;
 text-align: left;
 text-decoration: none;

 }
 .blogroll-channel {
margin-bottom: 0px;
 padding: 0px;
 background: #fff;
 }
 
.blogroll-channel .blogroll-list-wrap {
 margin-bottom: 10px;
 }
 
.blogroll-channel .blogroll-list {
 list-style-type: none;
 margin-bottom: 3px;
 font-size: 14px;
 line-height: 1.3;
 border-bottom: 1px dashed #FFB6C1;

 }
 
.blogroll-channel .blogroll-list img {
 vertical-align: middle;
 }
 
.blogroll-channel img.blogroll-icon,
 .blogroll-channel img.blogroll-favicon {
 margin: 0 5px 0 0;
 }
 
.blogroll-channel img.blogroll-favicon {
 width: 16px;
 height: 16px;
 }
 
.blogroll-channel a.blogroll-link {
 }
 
.blogroll-channel .blogroll-new-entry {
 margin-left: 5px;
 color: red;
 }
 
.blogroll-channel .blogroll-clip,
 .blogroll-channel .blogroll-hatebu {
 margin: 0 0 0 5px;
 }
 
.blogroll-channel .blogroll-link-time {
 margin: 0 0 0 3px;
 color: #666;
 font-size: 10px;
 }
 
.blogroll-channel .blogroll-ad-img {
 }
 
.blogroll-channel .blogroll-ad-text {
 display: block;
 margin-top: 5px;
 color: #666;
 font-size: 12px;
 }

a:hover img {
-moz-opacity:0.8;
opacity:0.8;
filter: alpha(opacity=55);
}

div.title-bar {
 height:36px;
 margin:10px 0px 10px 0px;
 padding:7px 0px 0px 20px;
 font-size:18px;font-weight:bold;color:#444444;
 background-image:url(http://livedoor.blogimg.jp/diet2channel/imgs/9/c/9c7ce7cb.png);
 background-repeat: no-repeat;
}

div.googlead {
	 padding-bottom: 10px;
}

div.googlead2 {
	 padding-left: 15px;
	 padding-bottom: 5px;
}

div.googlead3 {
        background-color: #ffffff;
        border-top:1px solid #636563;
        border-left:1px solid #636563;
        border-right:1px solid #636563;
        border-bottom:1px solid #636563;
        padding: 6px 0px 0px 3px;	       
}


div.twitterside {
	 padding-left: 12px;
}

.ramdampick3{
	padding:0px 4px;
	font-weight: bold;
	text align:left !important;
	font-size: 15px;
	width:204px;
}


/*CSS Meneame style pagination*/
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#ff6500 !important;
		font-size:100%;
	}
	
	div.pagination a {
		border: 1px solid #ff9600;
		margin-right:3px;
		padding:5px 7px;

		background-image:url(http://livedoor.blogimg.jp/diet2channel/imgs/2/6/26f34dff.jpg);
		background-position:bottom;
		text-decoration: none;

		color: #ff6500  !important;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #ff9600;
		background-image:none;
		background-color:#ffc794;
		color: #ff6500;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #ff6500;
		
		font-weight: bold;
		background-color: #ffbe94;
		color: #ff6500;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #ffe3c6;
	
		color: #ffe3c6;
	}


/* アンテナシェア コメント投票de文字装飾 www.antennash.com */
/* 投票数が0、又は+と-の評価が同数の場合はあなたのブログのデフォルト文字装飾になります */

/* 人気レベル 1～7 */
.antennash_comvote_lv1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.antennash_comvote_lv2 {
	color: #0000ff;
	font-size: 16px;
	font-weight: bold;
}
.antennash_comvote_lv3 {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}
.antennash_comvote_lv4 {
	color: #ff6600;
	font-size: 20px;
	font-weight: bold;
}
.antennash_comvote_lv5 {
	color: #ff00ff;
	font-size: 22px;
	font-weight: bold;
}
.antennash_comvote_lv6 {
	color: #0000ff;
	font-size: 24px;
	font-weight: bold;
}
.antennash_comvote_lv7 {
	color: #ff0000;
	font-size: 26px;
	font-weight: bold;
}

/* 人気レベル -1～-3(マイナス) */
.antennash_comvote_lv-1 {
	font-size: 14px;
}
.antennash_comvote_lv-2 {
	font-size: 12px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.antennash_comvote_lv-3 {
	font-size: 10px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* 投票数表示、バー、投票ボタン全体 */
.antennash_comvote_form {
	padding: 2px 4px;
	overflow: hidden;
}
/* 投票数表示(Good) */
.antennash_comvote_rate_g {
	color: #4D983B;
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数表示(Bad) */
.antennash_comvote_rate_b {
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数バー(Good) */
.antennash_comvote_bar_g {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #8DC67E;
	background: -webkit-gradient(linear, left top, left bottom, from(#8DC67E), to(#4E993B));
	background: -webkit-linear-gradient(top, #8DC67E, #4E993B);
	background: -moz-linear-gradient(top, #8DC67E, #4E993B);
	background: -ms-linear-gradient(top, #8DC67E, #4E993B);
	background: -o-linear-gradient(top, #8DC67E, #4E993B);
	background-image: -ms-linear-gradient(top, #8DC67E 0%, #4E993B 100%);
}
/* 投票数バー(Bad) */
.antennash_comvote_bar_b {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #dddddd;
}
/* 投票ボタンエリア */
.antennash_comvote_btbox {
	float :right;
	margin: 0;
}

/* 投票ボタンデザイン */
.antennash_comvote_button {
	width: 100px;
	height: 22px;
	border: 1px solid #4D983B;
	background: #EDF5EC;
	color: #4D983B;
	padding: auto;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}
.antennash_comvote_button:hover {
	background: #4D983B;
	color: #fff;
}
.antennash_comvote_button:active {
	background: #EDF5EC;
	color: #4D983B;
}


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px 0px 10px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:20px 10px 20px; 
 height:320px;
}
div.google-2ad-footer {
 margin:20px 40px 20px; 
 height:250px;
}
div.g-ad1 {
 float:left;
 width:50%;
}
div.g-ad2 {
 float:left;
 width:50%;
}

/** ---------- YDN ---------- **/
#YDNA {
	width: 355px;
	height: 280px;
	float: left;
}
#YDNB {
	width: 355px;
	height: 280px;
	float: left;
}

.i-mobile-ad { margin:0px 0px 10px; }

/** ---------- MPLUS ---------- **/
div.mplus {
 margin: 0px;
 padding: 0px 0 0 19px;
 border: none;
 text-align: left;
 font-size: 16px;
 color: #7E6625;
 text-decoration: none;
 
}
div.mplus a{
 margin: 0px;
 padding: 0px 0 0 15px;
 border: none;
 text-align: left;
 font-size: 16px;
 color: #7E6625;
 text-decoration: none;
 
}
div.mplus a:link{
 color: #7E6625;
 text-decoration: none;
 
}
div.mplus a:visited{
 color: #7E6625;
 text-decoration: none;
 
}
div.mplus a:hover{
 color: #FF6633;
 text-decoration: none;
 
}
div.mplus a:active{
 color: #FF6633;
 text-decoration: none;
 
}

/** ---------- ぶるぶる---------- **/
.brbr-hover:hover {
    display: inline-block;
    animation: hurueru .14s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

/* Update History
==================================================
New
・関連記事追加
・2008.04.30 リリース
==================================================
*/

/* End */