@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:"MeiryoKe_PGothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
}

body {
	color: #332D30;
	font-family:"MeiryoKe_PGothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0","sans-serif";
}

a:link
, a:visited {
	color:#4e454a;
	text-decoration:none;
}

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

a:active {
	color:#ff0000;
	text-decoration:none;
}

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: #2E7759;
	text-decoration: none;
}

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

p#blog-description {
	color:#1A7FB2;
	font-weight:bold;
}

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


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

h2.article-title a:hover {
	color: #359099;
}

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

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

div.pager a {
}

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

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

div.article-body a:link {
	color: #1e90ff;
	text-decoration:none;
}

div.article-body a:visited {
	color: #778899;
	text-decoration:none;
}

div.article-body a:hover {
	text-decoration:underline;
}

div.article-body a:active {
	color: #ff0000;
	text-decoration:underline;
	font-weight:normal;
}

div.article-option h2 {
	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: #40689F;
}

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

div.calendarhead {
	color: #4e993f;
}

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

div.side a:link {
	color:#3D6F99;
	text-decoration: none;
}

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

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

div.side a:active {
	color: #ff0000;
	text-decoration: none;
}


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: 0;
	padding: 0;
	min-width: 1160px;
	background-color: #C7DEEA;
	text-align: center;
}

div#container {
	width: 99%;
	max-width:1250px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top:5px;
	position: relative;
}

div#content {
margin-top: -16px;
}

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

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

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

div#sub {
	display:inline;
	float:left;
	margin-left:-100%;
	width:206px;
}

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

div#extra {
	display:inline;
	float:left;
	margin-left:-206px;
	width:206px;
}

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

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

div#container:after
, div#content:after
, div#blog-title-outer: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 {
text-align: left;
}

div.blog-title-outer-2 {
display:inline;
float:left;
width:100%;
}

div.blog-title-outer-3 {
display:inline;
float:left;
height:200px;
margin-left:-100%;
width:565px;
}

h1#blog-title {
	font-size:32px;
	font-weight:bold;
	margin:0px 10px 0;
}

div.blog-description-outer {
}

p#blog-description {
	letter-spacing:3px;
	margin-top:-195px;
	padding:0 10px;
	text-align:right;
}

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

div.archives-title-outer {
}

div.archives-title-outer-2 {
}

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

h2.archives-title {
	margin: 0;
	height:0;
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
}

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

div.pager {
	text-align: left;
}

div.pager-inner {
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {
}

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

ul.index-navigator {
	font-size: 90%;
}

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

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

ul.archives-pager {
	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 {
	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 {
	margin-bottom: 10px;
	text-align: left;
}

div.article-outer-2 {
}

div.article-outer-3 {
}

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

div.article-header {
}

/*** 日付 */
div.article-date-outer {
float:right;
font-size:14px;
font-weight:bold;
margin-top:-3px;
padding:0 10px;
}
div.article-date-outer span.article-date {
}
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 {
	background-color: #F3F9EA;
	border-top:14px solid #84BA88;
	border-left:2px solid #84BA88;
	border-right:2px solid #84BA88;
	border-radius: 14px 14px 0 0;
}

h2.article-title {
clear:left;
font-size:20px;
font-weight:bold;
margin:0 28px;
padding:5px 0 0;
border-bottom:2px dotted #84BA88;
}

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

div.article-body {
	background-color: #F3F9EA;
	border-left:2px solid #84BA88;
	border-right:2px solid #84BA88;
	padding: 0px 10px 5px;
	line-height: 150%;
	font-size: 15px;
}

div.article-body-inner {
	color:#33474c;
	margin:0 25px;
	overflow: visible;
	font-size:15px;
	line-height:150%;
}

/*** 続きを読む */
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;
	color:#33474c;
}

/*** blockquote & pre */
div.article-body blockquote
, div.article-body pre {
background-color:#F9F9F9;
border:1px solid cornflowerblue;
font-size:90%;
margin:5px 0;
padding:5px 30px;
}

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

div.article-body a:hover img {
	opacity:0.8;
}

/*** 共通テーマ */
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%;
}

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

div.article-footer {
	background-color: #F3F9EA;
	border-left:2px solid #84BA88;
	border-right:2px solid #84BA88;
	border-bottom:2px solid #84BA88;
	padding: 0 10px;
	border-radius: 0 0 14px 14px;
}

ul.article-post {
	border-top:1px dashed #999999;
	font-size:11px;
	padding: 5px 0;
	text-align: right;
}

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

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

div#article-options {
	background-color: #F3F9EA;
	border-color: #84BA88;
	border-style: solid;
	border-width: 2px 2px;
	margin:15px 0 0;
	padding: 10px 20px;
	border-radius: 14px;
}

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

