rset "EUC-JP";

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

 Update : 2009.05.26
==================================================
*/


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

br {
letter-spacing:0;
}

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

* {
	word-break: break-all;
}

body
, textarea {
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}

body {
	color: #000000;
}

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

a:hover {
	text-decoration: none;
}

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

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

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

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

h2.archives-title {
	color: #ffffff;
}

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

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

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

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

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

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

div.pager a {
	color: #338433;
}

div.article-date-outer {
	color: #515e69;
	froat: left; 
	margin-right: 5px; 
}

div.article-twitter-outer {
	froat: right; 
	margin-right: 5px; 
}

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: #338433;
}

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

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

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

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

div.sidetitle {
	color: #01a800;
}

div.sidetitle a {
	color: #ff9900;
}

div.calendarhead {
	color: #fff;
}

div.calendarhead a {
	color: #fff;
}

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

div.side a:visited {
	color: #a1a1a1;
}

div.side a:hover {
	color: #795d4b;
}

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

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

body {
	margin: 0;
	padding: 0;
	background-color: #01A800 ;
	text-align: center;
	color: #333;
	font-size: 83%;
}

div#container {
	width: 1100px;
	background-color: #01A800;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
}

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

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

div#main {
	float: left;
	display: inline;
	margin:0 0 0 0;
	padding-top: 0px;
}

div#main div.column-inner {
	width: 750px;
	padding-bottom:10px;
	margin-top: 10px;
}


div#sub {
	float: right;
	display: inline;
	padding: 20px 10px;
	border-radius: 25px;
	width: 300px;
	background: #fff;
	*background: url(http://absurd.blogo.jp/img/sidetop230.png) no-repeat center top;
	*padding-top: 15px;

}

div#sub div.column-inner,
div#extra div.column-inner {
	*background: url(http://absurd.blogo.jp/img/sidemiddle230.png) repeat-y 0 0;
	background: #fff;
	padding-bottom: 15px;
	padding-top: 15px;

}

div#extra {
	clear: right;
	float: right;
	display: inline;
	padding: 20px 10px;
	border-radius: 25px;
	width: 300px;
	*background: url(http://absurd.blogo.jp/img/sidebottom230.png) no-repeat center bottom;
	*padding-bottom: 25px;
}

div#extra div.column-inner {}

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

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%;
	font-size:90%;
}

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

div.blog-title-outer {
	background-color; #0000ff;
	height: auto;
	width: 1100px;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
	border: 0px;
}

div.blog-title-outer img {
	height: auto;
	width: 1100px;
}

div.blog-title-outer-2 {
	padding-right: 10px;
padding-left: 10px;
	border: 0px;
}

div.blog-title-outer-3 {}

h1#blog-title {
	margin: 2px;
	padding: 0px 0 0 0px;
	font-size: 0%;
	font-weight: bold;
	border: 0px;
}

div.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height: 135%;
}

div.recipeblog-logo {
	padding: 0 0 0 0px;
	position: absolute;
	bottom: 0px;
}

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

