@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : daletto
 Layout : 2カラム 固定

 Update : 2010.09.14
==================================================
*/


/* 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.
==================================================
*/


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

* {
	word-break: break-all;
}

body
, textarea {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;       
}

body {
	color: #444444;
}

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

a {
text-decoration: none;
}


a:hover {
  text-decoration: underline;
}

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


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

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

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

h2.archives-title {
	color: #7ab50f;
}

div.article-body a:link
, div.article-body a:active {
	color: #575e69;
}

div.article-body a:visited {
	color: #575E69;
}

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

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

ul.article-post li a {
	color: #575e69;
}

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


div.pager a {
	color: #7ab50f;
	font-weight: bold !important;
}

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

ul.ping-info li.ping-date
, ul.comment-info li.comment-date {
	color: #8d8d8d;
}

div.article-body a:link
, div.article-body a:active {
	color: #7ab50f;
}

div.article-body a:visited {
	color: #858e96;
}

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

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

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

dl.article-tags dd a {
	color: #fd9941 !important;
}

div.related-articles a {
	color: #7ab50f !important;
}

div.sidetitle {
	color: #444444;
}

div.sidetitle a {
	color: #7ab50f;
}

div.calendarhead {
	color: #000000;
}

div.calendarhead a {
	color: #858e96;
}

div.side a:link
, div.side a:active {
	color: #7ab50f;
}

div.side a:visited {
	color: #858e96;
}

div.side a:hover {
	color: #7ab50f;
}

div#footer p
, div#footer p a {
	color: #333333;
}

a img {
    border-style:none;
}

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

body {
	margin: 0;
	padding: 0;
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/back.gif) repeat top left;
	text-align: center;
	font-size: 83%;
}

div#container {
	width: 1000px;
	margin: 0px auto 0;
	padding-top: 0px;
	padding-bottom: 10px;
	position: relative;
}

div#content {
	width: 1000px;
	margin: 0 auto;
}

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

div#main {
	float: right;
	display: inline;
	margin: 0 0 0 -340px;
}

div#main div.column-inner {
	width: 643px;
	zoom: 1;
}
div#sub {
        float: left;
	display: inline;
	width: 340px;
	background: none;
}

div#sub .side-koukoku {
	width: 300px;
	margin: 0px auto 20px;
	padding: 0px ;
	text-align: center;
}

div#sub div.back-column-inner {
	*background: url(http://parts.blog.livedoor.jp/img/usr/daletto/column_top.gif) no-repeat 0 0;
	border: 5px solid #fff;
	background: #DDD6B9;
	border-radius: 10px;
        padding-top: 5px;
        margin: 10px 0px 0px 0px;
}

div#sub div.column-inner {
	padding: 10px 5px 10px;
	*background: url(http://parts.blog.livedoor.jp/img/usr/daletto/column_body.gif) repeat-y 0 0;
	zoom: 1;
}

div#extra {
	clear: left;
	float: left;
	display: inline;
	width: 320px;
	margin-top: 15px;
}

div#extra div.column-inner {
	padding: 0px 5px 30px;
	*background: url(http://parts.blog.livedoor.jp/img/usr/daletto/column_under.gif) no-repeat 0 100%;
	padding-bottom: 5px;
}

div#extra div.column-inner-2 {
	padding: 0px 0 0px;
	*background: url(http://parts.blog.livedoor.jp/img/usr/daletto/column_body.gif) repeat-y 0 0;
	zoom: 1;
}

div#extra div.daletto-banner {
	margin: 10px 0 20px;
}

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

div#container:after
, div#content: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
, 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.2.blogimg.jp/chaaaahan/imgs/c/8/c840bf8c.png) no-repeat 0 0;
	background: #fff;
	*height: 170px;
	border-radius: 10px;
	text-align: left;
 	margin-top: 10px;
 	padding-top: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
}