div.article-option h2 {
	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 {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

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

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

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

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom:10px;
	font-family:"MeiryoKe_PGothic","ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
}

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

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

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

div#comment-form-body table {
	border: 0;
	width: 100%;
	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: 100%;
	height: 250px;
	font-family:"MeiryoKe_PGothic","ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
}

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: 0 0 0;
}
div.related-articles h2{
	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: 5px 0 4px 9px;
	margin-left: 5px;
}


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

div.sidetitlebody {}

div.sidetitle {
	font-size:14px;
	font-weight:bold;
	margin:0 10px 18px;
	padding:0 3px 0;
	text-align:right;
	position:relative;
	height:0px;
}

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

div.side {
	color:#332D30;
	background:#FDFFDD none repeat scroll 0 0;
	font-size:11px;
	margin:0 10px 15px;
	padding:5px;
	text-align:center;
	line-height:140%;
}


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

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

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

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


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

/* End */
/* いろいろ */



.rss-headline {
height:200px;
margin:0 10px 0 565px;
}

.rss-title {
color:#3D995B;
float:right;
font-size:90%;
font-weight:bold;
height:20px;
text-align:left;
width:100%;
}

.rss-box {
float:left;
height:180px;
width:100%;
overflow: hidden;
background: #EFFAF4;
text-align: left;
border-radius: 7px;
}

.rss-box .left {
float: left;
width: 50%;
}
.rss-box .right {
float: right;
width: 48%;
}

.blogroll-title {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 12px;
}

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    /zoom: 1;
}
.blogroll-channel {

}

.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;
padding-left: 15px;
background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat 0 1px;
padding-left: 1em;
text-indent: -1em;
/text-indent: 0;
}

* html .blogroll-channel .blogroll-list {
    line-height: 1;
}

