@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : default_2008_sky_green_3c
 Layout : 3カラム リキッド

 Update : 2008.07.22
==================================================
*/


/* 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: #4a4a4a;
}

a:link
, a:active
, a:visited {
	text-decoration: none;
}

a:hover {
	/* background-color : #dcf0c2 ; */ 
	color: #D2691E;

}

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

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: royalblue;
	text-decoration: underline;
}

p#blog-description {
line-height:40px;
	color: #fff;
margin:0;
font-size:12px;
text-align:left;
}

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

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

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

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

}

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

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

h4.article-title a:hover {
	/* background-color: #fffadd; */
	text-decoration: underline;
}

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

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

div.pager a {
	color: #000000;
}

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

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: #30b122; */

}

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

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

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


div.article-option a {
	color: #959595;
}

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

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

div.sidetitle {
	color: #4e993f;
}

div.sidetitle a {
	color: #4e993f;
}

div.calendarhead {
	color: #4e993f;
}

div.calendarhead a {
	color: #4e993f;
}

div.side a:link
, div.side a:active {
	color: green;
	text-decoration: none;
}

div.side a:visited {
	color: #959595;
	text-decoration: none;
}

div.side a:hover {
	/* color: orange; */ 
	text-decoration: underline;
}

div#sub table.caltblday a:link
, div#extra table.caltblday a:link {
	color: #4e993f;
}

div#sub table.caltblday a:visited
, div#extra table.caltblday a:visited {
	color: #4e993f;
}



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

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

body {
margin-left:auto;
margin-right:auto;
	padding: 0;
max-width: 1280px;	
min-width: 1280px;
	background-color: #b1d9ae;
	text-align: center;
border:none;
}

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

div#content {margin-left:auto;
margin-right:auto;}

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

div#side_bar {
width: 195px;
padding: 5px;
background: #ddf4e1; 
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
}

div#sidebar {
width: 195px;
padding: 5px 5px 10px 5px;
background: #ddf4e1; 
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
}

div#bwrap {
width: 300px;
padding: 5px 5px 10px 5px;
background: #ddf4e1; 
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
}

div#main {
	float: left;
	display: inline;
	width: 100%;
}

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

div#sub {
	float: left;
	margin-left: -100%;
	display: inline;
	width: 205px;
	background: #ddf4e1;
	padding-top: 10px;
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */

}

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

div#extra {
	float: left;
	margin-left: -310px;
	display: inline;
	width: 310px;
	background: #ddf4e1;
	padding-top: 10px;

   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */

}

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

div#headline{
    height:200px;
    color:#fff;
overflow-y: scroll;
margin-top:1.25em;
margin-left:auto;
margin-right:auto;
font-size:13px;
text-align: left;
    }

div#hr{
max-width:50%;
	float: right;
	display: inline;
    }

div#hl{
max-width:50%;
	float: left;
	display: inline;
    }


div#hu{
font-size:11px;
text-align: center;
    }

div#fu{
font-size:11px;
text-align: center;
    }

div#adbox{
height:250px;
padding:6px 0;
text-align: left;
    }

div#adbox2{
height:260px;
padding:6px 0;
text-align: left;
    }

div#header-title{
height:40px;
text-align: left;
background-color:green;
    }

div#blog-title{
width:205px;
 float : left ; 
}
div#blog-description{
 float : left ; 
}

div#articleform {
float:right;
}

/* ----------------------------------------------- */
/** 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://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/line_r_top_right.gif) no-repeat right top;/* 背景画像：右上 */
	text-align: left;
	margin-bottom: 5px;
}

div.blog-title-outer-2 {
	/* background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/line_r_bottom_right.gif) no-repeat right bottom;/* 背景画像：右下 */
	padding-right: 5px; */

}

div.blog-title-outer-3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/line_r_top_left.gif) no-repeat left top;/* 背景画像：左上 */
}

div.blog-title-outer-4 {
	background: url(http://netouyonews.net/archives/img/nwbana8.jpg) no-repeat; /* 背景画像：右上 */
}

h1#blog-title {
text-align: left;
	margin: 0;
	padding: 5px;
	font-size: 130%;
	font-weight: 900;
font-family: "Mplus 1p";
}

div.blog-description-outer {
	/* background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/line_r_bottom_left.gif) no-repeat left bottom;/* 背景画像：左下 */ */
}


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

div.archives-title-outer {
	background: #6fb162 url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_top_left.gif) no-repeat left top;/* 背景画像：左上 */
	margin-bottom: 10px;
}