div.blog-title-outer-2 {
	background-image: url("http://oryouri.2chblog.jp/parts/header_pin.png");
	background-repeat: no-repeat;
 	margin-top: -12px;
 	margin-left:  -6px;
}

div.blog-title-outer-3 {
	padding-left: 10px;
	padding-right: 10px;
}

h1#blog-title {
	margin: 0;
	
	font-size: 150%;
	font-weight: bold;
}

div.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 10px 350px 0px 30px;
	line-height: 100%;
}


#globalnavi{
margin: 0px auto;
padding-top: 10px;
width: 980px;
height:40px;
font-size:15px;
*font-size:12px;
*background: url(http://livedoor.2.blogimg.jp/chaaaahan/imgs/e/6/e63f9386.png) no-repeat 0 0;
font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
clear: both;
}

#globalnavi ul{
list-style-type: none;
margin: 0;
padding: 2px 0px 0px 20px;
}

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

#globalnavi a{
text-align: center;
display:block;
padding: 3px 10px 3px 10px;
color: #404040;
font-weight: bold;
text-decoration: none;
margin:2px 0px 0px 0px;
}

#globalnavi a:hover{
background-color:#dcd5b8;
color: white;
font-weight: bold;
text-decoration: none;
}

div.blog-rss-outer {
	background: url(http://livedoor.2.blogimg.jp/chaaaahan/imgs/6/2/625946fb.gif) no-repeat 0 0;
	height: 340px;
	text-align: left;
	margin-bottom: 20px;
}

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

div.archives-title-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/pager_top.gif) no-repeat 0 0;
	margin-bottom: 10px;
	padding-top: 5px;
}

div.archives-title-outer-2 {
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/pager_under.gif) no-repeat 0 100%;
	padding-bottom: 5px;
	zoom: 1;
}

div.archives-title-outer-3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/pager_body.gif) repeat-y 0 0;
}

h2.archives-title {
	margin: 0;
	text-align: center;
	font-size: 108%;
	padding: 5px 0;
}

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

div.pager {
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/pager_top.gif) no-repeat 0 0;
	padding-top: 5px;
	margin-bottom: 20px;
	text-align: left;
}

div.pager-inner {
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/pager_under.gif) no-repeat 0 100%;
	padding-bottom: 5px;
	zoom: 1;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/pager_body.gif) repeat-y 0 0;
}

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

ul.index-navigator {
	padding: 5px 0;
	font-size: 90%;
}

ul.index-navigator li a {
	padding: 0 7px;
}


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

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

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

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

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

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

ul.article-pager {
	padding: 5px 0;
	font-size: 100%;
}

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;
	float: right;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
	float: left;
}

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

div.article-outer {
	margin-bottom: 20px;
	text-align: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/main_cloumn_top.gif) no-repeat 0 0;
	padding-top: 14px;
}

div.article-outer-2 {
	padding-bottom: 13px;
	height: 1%;
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/main_cloumn_under.gif) no-repeat 0 100%;
}

div.article-outer-3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/main_cloumn_body.gif) repeat-y 0 0;
	padding: 10px 0;
	zoom: 1;
}

/* ----------------------------------------------- */
/** RSSエリア */

div.article-rss {
	margin-bottom: 20px;
        color: #404040;
	text-align: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/main_cloumn_top.gif) no-repeat 0 0;
	padding-top: 14px;
}

div.article-rss-2 {
	padding-bottom: 13px;
	height: 1%;
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/main_cloumn_under.gif) no-repeat 0 100%;
}

div.article-rss-3 {
	background: url(http://oryouri.2chblog.jp/main_cloumn_body_c.gif) repeat-y 0 0;
	padding: 1px 0;
	zoom: 1;
}

/* ----------------------------------------------- */
/** 記事下twitterウィジェット */

div.twitter-timeline {
	margin-top: 10px;
}

div.twitter-timeline-1 {
	text-align: center;
}

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

div.article-header {
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/entry_top.gif) no-repeat center top;
	padding-top: 5px;
	zoom: 1;
}