div.archives-title-outer {
	background: url(http://absurd.blogo.jp/img/navi750.png) no-repeat center bottom;
	margin-bottom: 0px;
}

div.archives-title-outer-2 {
	padding-top: 0px;
}

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

h2.archives-title {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 120%;
  color: #795d4b;
}

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

div.line-top div.pager {

  padding-bottom: 0px;
  margin-top: 0px;
}
div.line-bottom div.pager {
background: url(http://absurd.blogo.jp/img/navi750.png) no-repeat center bottom;
	margin-left: 0px;
}
div.pager {
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
	text-align: center;
	font-size: 110%;
	padding-bottom: 0px;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {
background: url(http://absurd.blogo.jp/img/navi750.png) no-repeat center bottom;
margin-top:10px;
}

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

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

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

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

ul.archives-pager {
	list-style-type: none;
	padding-top: 15px;
	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-top: 15px;
	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 {
	border-left: 1px solid #8d8d8d;
}

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

div.article-outer {
	margin-left:0px;
	margin-top: 0px;
	text-align: left;
	background: url(http://absurd.blogo.jp/img/maintop750.png) no-repeat 0 0;
	padding-top: 25px;
}

div.article-outer-2 {
	height: 1%;
	background: url(http://absurd.blogo.jp/img/mainmiddle750.png) repeat-y 0 0;
}

div.article-outer-3 {
	background: url(http://absurd.blogo.jp/img/mainbottom750.png) no-repeat bottom;
	padding-bottom: 35px;
	margin-bottom: 10px;
}

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

div.article-header {
	padding-top: 5px;
	padding-bottom: -5px;
}

/*** 日付 */
div.article-date-outer {
	float: left;
	padding-left: 10px;
	font-size: 100%;
	font-weight: bold;
}
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 {
	float: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/category.gif) no-repeat;
	margin-left: 10px;
	margin-top: 2px;
	padding-left: 18px;
	padding-right:0px;
}

div.article-category-outer2 {
	float: left;
	margin-left: 10px;
	font-size: 90%;
	margin-top: 1px;
	padding-left: 5px;
	padding-right:15px;
}

div.article-category-outer3 {
	float: left;
	margin-left: 10px;
	margin-top: 1px;
	padding-left: 0px;
	padding-right:5px;
}

div.header-twitter {
	float: left;
	margin-left: 10px;
	margin-right: -40px;
	margin-top: 1px;
	padding-left: 0px;
	padding-right:5px;
}

div.header-hatebu{
	float: left;
	margin-left: 10px;
	margin-top: 1px;
	padding-left: 0px;
	padding-right:5px;
}


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: 100%;
}

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

/*** 記事タイトル */
div.article-title-outer {
	padding-right: 20px;
}

h2.article-title {
	clear: left;
	margin: 0;
	padding: 3px 10px 5px 45px;
	font-size: 190%;
	font-weight: bold;
	background: url(http://absurd.blogo.jp/img/sport02.png) no-repeat 15px 8px;
	'border-top: 3px dashed #01A800;
	'border-bottom: 2px dashed #01A800;
}

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


div.article-body {
	padding: 10px 20px 0px 20px;
	line-height: 1.3;
	font-size: 100%;
}

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

/*** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 0px 0px;
	clear:both;
	font-size:350%;
}

div.article-body span.article-continue a {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 3px dotted #01a800;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

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: #f0f0f0;
	padding: 5px 15px;
	line-height: 1.2;
	margin: 5px 35px 0 20px;
}

/*** img */
div.article-body img.pict {
	margin: 0 2px 2px 0;
	border:2px solid #01a800;
	padding:2px 2px 2px 2px;
}

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

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

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

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

div.article-footer {
	margin: 5px 0 5px 0;
	background-color: #ffffff;
	padding: 10px 0 0 0px;
	'border-bottom: 2px dashed #01A800;
}

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

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

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

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

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

div#article-options {
	padding: 10px 10px;
}

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

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}

/*** 指定しやすいよう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 10px;
	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: 10px 0 10px 20px;
	font-size: 100%;
	border-top: 1px dashed #01A800;
}

ul.comment-info li.comment-author {
	display: inline;
	font-weight: bold;
	color: #48A448;
	font-size: 120%;
	margin-top: 5px;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 5px;
	font-size: 100%;
	margin-top: 5px;
}

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

ul.comment-info li.comment-body {
	display: block;
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 18px;
        font-weight: bold;

}

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

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

div#comment-form-body {
	background-color: #f5f5f5;
	padding: 5px 10px 5px 10px;
}

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

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

input#author {
	width: 400px;
	margin-right: 10px;
}

input#email {
	width: 450px;
	margin-right: 5px;
}

input#url {
	width: 450px;
	margin-right: 5px;
}

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

textarea#text {
	width: 700px;
	height: 250px;
	font-size: 110%;
	margin-right: 10px;
}

input.button {
	margin-top: 10px;
	width: 400px;
	height: 50px;
}

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

/*** コメント認証 */
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 30px 10px;
}
div.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
}
div.related-articles ul{
	list-style: none;
	font-size: 16px;
	font-color: #fff;
	font-weight: bold;

	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://absurd.blogo.jp/img/trig.png) no-repeat 0 8px;
border-bottom:1px dotted #CCCCCC;
	padding: 7px 0 5px 20px;
	margin-left: 5px;
}
div.related-articles a:link
, div.article-body a:active {
	color: #338433;
text-decoration:none;
}

div.related-articles a:visited {
text-decoration:none;
	color: #a1a1a1;
}

div.related-articles a:hover{
text-decoration:none;
color:#015000 !important;
background: #ADFFCB;  
}

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



div.sidetitle {
	padding: 0 0 0 0;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	border-top: 3px dashed #01A800;
	border-bottom: 3px dashed #01A800;

}

div.sidetitlebody {
	margin-top:0px;
}

div.sidetop
, div.sidebottom {
}

div.side {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

div.sidebody {
	padding: 3px 0px 3px 15px;
	margin-left: 5px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 1.4;
}

/** 記事検索 */
div.plugin-search div.sidetitle {
  background: url(http://parts.blog.livedoor.jp/img/usr/recipe_blog_02/titlebase_search.gif) no-repeat center top;
  height: 32px;
  font-weight: bold;
  padding: 10px 0 0 3px;
  margin-top: 15px;
  color: #fff;
  text-align: center;
	font-size: 110%;
}

/** recipeプラグイン */
div.recipepluginbody {}
div.recipepluginbody2 {}



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

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding: 0 10px;
  line-height: 43px;
	text-align: center;
  height: 43px;
	font-size: 110%;
	font-weight: bold;
	background: url(http://parts.blog.livedoor.jp/img/usr/recipe_blog_02/calendar_top.gif) no-repeat center top;
}

div.caltop {
	display: none;
}
div.calbottom {
	background: url(http://parts.blog.livedoor.jp/img/usr/recipe_blog_02/calendar_bottom.gif) no-repeat center bottom;
	height: 20px;
	margin-bottom: 15px;
}

div.calbody {
	background: url(http://parts.blog.livedoor.jp/img/usr/recipe_blog_02/calendar_middle.gif) repeat-y 50% 0;
	padding-top: 10px;
}

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

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;
	width: 180px;
	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 {
	color: #fff;
}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

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

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

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

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

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

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

table#header {
	font-size: 75%;
	height: 10px;
	background: #01A800;
  color: #fff;
}

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

div.footer-outer {
  margin: 0 auto;
  padding-bottom: 5px;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
}

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

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: #01a800;
	text-align: left;
}

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

a.adtitle span {}

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

a.addescription span {}

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

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

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

.adbox{}
.adbox .adtop{
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/ads_off.gif) no-repeat left 7px;
	padding-left: 20px !important;
}
.adhover{}
.adhover .adtop{
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/ads_on.gif) no-repeat left 7px;
	padding-left: 20px !important;
}

/* ----------------------------------------------- */
/*

      自己定義 css

*/
/* ----------------------------------------------- */
.headline2,
.headline2-inner {
    margin: 0 0 0 -2250px;
}

.headline3,
.headline3-inner {
    margin: 0 0 0 -12000px;
}

.middle_rss,
.middle_rss-inner {
    margin: 0 0 0 -11000px;
}

.bottom_rss,
.bottom_rss-inner {
    margin: 0 0 0 -3735px;
}

.bottom_rss2,
.bottom_rss2-inner {
    margin: 0 0 0 -6000px;
}

.bottom_rss3,
.bottom_rss3-inner {
    margin: 0 0 0 -7000px;
}

.bottom_rss4,
.bottom_rss4-inner {
    margin: 0 0 0 -9000px;
}

.bottom_rss5,
.bottom_rss5-inner {
    margin: 0 0 0 -10000px;
}

.footer_amazon,
.footer_amazon-inner {
    margin: 0 0 0 -8500px;
}

footer_recommend,
.footer_recommend-inner {
    margin: 0 0 0 -5735px;
}



footer_recommend2,
.footer_recommend-inner2 {
    margin: 0 0 0 -7735px;
}

.side_rss,
.side_rss-inner {
    margin: 0 0 0 -4725px;
}

.side_rss2,
.side_rss2-inner {
    margin: 0 0 0 -8000px;
}

.rss_side{
margin-left: 2px;
}

div#rss-main {
	float: left;
	display: inline;
	margin: 0px auto 25px;
	padding: 20px 50px;
	width: 1000px;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
}

.headlinerss {
	margin: 0px auto 25px;
	padding: 20px 50px;
	background: #fff;
	border-radius: 25px;
}

.headlinetop{
margin-bottom: 0px;
}

.headlinebottom {
margin-bottom: 10px;
}

.footergoogle {
margin-left: 25px;
}

.footeramazon {
margin-left: -50px;
}

hr.style1 {
    width: 100%;
    border-top: 3px dashed #01A800;
    border-bottom: 0px dashed #01A800;
}
img {
    border: 0px;
}

.rss2top{
margin-bottom: -2px;
}

.rss2{
margin-bottom: 0px;
}

.rss2bottom{
margin-top: 0px;
margin-bottom: 10px;
}

.comment{
font-size:180px;
}
.reccomend_footer{
margin-left:0px;
font-size:15px;
font-weight: bold;
}

.google_footer{
background-color:#f5f5f5;
}

.footer_ad{
margin: 0 0 0 100px ;
}

/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    height: 300px;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    overflow-y: scroll;
}

.blogroll-channel2 {
    height: 200px;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    overflow-y: scroll;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3;
}

.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;
}
/* ----------------------------------------------- */
/*

      advertisement css

*/
/* ----------------------------------------------- */
.amazon_tool2{
		font-size:13px;

		padding: 5px;
		margin-bottom: 5px;
		background-color:#FFFFFF;
		width:300px;
		text-align: right;
}
/* ----------------------------------------------- */
/*

     twitter css

*/
/* ----------------------------------------------- */
div.social_header{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
	font-size:90%;
}
div.social_header.a{
font-size:90%;

}
.social_footer{
	background-color: #f0f0f0;
	margin-left: 5px;
	margin-right: 5px;
}
.article-comment-count{
margin-left: 0px;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px 10px 30px; }
.google-user-ad-728 { margin:0px auto 20px; }
.google-user-ad-728-m { margin:0px auto 10px -10px; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 20px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:10px 4px 0px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:30px; 
}