.blogroll-channel .blogroll-list a {
padding-left: 1em;
    color: #008080;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
    vertical-align: bottom;
}
* html .blogroll-channel img.blogroll-favicon {
	width: 16px;
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

* html .blogroll-channel .blogroll-hatebu {
    line-height: 1!important;
}

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









.rss-headline2 {
margin:5px auto 15px;
height:270px;
max-width:777px;
width:100%;
padding:0;
}

.rss-title2 {
color:#3D995B;
float:left;
font-size:90%;
font-weight:bold;
height:20px;
text-align:left;
width:100%;
}

.rss-box2 {
float:left;
height:250px;
width:100%;
overflow: hidden;
background: #EFFAF4;
text-align: left;
border-radius: 7px;
}



.rss-1line {
float:left;
width:49%;
}

.rss-2line {
float:right;
margin-bottom:10px;
width:49%;
}

.rss-3line {
text-align:center;
}


.kizi {
line-height:120%;
margin:5px 0;
padding:5px 0;
}


div.kizi a:link
, div.kizi a:active {
	text-decoration:none;
	color:#008080;
	line-height:120%;
}

div.kizi a:visited {
	text-decoration:none;
	color:#999999;
	line-height:120%;
}

div.kizi a:hover {
	text-decoration:none;
	color:#004C4C;
}


.nm{
color:#666666;
font-size:12px;
margin:20px  0 0 -25px;
font-weight:normal;
}
.vip{
color:green;
font-weight:bold;
}
.news{
color:green;
font-weight:normal;
}
.gr{
color:#007256;
}
.bl{
color:#0052A5;
}
.or{
color:#E47911;
}
.tl{
color:#009999;
}
.rd{
color:#dc143c;
}
.pk{
color:#FF0066;
}
.cr{
color:#7f7f7f;
font-size:90%;
font-weight:normal;
}
.cr2{
background-color:#E3EFFC;
border:1px solid #C7E0F9;
font-size:90%;
margin:5px 0;
padding:5px 30px;
}
.aa{
font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:12px;
line-height:115%;
font-weight:normal;
white-space:nowrap;
}
.f2 {
font-weight:normal;
font-size:70%;
line-height:150%;
}
.f3 {
font-weight:bold;
line-height:150%;
}
.f4 {
font-size:150%;
line-height:150%;
}
.f5 {
font-size:200%;
line-height:150%;
}
.f6 {
font-size:250%;
line-height:150%;
}
.f7 {
font-size:300%;
line-height:150%;
}
.ac{
color:blue;
text-decoration:underline;
font-weight:normal;
}
.res{
margin:0 0 20px;
}



a.title:link
, a.title:active
, a.title:visited {
	color:#47B26B;
	font-size:26px;
	font-weight:bold;
	line-height:140%;
	text-decoration:none;
	vertical-align: middle;
}
a.title:hover {
	color:#51cc7a;
	text-decoration:none;
}



/* カスタマイズ　メニューバー追加 */
ul.menubar{
font-size:13px;
font-weight:bold;
margin:7px 10px 10px;
max-width:100%;
padding:0;
}


li.mbar{
color:#FFFFFF;
display:inline;
}

li.mbar a{
background-color:#999999;
color:#FFFFFF;
text-decoration:none;
padding:2px 5px;
border-radius: 5px;
}

li.mbar a:hover{
background-color:#b2b2b2;
text-decoration:none;
}


li.osusume{
color:#FFFFFF;
display:inline;
}

li.osusume a{
background-color:#E47911;
color:#FFFFFF;
text-decoration:none;
padding:2px 5px;
border-radius: 5px;
}

li.osusume a:hover{
background-color:orange;
text-decoration:none;
}


li.mizikaino{
color:#FFFFFF;
display:inline;
}

li.mizikaino a{
background-color:#84BA88;
color:#FFFFFF;
text-decoration:none;
padding:2px 5px;
border-radius: 5px;
}

li.mizikaino a:hover{
background-color:#94d198;
text-decoration:none;
}


li.nagaino{
color:#FFFFFF;
display:inline;
}

li.nagaino a{
background-color:#849CBC;
color:#FFFFFF;
text-decoration:none;
padding:2px 5px;
border-radius: 5px;
}

li.nagaino a:hover{
background-color:#96b0d3;
text-decoration:none;
}


li.ammmazon{
font-weight:bold;
color:#ffd000;
display:inline;
}

li.ammmazon a{
background-color:#999999;
color:#ffd000;
text-decoration:none;
padding:2px 5px;
}

li.ammmazon a:hover{
background-color:#777777;
text-decoration:none;
}


li.ninotwitter{
color:#FFFFFF;
display:inline;
}

li.ninotwitter a{
background-color:#31A59C;
color:#FFFFFF;
text-decoration:none;
padding:2px 5px;
border-radius: 5px;
}

li.ninotwitter a:hover{
background-color:#3AC1B6;
text-decoration:none;
}


li.ninoninki{
color:#FFFFFF;
display:inline;
}

li.ninoninki a{
background-color:#CC5166;
color:#FFFFFF;
text-decoration:none;
padding:2px 5px;
border-radius: 5px;
}

li.ninoninki a:hover{
background-color:#E57285;
text-decoration:none;
}


ul.menubar2 {
bottom:0;
list-style-type:none;
margin-right:-3px;
position:fixed;
right:0;
z-index:1;
}


li.mbar2{
margin:15px 0;
}

li.mbar2 a:link{
color:#4E454A;
font-weight:bold;
padding:2px 5px;
text-decoration:none;
}

li.mbar2 a:visited{
color:#4E454A;
font-weight:bold;
padding:2px 5px;
text-decoration:none;
}

li.mbar2 a:hover{
color:#000000;
}


.blgd {
//////background-color:#F0F7F9;
}



div.t-cat-107513 {
	background-color: #F2F7F5;
	border-left:2px solid #849CBC;
	border-right:2px solid #849CBC;
	border-top:14px solid #849CBC;
}
div.b-cat-107513 {
	background-color: #F2F7F5;
	border-left:2px solid #849CBC;
	border-right:2px solid #849CBC;
}
div.f-cat-107513 {
	background-color: #F2F7F5;
	border-bottom:2px solid #7191BC;
	border-left:2px solid #7191BC;
	border-right:2px solid #7191BC;
}

h2.at-cat-107513 {
clear:left;
font-size:20px;
font-weight:bold;
margin:0 28px;
padding:5px 0 0;
border-bottom:2px dotted #7191BC;
}


div.yazirusi-title{
color: #70CC76;
float: left;
font-size: 40px;
height: 0;
margin-left: -12px;
margin-top: -9px;
width: 0;
}


/* 記事一覧 */

div.itiranmaru {
color:#70CC76;
font-family:"MeiryoKe_PGothic","ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0","sans-serif";
font-size:23px;
margin-left:-11px;
position:absolute;
}

div.m-cat-107513 {
color:#6699CC;
}

div.m-cat-119813 {
color:#70CC76;
}


div.itirantitle {
margin:0 0 0 10px;
}

div.i-cat-119407 a:link {
color:#0070CC;
font-weight:bold;
}

div.i-cat-119407 a:visited {
color: #999999;
font-weight:bold;
}

div.i-cat-119407 a:hover {
color:orange;
font-weight:bold;
}

div.i-cat-119407 a:active {
color:#FFCC00;
font-weight:bold;
}



div.itirantitle a {
display:block;
}

div.itirantitle a:hover {
background:none repeat scroll 0 0 #FFFFBB;
}



/* 記事一覧おわり */


div#acrp_2noninos td {
border-bottom:1px dashed #CCCCCC;
padding:4px 0;
}