/*** 日付 */
div.article-date-outer {
	float: left;
	padding-left: 35px;
	font-size: 90%;
	font-weight: bold;
	margin-top: -35px;
}
div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}
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;
	margin-left: 14.5em;/* 日付の幅 */
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -35px;
}

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

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

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

div.article-sns {
	float: right;
	padding-left: 35px;
	font-size: 90%;
	font-weight: bold;
	margin-top: -52px;
}

.article-sns ul{
	float:left;
	list-style-type: none;
}

.article-sns ul li{
	float:left;
        margin:0px 3px 0px 0px;
}

.article-sns ul li.twitter{
	width:75px;
}

.article-sns ul li.hatena{
	width:50px;
}

.article-sns ul li.facebook{
	width:100px;
}


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

/*** 記事タイトル */
div.article-title-outer {
	padding: 7px 20px 42px 32px;
	background: url(http://livedoor.2.blogimg.jp/chaaaahan/imgs/d/e/de1797db.gif) no-repeat center bottom;
	zoom: 1;
}

h2.article-title {
	clear: left;
	font-size: 125%;
	font-weight: bold;
	margin-top: -3px;
	padding: 0 0 0 35px;
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/entry_titleicon.gif) no-repeat 0 3px;
}


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

div.article-body {
	padding: 35px 30px 40px;
	line-height: 1.7;
	font-size: 120%;
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/entry_under.gif) no-repeat 0 100%;
}

div.article-body-inner {
	width: 100%;
	overflow: hidden;
}

a img {
　　border-style: none;
}
	

/*** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}

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

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

/*** dt */
div.article-body dt{
	font-size: 0.8em;
}

/*** 名前欄 */
.t_h{
	font-size: 0.8em;
}
div.t_b{
	padding-left: 40px;
}

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

/***記事下の広告 */
.ad_kizishita{
	padding:0px 0px 25px 8px;}