div.archives-title-outer-2 {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_top_right.gif) no-repeat right top;/* 背景画像：右上 */
	padding-top: 15px;
}

div.archives-title-outer-3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_bottom_right.gif) no-repeat right bottom;/* 背景画像：右下 */
	padding-right: 20px;
}

h2.archives-title {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_bottom_left.gif) no-repeat left bottom;/* 背景画像：左下 */
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
	font-size: 108%;
}

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

div.pager {
	background: #ddf4e1 url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_bottom_left.gif) no-repeat bottom left;/* 背景画像：左下 */
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_bottom_right.gif) no-repeat bottom right;/* 背景画像：右下 */
	padding-bottom: 15px;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_top_right.gif) no-repeat right top;/* 背景画像：右上 */
}

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

ul.index-navigator {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_top_left.gif) no-repeat left top;/* 背景画像：左上 */
	padding-top: 15px;
	font-size: 90%;
}

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

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

ul.archives-pager {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_top_left.gif) no-repeat left top;/* 背景画像：左上 */
	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 {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_top_left.gif) no-repeat left top;/* 背景画像：左上 */
	padding-top: 15px;
	font-size: 90%;
}

ul.article-pager li {
	float: left;
	width: 49%;
	margin: 0;
	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 {
	background: #ffffff; /* url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_bottom_right.gif) no-repeat bottom right; 背景画像：右下 */
	margin-bottom: 2px;
	text-align: left;
}

div.article-outer-2 {
	/* background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_bottom_left.gif) no-repeat bottom left; 背景画像：左下 */
	padding-bottom: 6px;
	height: 1%;
}

div.article-outer-3 {
	/* background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_top_left.gif) no-repeat; 背景画像：左上 */
	padding-bottom: 6px;
}

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

div.article-header {
/*	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/r_top_right.gif) no-repeat right top; 背景画像：右上 */
	padding-top: 20px;
}

/*** 日付 */
div.article-date-outer {
	float: left;
	padding-left: 20px;
	font-size: 90%;
	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 {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/category.gif) no-repeat;
	margin-left: 12.5em;/* 日付の幅 */
	padding-left: 20px;
	padding-right: 20px;
}

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: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

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

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

h2.article-title {
	clear: left;
	margin: 0 10px;
	padding: 10px 10px 10px;
	font-size: 150%;
	font-weight: bold;
background-color:#ffffff;

  border-left: 10px solid green;
  border-bottom: 1px dashed green;
}

h2 {
	color:#ffffff;
	padding: 10px 10px 10px;
	background-color:green;
}

h3 {
	margin:24px 0 0 0;
	padding:8px 10px;
	/* border-bottom:1px solid green; */
	background: #ddf4e1;
	color:green;
	}

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

div.article-body {
	background-color: #ffffff;
	padding: 10px 20px 5px;
	font-size: 13px;
}

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

/*** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 0.2em;
text-decoration: none;
font-size:2em;
font-weight:bold;
}

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

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

div.article-body blockquote {
	background-color: rgb(245, 245, 245);
	border: solid 1px green;
	padding: 10px 10px;
	margin: 5px 0;
	border-radius: 5px;       
    -webkit-border-radius: 5px;    
    -moz-border-radius: 5px;  
}

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

.main,.article_tags{
font-size: 18px;
font-weight:bold;
}


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

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

div.article-footer {
width:340px;
float:right;
	background-color: #ffffff;
	padding: 0 20px;
}

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

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

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

div#article-options {
	background-color: #ffffff;
	padding: 10px 20px;
}

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

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

li.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 {
list-style-type: none;
	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-bottom: 24px;
	margin-left: 10px;
font-size: 18px;
font-weight:bold;
}

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

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

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

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: 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: 150px;
}

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: #4e993f;
	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 ul li{
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}

div.related-article-title{
	font-size: 18px;
font-weight: bold;
}

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

div.sidetitlebody {}

div.sidetitle {
	padding: 5px 5px 5px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
margin: 10px 15px 10px;
	background-color:white;
	border:1px solid #4e993f;
border-right:2px solid #4e993f;
border-bottom:2px solid #4e993f;
	line-height:1.3;

}

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

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


div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
	text-align: left;
}

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

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding: 0 20px 10px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

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

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

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

.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/default_2008/aqua/green/banner_base.gif) no-repeat center;
	padding-top: 20px;
}

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

header { display:block;}

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

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

div.footer-outer {
	width: 100%;
	margin: 0 auto 50px;
	background: #6fb162 url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/line_r_top_right.gif) no-repeat right top;/* 背景画像：右上 */
}