/** ---------- TEST ---------- **/
#mypopup {
display: none;
position: absolute;
border:1px solid #bbb;
padding:5px 8px 8px;
font-size:12px;
color:#111;
background-color:#ffc;
list-style-type:none;
line-height:1.2;
text-align:left;
max-width:750px;
min-width:250px;
box-shadow: 3px 3px 3px #ccc;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
}

#mypopup li.comment-date, #mypopup li.comment-author{
display: inline;
color:#666;
}

    .page-category .article,
    .page-monthly .article {
      padding-top:20px;
    }

/*rss4*/
.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}
.blogroll-channel .blogroll-list {
    /* background: url(http://absurd.blogo.jp/img/tri_green.gif) no-repeat scroll 2px center; */
    list-style-type: none;
    line-height: 2.2;
    font-weight: bold;
    border-bottom: 1px dashed #01a800;
    padding-left: 15px;
}
.rss4{
	padding:0px;
	font-size:11px !important;
	text align:left !important;
	width:300px;
	height: auto !important;
}
.rss4 a:link {color:#01a800 !important;}
.rss4 a:hover {color:#015000;padding: 0px; background: #ADFFCB; display:block;}

.rss4 a {
	display:block;
}
.rss4 .blogroll-channel {
    margin-bottom: 0;
}
.rss4 .blogroll-channel .blogroll-list {
    padding-left: 0;
}

/*ad*/
.pcNone {
display: none;
}