/***SNSボタン(BOX) */
.sns_botan_box{
   border-top:1px dotted #ffc8c8;}

.sns_botan_box_row{
    padding: 0px 0px 75px 0px; 
    border-bottom:1px dotted #ffc8c8;}

.sns_botan_box ul{
    width: 100%;
    list-style-type: none;
    margin: 15px 0px 15px 0px; }

.sns_botan_box ul li{
    float:left;
    margin: 0px 4px; }

.sns_botan_box li.hatena_box{
	width:80px;
        height:60px;}

.sns_botan_box li.tumblr_box{
	width:50px;
        height:60px;}

.sns_botan_box li.twittre_box{
	width:70px;
        height:60px;}

.sns_botan_box li.facebook_box{
	width:58px;
        height:61px;}

.sns_botan_box li.googleplus_box{
	width:50px;
        padding:0px 0px 0px 0px;
        height:60px;}

.sns_botan_box li.pocket_box{
	width:60px;
        padding:0px 0px 0px 0px;
        height:60px;}

.sns_botan_box li.addthis_box{
	width:50px;
        padding:0px 0px 0px 0px;
        height:60px;}

.sns_botan_box li.facebook_like_box{
	width:69px;
        height:60px;}

.sns_botan_box li.feedly_box{
	width:66px;
        height:61px;}

li.addthis_box a:link{
	color: #000000;}

.sns_botan_box li.twittre_box_tile a{
        display: block; 
        width:60px;
        height:60px;
        background-color: #55ACEE;
        text-decoration: none;
        line-height: normal;
        color: #fff;
        text-align: center;
        font-size: 12px;
        list-style-type: none;
        -webkit-border-radius: 3px;}
.sns_botan_box li.twittre_box_tile a:hover{
        text-decoration: none;
        background-color:#81c1f2;
        color: #fff;
        list-style-type: none;}
.sns_botan_box li.twittre_box_tile img{
        display:block;
        height:40px;
        width:30px;
        border:none;
        margin:0px auto 0px;}

/***SNS定期購読ボタン */
div.sns-sb{
	margin:0px 0px 0px 0px;
	padding :0px 0px 0px 0px;
}

.sns-sb ul{
	float:left;
	list-style-type: none;
	padding :0px 0px 0px 20px;
}

.sns-sb ul li{
	float:left;
	margin:0px 0px 0px 3px;
}

.sns-sb ul li.ldreadre{
	width:95px;
}

.sns-sb ul li.igoogle{
	width:98px;
}

.sns-sb ul li.myyahoo{
	width:98px;
}

.sns-sb ul li.twitter-sb{
	width:240px;
}


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


/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 25px 10px 0;
}

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

/*** 記事下部rss */
div.page-rss {
        font-size: 1.0em;
        font-weight: bold;
}

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

div.article-footer {
	padding: 0 20px;
}

ul.article-post {
	padding: 10px 10px 0;
	text-align: left;
}

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

div.rss-pickup {
width: 583px;
margin: 0px 0px;
　　　　padding: 0 0 0px;
height: 500px;
overflow: hidden;
}


/* ----------------------------------------------- */
/** 週間記事ランクエリア */

div.article-weekrank {
	margin-bottom: 20px;
        color: #404040;
	text-align: left;
	background: url(http://livedoor.2.blogimg.jp/chaaaahan/imgs/6/4/64dbbe63.gif) no-repeat 0 0;
	padding-top: 14px;
}

div.article-weekrank-2 {
	padding-bottom: 13px;
	height: 1%;
	background: url(http://livedoor.2.blogimg.jp/chaaaahan/imgs/6/0/601cba23.gif) no-repeat 0 100%;
}

div.article-weekrank-3 {
	background: url(http://livedoor.2.blogimg.jp/chaaaahan/imgs/7/e/7e8c1ecb.gif) repeat-y 0 0;
	padding: 1px 0;
	zoom: 1;
}

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

div#article-options {
	margin-top: 10px;
	padding: 10px 30px;
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/entry_divide.gif) no-repeat left top;
}

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

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/entry_icon.gif) no-repeat 0 0;
	padding: 0 0 3px 25px;
}

/*** 指定しやすいよう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;
	}

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

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

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

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: 5px;
	margin-left: 10px;
}

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

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

div#comment-form-body {
	padding: 15px 0 15px 50px;
}

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

div#comment-form-body table th {
	width: 3em;
	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: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

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;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 90%;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}

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

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
  color: #7ab50f;
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

div.related-articles h3{
	color: #000000;
}

div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/usr/daletto/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


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

div.sidewrapper {
	border: 1px solid #B3A880;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 15px;
}

div.sidetitlebody {}

div.sidetitle {
	text-align: left;
	font-weight: bold;
 	padding: 20px 20px 8px 50px;
	border-bottom: 1px dotted #ccc;
	font-size: 110%;
	*background: url(http://parts.blog.livedoor.jp/img/usr/daletto/category_top.gif) no-repeat center top;
	background-image: url("http://oryouri.2chblog.jp/parts/title_clip.png");
	background-repeat: no-repeat;
 	margin-top: -4px;
}

div.sidetop {
	display: none;
}

div.sidebottom {
	*background: url(http://parts.blog.livedoor.jp/img/usr/daletto/category_body_under.gif) no-repeat center bottom;
	height: 20px;
	margin-bottom: 10px;
}

div.side {
	*border-top: 1px dotted #ccc;
	margin: 0 0px;
	padding: 10px 9px;
	text-align: center;
	*background: url(http://parts.blog.livedoor.jp/img/usr/daletto/category_body.gif) repeat-y center top;
}

div.sidebody {
	*background: url(http://parts.blog.livedoor.jp/img/usr/daletto/category_icon.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-left: 5px;
	text-align: left;
	line-height: 1.3;
}

div.plugin-search input.sf {
	width: 100px;
}

a img {
　　border-style: none;
}

.gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: 13px;
  height: 13px;
  padding: 6px 10px;
  min-width: 13px;
  margin-top: 2px;
}

/* ----------------------------------------------- */
/** サイドabou＆sns */
#side-sns {
     text-align:left;
}