div.footer-outer-2 {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/line_r_bottom_right.gif) no-repeat right bottom;/* 背景画像：右下 */

	padding-right: 10px;
}

div#footer {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/line_r_top_left.gif) no-repeat left top;/* 背景画像：左上 */
	height: 38px;
}

div#footer p {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/green/line_r_bottom_left.gif) no-repeat left bottom;/* 背景画像：左下 */
	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: #0000ff!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: #1b8d1c!important;
	text-decoration: none;
}

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

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

/** AA */

.aa {
font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
width: auto;
_width: 90%; /*for IE*/
overflow: auto;
_overflow: scroll; /*for IE*/
font-size:12px;
white-space: pre ;
letter-spacing: normal;
word-spacing: normal;
line-height:14px;
	color: blue;
}

.aa2 {
font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
width: auto;
_width: 90%; /*for IE*/
overflow: auto;
_overflow: scroll; /*for IE*/
font-size:12px;
white-space: pre ;
letter-spacing: normal;
word-spacing: normal;
line-height:14px;
	color: #000080;
}

.sidekick {
font-size:12px;
	margin: 0 20px 20px;
	text-align: left;
}

/* 「含むはてなブックマーク」ボタン */
li.article-tool-box img {
border:0 none;
vertical-align:middle;
}

/*globalNavi*/
ul.hm {
	margin: 0;
	padding: 10px 0px 0px 5px;
	line-height: 1;
	list-style-type: none;
}

ul.hm li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 13px;
}

ul.hm a {
	padding: 5px 7px;
	border-right:1px solid green;
	display: block;
	position: relative;
	color: green;
	text-decoration: none;
}

ul.hm a:hover {
	background-color: green;
	border-color: white;
	color: white;
}
ul.hm {
	_height: 1px;
	min-height: 1px;
}

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

ul.hm #left a {
	border-left:1px solid green;
}

/* footer navi */

ul.fm {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

ul.fm li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 13px;
}

ul.fm a {
	padding: 5px 7px;
	border-right:1px solid green;
	display: block;
	position: relative;
	color: green;
	text-decoration: none;
}

ul.fm a:hover {
	background-color: green;
	border-color: white;
	color: white;
}
ul.fm {
	_height: 1px;
	min-height: 1px;
}

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

ul.fm #left a {
	border-left:1px solid green;
}

/* footerline */

div#footlinex{
    height:200px;
    color:#fff;
overflow-y: hidden;
margin-top:1.25em;
margin-left:auto;
margin-right:auto;
font-size:13px;
text-align: left;
    }

div#f1{
max-width:25%;
	float: left;
	display: inline;
    }

div#f2{
max-width:25%;
	float: left;
	display: inline;
    }

div#f3{
max-width:25%;
	float: left;
	display: inline;
    }

div#f4{
max-width:25%;
	float: left;
	display: inline;
    }

div#top{
    height:13px;
	float: left;
	overflow-y: hidden;
    }

span.source {
font-size:14px;
color:#333399;
}

span.net{
font-size:16px;
font-weight: bold;
color: #4a4a4a;
}


span.ss{
font-size:16px;
font-weight:bold;
color:#000080;
}

span.AA {
}

.flu{
    height:100px;
	overflow-y: hidden;
line-height:20px;
    }

.fld{
    height:100px;
	overflow-y: hidden;
line-height:20px;
    }

.fru{
    height:100px;
	overflow-y: hidden;
line-height:20px;
    }

.frd{
    height:100px;
	overflow-y: hidden;
line-height:20px;
    }

.fl{
max-width:33%;
	display: inline;
float: left;
    }

.fc{
max-width:33%;
	display: inline;
float: left;
    }

.fr{
max-width:33%;
	display: inline;

    }


.fcu{
    height:200px;
	overflow-y: hidden;
line-height:20px;
    }


.frut{
    height:20px;
line-height:20px;
	overflow-y: hidden;
    }

.fcut{
    height:20px;
line-height:20px;
	overflow-y: hidden;
    }

.side_link{

line-height:20px;
	text-align: left;
    }

.cate {
	font-size: 13px;
}

div#menu_a{
    height:200px;
overflow-y: hidden;
background:#ddf4e1;
border-left:solid 1px green;
border-right:solid 1px green;
border-bottom:solid 1px green;
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */
    }