#acrp_2noninos tr:nth-child(3) a
, #acrp_2noninos tr:nth-child(4) a
, #acrp_2noninos tr:nth-child(5) a
, #acrp_2noninos tr:nth-child(6) a
, #acrp_2noninos tr:nth-child(7) a
, #acrp_2noninos tr:nth-child(8) a
, #acrp_2noninos tr:nth-child(9) a
, #acrp_2noninos tr:nth-child(10) a
, #acrp_2noninos tr:nth-child(11) a
, #acrp_2noninos tr:nth-child(12) a{
font-weight:bold;
}

#acrp_2noninos tr:nth-child(1) a
, #acrp_2noninos tr:nth-child(2) a
, #acrp_2noninos tr:nth-child(13) a
, #acrp_2noninos tr:nth-child(14) a
, #acrp_2noninos tr:nth-child(15) a
, #acrp_2noninos tr:nth-child(1)
, #acrp_2noninos tr:nth-child(2)
, #acrp_2noninos tr:nth-child(13)
, #acrp_2noninos tr:nth-child(15) {
font-size:9px;
line-height:100%;
}

div.ninki {
display:block;
font-size:1.17em;
font-weight:bold;
margin:1em 0;
}


#acrr2_ninoaku tr:nth-child(1) a
, #acrr2_ninoaku tr:nth-child(2) a
, #acrr2_ninoaku tr:nth-child(28) a
, #acrr2_ninoaku tr:nth-child(29) a
, #acrr2_ninoaku tr:nth-child(30) a
, #acrr2_ninoaku tr:nth-child(1)
, #acrr2_ninoaku tr:nth-child(2)
, #acrr2_ninoaku tr:nth-child(30) {
font-size:9px;
line-height:100%;
}