#side-sns ul {
    width: 160px;
    margin: 0 0 0 0;
    padding: 0px 20px 0px 0;
}

#side-sns li {
    text-align:left;
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 0;
    line-height: 140%;
    font-size: 120%;
}

#side-sns li.twitter a {
    padding-left: 28px;
    background: url(http://livedoor.blogimg.jp/chaaaahan/imgs/a/1/a1f8b8c5.png) 5px 0px no-repeat;
}

#side-sns li.facebook a {
    padding-left: 28px;
    background: url(http://livedoor.blogimg.jp/chaaaahan/imgs/3/6/36d96dbd.png) 5px 0px no-repeat;
}

#side-sns li.google_plus a {
    padding-left: 28px;
    background: url(http://livedoor.blogimg.jp/chaaaahan/imgs/5/d/5d6c69d0.png) 5px 0px no-repeat;
}

#side-sns li.tumblr a {
    padding-left: 28px;
    background: url(http://livedoor.blogimg.jp/chaaaahan/imgs/6/e/6e941be4.png) 5px 0px no-repeat;
}

#side-sns li.rss a {
    padding-left: 28px;
    background: url(http://livedoor.blogimg.jp/chaaaahan/imgs/b/8/b8e1bcdb.png) 5px 0px no-repeat;
}

#side-sns li.mail a {
    padding-left: 28px;
    background: url(http://livedoor.blogimg.jp/chaaaahan/imgs/b/3/b336000d.png) 5px 0px no-repeat;
}

#side-sns li.about a {
    padding-left: 28px;
    background: url(http://livedoor.blogimg.jp/chaaaahan/imgs/f/a/fae098da.png) 5px 0px no-repeat;
}

#side-sns li.about a {
    padding-left: 28px;
    background: url(http://livedoor.blogimg.jp/chaaaahan-123/imgs/e/e/eecb4a86.png) 5px 0px no-repeat;
}

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

ul#ld-services {
	padding-top: 20px;
}

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

table#header {
	font-size: 75%;
	background: #fff;
	margin-bottom: 10px;
}


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

div.footer-outer {
	width: 94%;
	margin: 0 auto 50px;
}

div.footer-outer-2 {
	padding-right: 10px;
}

div#footer {
	height: 38px;
}

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


/** ---------- 人気記事 ---------- **/
.blog-title-outer div.popularArticlesWithImage.A div.title{
height:29%;
}

/** ---------- twitter人気記事 ---------- **/
.t_count {
    color: #26A9DD !important;
    background: #D6F2FD !important;
    text-decoration: underline;
    font-size: 12px !important;
}

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

/** ---------- ソーシャルボタン ---------- **/
.social_group_wrap {
    margin: 20px 0;
}
.social_group_title {
    text-align: center;
    font-weight:bold;
    margin-bottom: 10px;
}
.social_group {
    zoom:100%;
}
.social_group:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.social_group_twitter {
    float: right;
    border: 1px solid #ccc;
    text-align: center;
    width: 49%;
    background: #0092cb;
    cursor: pointer;
}
.social_group_twitter a,
.social_group_twitter a:visited {
    font-size: 20px;
    text-decoration: none;
    color: #fff !important;
    padding: 15px 50px;
    display: block;
}
.social_group_twitter a:hover {
    opacity: 0.8;
}
.social_group_facebook {
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    width: 49%;
    background: #447fd0;
    cursor: pointer;
}
.social_group_facebook a,
.social_group_facebook a:visited {
    font-size: 20px;
    text-decoration: none;
    color: #fff !important;
    padding: 15px 50px;
    display: block;
}
.social_group_facebook a:hover {
    opacity: 0.8;
}