div#menu_c{
    height:120px;
overflow-y: hidden;
background:#ddf4e1;
border-left:solid 1px green;
border-right:solid 1px green;
border-bottom:solid 1px green;
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */
    }

div#menu_b{
    height:384px;
width:100%;
overflow-y: hidden;
margin-left:auto;
margin-right:auto;
    }

div#kauli{
padding-left:5px;
    }

div#foot_u{
margin-left:auto;
margin-right:auto;
padding-left:20px;
padding-right:20px;
    }

div#banner{
width:1024px;
height:96px;
overflow: hidden;
}

/*--------------------------------------------------
	amazon_ad
--------------------------------------------------*/
#amazon_ad {
    height: 90px;
    margin-bottom: 6px;
    overflow: hidden;
}

#amazon_ad {
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    float: left;
    height: 90px;
    margin-right: 8px;
    overflow: hidden;
    padding: 1px;
    position: relative;
    vertical-align: top;
    width: 280px;
    z-index: 1;
}

#amazon_ad li:hover {
	border: 1px solid #FF9966;
}


#amazon_ad li .hover {
    background: url("http://http://netouyonews.net/archives/img/a_ad.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 30px;
    line-height: 16px;
    overflow: hidden;
    padding: 4px 2px;
    position: absolute;
    top: 60px;
    width: 280px;
}


#amazon_ad li img {
    height: 90px;
    width: 280px;
}



#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 90%;
}
#page-top a {
	background: green;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: darkgreen;
}

#ichiran {
	position: fixed;
	bottom: 80px;
	right: 20px;
	font-size: 90%;
}
#ichiran a {
	background: green;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#ichiran a:hover {
	text-decoration: none;
	background: darkgreen;
}

#prev {
	position: fixed;
	bottom: 160px;
	right: 20px;
	font-size: 90%;
}
#prev a {
	background: green;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#prev a:hover {
	text-decoration: none;
	background: darkgreen;
}

#next {
	position: fixed;
	bottom: 120px;
	right: 20px;
	font-size: 90%;
}
#next a {
	background: green;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#next a:hover {
	text-decoration: none;
	background: darkgreen;
}

#comment {
	position: fixed;
	bottom: 200px;
	right: 20px;
	font-size: 90%;
}
#comment a {
	background: green;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#comment a:hover {
	text-decoration: none;
	background: darkgreen;
}

#kauli2 { 
float : left ;
width:50%; 
text-align:center;
}
#geniee {
 float : left ; 
width:50%;
text-align:center;
}


#blogh1 { height: 96px;
width : 1040px ;
overflow: auto; }
#btitleh { width:290px;
float : left ; }
#headad { width:730px;
float : left ; }

div.antenabox {
float:none;
height: 265px;
background: #fff;
margin-bottom: 5px;
overflow-y: scroll;
}



.listWithImage{
	margin-left:-5px;
}
	.listWithImage li{
		margin-bottom:0 !important;
	}
	.listWithImage li:hover{
		opacity: 0.6;
	}
div.popularArticlesWithImage.A ul li{
	border: 1px solid #cfcfcf;
}
div.popularArticlesWithImage.A ul li a{
	border: 2px solid #ffffff !important;
}
div.popularArticlesWithImage.A div.title{
	color: #333333 !important;
	padding-bottom: 2px;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.main-container div.popularArticlesWithImage.A div.title{
	padding-bottom: 6px;
}
div.popularArticlesWithImage.A div.retweet, div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0px 5px;
	text-shadow: none !important;
	background: #ffffff !important;
}

div.ArticleCoverImageThumbnail {
float:left;
width:340px;
}

div#kijilink {
float:right;
font-size: 18px;
font-weight: bold;
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */
}

#kijilink a {
	background: #43a143;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
position: relative;
}

#kijilink a:hover {
	color: orange;
	background: green;
position: relative;
}

#footwrapper{
    background-color:#ddf4e1;
    background-image: url(http://netouyonews.net/nwbana9.jpg);  
    background-repeat: no-repeat;
    background-position: bottom center;    
height:810px;
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */
}

#footwrapleft{
height:620px;
width:330px;
padding:15px 0;
float:left;
}

#footwrapcent{
height:620px;
width:300px;
padding:15px 0;
float:left;
}

#footwrapcent2{
height:620px;
width:300px;
padding:15px 0;
float:left;
}

#footwrapright{
height:620px;
width: 330px;
padding:15px 0;
float:left;
}