div.article-continue a:link 
, div.article-continue a:visited 
, div.article-continue a:active {
	color:green;
	display:block;
	font-weight:normal;
	padding:10px 5px;
	margin-left:-5px;
	text-decoration:none;
}


div.article-continue a:hover {
	color: green;
	text-decoration:none;
	font-weight:normal;
	background-color:#FFFFBB;
}



.article-continue a:link span.koko {
	color: #4169e1;
	text-decoration:underline;
	font-weight:normal;
}

.article-continue a:visited span.koko {
	color: #999999;
	text-decoration:underline;
	font-weight:normal;
}

.article-continue a:hover span.koko {
	color: #0000ff;
	text-decoration:underline;
	font-weight:normal;
}

.article-continue a:active span.koko {
	color: #ff0000;
	text-decoration:underline;
	font-weight:normal;
}

img {
	border:0;
}


.osirasemaru {
font-family: "MeiryoKe_PGothic","ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0","sans-serif";
font-size: 23px;
vertical-align: bottom;
}


div.kizi .azlink-banner-widget-item {
width:33%;
}


div.kizi .azlink-sidebar-widget {
float:left;
width:33%;
}


div.side .azlink-sidebar-widget-item {
margin-bottom:15px;
}



div.side div.topsy-sm a.topsy-sm-total, div.topsy-sm a.topsy-sm-total:visited {
font-size:11px !important;
}

div.side div.topsy-sm a.topsy-sm-retweet, div.topsy-sm a.topsy-sm-retweet:visited {
font-size:8px !important;
}

div.side div.topsy-sm a {
line-height:11px !important;
padding:0 0 !important;
}

div.side div.topsy-sm {
height:13px;
}



.kizi2 {
border-top:1px dashed #999999;
margin:0 0 15px;
}



div.amazooonlnk a:link, div.amazooonlnk a:active, div.amazooonlnk a:visited {
color:#E47911;
font-weight:bold;
text-decoration:none;
}

div.amazooonlnk a:hover {
color:orange;
font-weight:bold;
text-decoration:none;
}



a.title:link span.a-ru {
	color: #47B26B;
	text-decoration:none;
}

a.title:visited span.a-ru {
	color: #47B26B;
	text-decoration:none;
}

a.title:hover span.a-ru {
	color: #51cc7a;
	text-decoration:none;
}

a.title:active span.a-ru {
	color: orange;
	text-decoration:none;
}



div.article-body-inner div.amazlet-box {
font-size:12px;
padding:15px 0;
}

div.article-body-inner div.amazlet-box a {
color:#0044FF;
text-decoration:none;
}

div.article-body-inner div.amazlet-box a:hover {
color:#0044FF;
text-decoration:underline;
}


div.article-body-inner div.azlink-box {
font-size:12px;
padding:15px 0;
}

div.article-body-inner div.azlink-box a {
color:#0044FF;
text-decoration:none;
}

div.article-body-inner div.azlink-box a:hover {
color:#0044FF;
text-decoration:underline;
}



div.osusume {
border-bottom:1px solid #40689F;
border-left:5px solid #40689F;
font-size:12px;
font-weight:bold;
margin-bottom:3px;
margin-top:5px;
padding-right:3px;
text-align:right;
}



h2.article-title.at-cat-119407 a:link {
color:#0070CC;
}

h2.article-title.at-cat-119407 a:visited {
color:#0070CC;
}