#blogheader{
height:100px;
background:#fbb7cc;
border-top: solid 1px green;
border-left: solid 1px green;
border-right: solid 1px green;
   -moz-border-radius: 5px 5px 0 0;    /* Firefox */
   -webkit-border-radius: 5px 5px 0 0; /* Safari,Chrome */
   border-radius: 5px 5px 0 0;         /* CSS3 */
}
#blogheader2{
height:50px;
background:#008000;
border-top: solid 1px green;
border-left: solid 1px green;
border-right: solid 1px green;
   -moz-border-radius: 5px 5px 0 0;    /* Firefox */
   -webkit-border-radius: 5px 5px 0 0; /* Safari,Chrome */
   border-radius: 5px 5px 0 0;         /* CSS3 */
}

#blogheadtitle{
float:left;
width:260px;
height:90px;
margin:5px;
	/* background: url(http://netouyonews.net/archives/img/nwbana10.jpg) no-repeat; */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */
}

#blogheadtitle2{
float:left;
display: block;
width:260px;
height:30px;
margin:5px;
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */
}

#blogheadad{
float:left;
width:880px;
margin:5px 0;
}

.fotcopy{}

span.img a{
font-size:10px;
}

    .sidewrapper .side .sidebody.category-child {
        padding-left: 24px;
    }

/* メニューバー----------------------------------------------- */
#menu{
  list-style-type: none;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  background: #008000;
  border-bottom: 1px solid #808080;
  border-radius: 10px 10px 0px 0px;
}
#menu li{
  position: relative;
  width: 16%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 12px 0 12px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#menu li:hover > a{
  background: #00CC00;
  color: #ffffff;
}
#menu > li:hover > a{
  border-radius: 10px 10px 0px 0px;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0px 0px;
}
#menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
}
#menu li ul li a{
  padding: 13px 15px;
  background: #009900;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
}
#menu li:hover ul li{
  overflow: hidden;
  height: 34px;
  border-bottom: 1px solid #ffffff;
}
#menu li:hover ul li:last-child a{
  border-radius: 0px 0px 20px 20px;
}


/* ページトップへ */
.to-pagetop {
	position: fixed;
	bottom: 8px;
	right: 20px;
}
.to-pagetop a {
  background:url(http://netouyonews.net/archives/img/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}

div.form {
float:left;
}


ul#bread-crumb-list {
padding: 0;
margin: 0;
}

.button {
	background-color: green;
	color: #fff;
    border-radius: 4px;
	display: inline-block;
	width: 216px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

.button:hover {
	background-color: #59b1eb;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

div.ninja-recommend-block{
text-align: left;
}


p.res-nomal,p.res-red,p.res-pink,p.res-wat,p.res-blue,p.res-ora,p.res-nida,p.kanren,p.res-aru {
    border: 1px solid;
    border-radius: 4px;
    margin: 24px 0;
    padding: 24px;
    position: relative;
}

.res-nomal::before {
    content: "( ´∀｀)";
    font-size:14px;
    background-color: #fff;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.res-red::before {
    content: "(#・∀・)ﾑｶｯ!!";
    font-size:14px;
    background-color: #fff;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.res-pink::before {
    content: "ヾ(*'∀`*)ﾉ";
    font-size:14px;
    background-color: #fff;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.res-wat::before {
    content: "（；´∀｀）";
    font-size:14px;
    background-color: #fff;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.res-blue::before {
    content: "(￣ー+￣)";
    font-size:14px;
    background-color: #fff;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.res-ora::before {
    content: "ｷﾀ━━━(ﾟ∀ﾟ).━━━!!!";
    font-size:14px;
    background-color: #fff;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.res-nida::before {
    content: "<丶｀∀´>";
    font-size:14px;
    background-color: #fff;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.res-aru::before {
    content: "(　｀ハ´)";
    font-size:14px;
    background-color: #fff;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}


div.messagebox {
padding-left: 10px;
color:green;
float:none;
height: 110px;
overflow-y: hidden;
}

p.kanren {
    color:#008000;
    font-size:16px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 4px;
    margin: 12px 0;
    padding: 12px;
    position: relative;
}

.kanren::before {
    content: "(´・ω・｀)つ関連記事";
    font-size:14px;
    background-color: #fff;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.mid-rss{
    font-size:16px;
    font-weight: bold;
}

.mat-rss{
    font-size:18px;
    font-weight: bold;
}

p.a-des{
    font-size:16px;
}

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

/* End */