h2.article-title.at-cat-119407 a:hover {
color:orange;
}

h2.article-title.at-cat-119407 a:active {
color:orange;
}



/* menu */
.menu {
font-size: 11px;
margin-top: 32px;
position: fixed;
text-align: center;
top: 0;
z-index: 1;
}

.menu a{
display: block;
line-height: 1.9em;
}

.submenu a{
color:#FFFFFF;
background: #849CBC;
font-weight: normal;
border-bottom: 1px solid #FFFFFF;
}
.submenu a:hover{color:#FFFFFF; background-color: #9CB4D3;}

#menu1{
position: absolute;
top: 0;
left: 0;
}

div.menu span{ display: none;}

div.submenu {
visibility: hidden;
left: 17px;
position: absolute;
top: 0;
width: 160px;
}


div.ninkisintyaku {
border: 1px solid #B9D3EC;
text-align: center;
border-radius: 4px 4px 4px 4px;
}


div.ninkisintyaku a {
display:block;
font-size: 11px;
border-radius: 4px 4px 4px 4px;
}

div.ninkisintyaku a:hover {
background:none repeat scroll 0 0 #daedf5;
}





span.clap {
    padding-left: 0px;
}

span.clap a:link, span.clap a:link a:visited {
    color: #4E454A;
    text-decoration: underline;
    vertical-align: top;
}

span.clap img {
    margin-right: 3px;
    vertical-align: text-top;
}





/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px 20px; }
.google-user-ad-728 { margin:15px 0px 5px 0px; }
.ad-center { text-align:center; }
.ad-type-side { margin:0; }
.ad-type-hdr { margin:10px 20px 0; }

.ad-outer { margin:0 auto; padding:0; }
.ad-by { text-align:left; margin-bottom:4px; font-size:11px; }
.ad-box { text-align:left; }
.ad-box a{ display:block; margin:0 8px 0 0!important; padding:6px 8px!important; overflow:hidden; }
.ad-box a:hover { padding:4px 6px!important; }
.ad-box a span.ad-url { margin-left:10px; }
/* for IE6-7 */
* html .ad-outer .ad-box a{ height:1%; }
*+html .ad-outer .ad-box a{ height:1%; }

.ad-by a, .ad-by a:hover { color:#000000 !important; font-weight:bold !important; }
.ad-box a, .ad-box a:hover { text-decoration:none !important; }
.ad-box a span.ad-title { font-size:15px; color:#0044ff; font-weight:bold; text-decoration:underline; line-height:150%; }
.ad-box a:hover span.ad-title { text-decoration:none; }
.ad-box a span.ad-url,
.ad-box a:hover span.ad-url { font-size:11px; color:#008000; line-height:150%; }
.ad-box a span.ad-description,
.ad-box a:hover span.ad-description { display:block; font-size:12px; color:#000000; line-height:150%; }
.ad-box a:hover{
	background:#ffffbb;
	border:2px solid #ffffbb;
	-moz-border-radius:5px; /* for fx */
	-webkit-border-radius:5px; /* for safari */
}

/* link */
.ad-box-ncb {
	text-align:left;
	padding:6px 8px;
	display:block;
	line-height:1.5;
}
.ad-box-ncb:hover {
	padding:4px 6px;
	background:#ffffbb;
	border:2px solid #ffffbb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* title */
.ad-box-ncb span.ad-title a { font-size:15px; color:#0044ff !important; font-weight:bold; text-decoration:underline; }
.ad-box-ncb span.ad-title a:hover { text-decoration:none; }
/* url */
.ad-box-ncb span.ad-url a { font-size:12px; color:#008000 !important; margin-left:10px; }
.ad-box-ncb span.ad-url a:hover  { text-decoration:underline; }
/* description */
.ad-box-ncb span.ad-description,
.ad-box-ncb span.ad-description { font-size:11px; color:#000000 !important; display:block; }






