@charset "UTF-8";

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

 Update : 2009.06.15
==================================================
*/

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


a:hover {
 text-decoration:underline;

 color:#ed6d17;
 }


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

body {
	color: rgb(51, 51, 51);
}

a:hover {
	text-decoration:none;

 color:#ed6d17;
}


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

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

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

h2.archives-title {
	color: #0000fe;
}

div#main a:link ,
div#main a:active {
	color: rgb(5, 36, 101);
        text-decoration: none;
}

div#main a:visited ,
div#sub a:visited ,
div#extra a:visited {
	color: rgb(5, 36, 101);
　　　text-decoration: none;
}

div#main a:hover
{
	color:#ed6d17;
}


div#sub a:link ,
div#sub a:active ,
div#extra a:link ,
div#extra a:active {
	color: rgb(5, 36, 101);
}



div#sub a:hover ,
div#extra a:hover {
	color: #cb7633;
}

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

div#main h2.article-title a:hover {
	text-decoration: none;
        color:#f28343;
}

div#main ul.article-post li a:link ,
div#main ul.article-post li a:active ,
div#main ul.article-post li a:visited ,
div#main ul.article-post li a:hover {
	color:;
}

div#main dl.article-category dd a:link ,
div#main dl.article-category dd a:active ,
div#main dl.article-category dd a:visited {
	color: #ffffff;
}

div#main dl.article-category dd a:hover {
	color: #dc143c;
}


div#main div.pager a {
	color: #000000;
}

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

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

div.sidetitle {
	color: #ffffff;
        background-color: #003366;

        margin-bottom: 10px
}

div#sub div.sidetitle a ,
div#extra div.sidetitle a {
	color: rgb(5, 36, 101);
}

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

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

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

body {
	margin: 0;
	padding: 0;
	min-width: 1230px;
	background-color: rgb(236, 238, 242);
	text-align: ;
}

div#container {
	width: 1230px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: rgb(241, 241, 241);
	position: relative;
        border-top:   #c3c3c3 1px solid;                /* 個別枠(上) */
border-right: #c3c3c3 1px solid;                /* 個別枠(右) */
border-bottom:#c3c3c3 1px solid;                /* 個別枠(下) */
border-left:  #c3c3c3 1px solid;
}

div#content {
	margin: 0 10px;
	height: 1%;
}

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

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

div#main div.column-inner {
	margin: 0px 215px 0px 185px ;
        border-top:   #36699b 3px solid;                /* 個別枠(上) */
border-right: #36699b 3px solid;                /* 個別枠(右) */
border-bottom:#36699b 3px solid;                /* 個別枠(下) */
border-left:  #36699b 3px solid;
}

div#sub {
	float: left;
	margin-left: -100%;
	display: inline;
	width: 180px;
        font-color: #008000
	background: #ebebeb url() no-repeat top;/* 背景画像：上 */
	padding-top: px;
}

div#sub div.column-inner {
	background: url() no-repeat bottom;/* 背景画像： 下 */
	padding-bottom: 30px;
}

div#extra {
	float: left;
	margin-left: -210px;
	display: inline;
	width: 210px;
	background: #ffffff /* 背景画像： 下 */
	padding-top: 15px;
}

div#extra div.column-inner {
	padding-bottom: 30px;
	background: url() no-repeat bottom;/* 背景画像： 下 */
}

/* ----------------------------------------------- */
/** 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 ,
h2 ,
div.article-footer ,
h2.article-title ,
ul ,
div.index-navigator-outer ,
div.pager {
	height: 0%;
}

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

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

div.blog-title-outer {
	background: #003366;/* 背景画像：右上 */
	text-align: left;
	margin-bottom: 10px;
	padding-right: 10px;
}
div.blog-title-outer-2 {
	background: #003366;/* 背景画像：左上 */
	padding: 0px 0 0 330px;
}
div.blog-title-outer-3 {
	background: #003366;/* 背景画像：左上 */
}

h1#blog-title {
	background: url) no-repeat right top;/* 背景画像：右上 */
	margin: 0;
	padding: 0px 30px 0;
	font-size: 150%;
	font-weight: bold;
}

div.blog-description-outer {
	background: url() no-repeat bottom left;/* 背景画像：左下 */
}

p#blog-description {
	background: url() no-repeat bottom right;/* 背景画像：右下 */
	margin: 0;
	
	line-height: 135%;
}

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

div.archives-title-outer {
	background: #ffffff url() no-repeat;/* 背景画像：左上 */
	margin-bottom: 10px;
}
div.archives-title-outer-2 {
	background: url() no-repeat right top;/* 背景画像：右上 */
	padding-top: 15px;
}
div.archives-title-outer-3 {
	background: url() no-repeat bottom right;/* 背景画像：右下 */
	padding-right: 20px;
}

h2.archives-title {
	background: url) no-repeat bottom left;/* 背景画像：左下 */
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 108%;
}

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

div.pager {
	background: #ffffff url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_bottom.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/sky/r_right_bottom.gif) no-repeat bottom right;/* 背景画像：右下 */
	padding-bottom: 0px;
}

div.index-navigator-outer ,
div.archives-pager-outer ,
div.article-pager-outer {
	background: url() no-repeat right top;/* 背景画像：右上 */
}

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

ul.index-navigator {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	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/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	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/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	padding-top: 15px;
	font-size: 18px;
}

ul.article-pager li {
	float: left;
	display: inline;
	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 {
	background: #b9ddff url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	text-align: left;
	margin-bottom: 30px;
}

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

div.article-header {
	background: #003366;
	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 {
        color: #ffffff;
}

/*** カテゴリ */
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;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */


/** 記事タイトル */
div.article-title-outer {
	background: url() no-repeat bottom right;/* 背景画像：右下 */
	padding-right: 20px;
}

h2.article-title {
	clear: left;
	
	margin: 0;
	padding: 10px 20px 20px;
	font-size: 113%;
	font-weight: bold;
        
}

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

div.article-body {
	background-color: rgb(241, 241, 241);
	padding: 20px 10px 5px;
	line-height: ;
	font-size: 22px;

}

div.article-body-inner {
	width: ;
	overflow: hidden;
        background-color: rgb(241, 241, 241);
	padding: 0px 10px 0px;
border: double 0px #0000ff;

}

/** 続きを読む */
div.article-body span.article-continue {
	display: block;
        background-color: #05246b;
        margin:10px auto;
	width:100%;
	display:block;
	color:#fff;
	text-align:center;
	font-size: 22px; 
	line-height: 50px; 
	padding: 0 1px; 

        font-family: メイリオ,sans-serif;
        font-weight: ;
        }

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 {
	border: 1px dotted #000;
	padding: 5px 15px;
	margin: 5px 0;
	zoom: 1;
        background-color: #f6f5ff;
}

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




}

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

/*** 記事タグ */
div.article-body dl.article-tags {
    margin: 2em 0;
    }
div.article-body dl.article-tags dt{
    display:none;
    }
div.article-body dl.article-tags dd{
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/tag.png) left center no-repeat;
    padding-left:20px;
    margin:0 10px 0 0;
    }


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

div.article-footer {
	background-color: rgb(241, 241, 241);
	padding: 0 10px;
}

ul.article-post {
	margin: 0 0 20px;
	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 {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

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

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

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

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

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

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

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

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

div#comment-form-body table th {
	width: 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 50px;
display:none
}

textarea#text {
	width: 90%;
	height: 250px;
}

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

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

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

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

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

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{
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
border-left: 5px solid rgb(51, 51, 51);

}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4;


}
div.related-articles ul li{
	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;
        font-size: 18px;
        font-weight: ;
text-decoration: none;





}



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

div.sidetitlebody {}
div.sidetitle {
	padding: 5px 10px 5px;
	text-align: center;
	font-size: 90%;

}

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

div.side {
	margin: 0 1px 20px;
	text-align: center;
	font-size: 90%;
}

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

/* ----------------------------------------------- */
/** Calendar */

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

div#sub div.calendarheadbody div.calendarhead a ,
div#extra div.calendarheadbody div.calendarhead a {
	color: #0287ff;
}

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: #8d8d8d;
	font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

/* ----------------------------------------------- */
/** Plugins */

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

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

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

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

div.footer-outer {
	width: 94%;
	margin: 0 auto 50px;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/footer_right.gif) no-repeat right bottom;/* 背景画像：右下 */
}

div.footer-outer-2 {
	background: #dedede url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/footer_left.gif) no-repeat left bottom;/* 背景画像：左下 */
	padding: 0 0 10px 10px;
	margin-right: 10px;
}

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


div#header {
	
}





div#footer p {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/footer_inner_right.gif) no-repeat right top;/* 背景画像：右上 */
	line-height: 38px;
	font-size: 75%;
}

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

div#ad {
	overflow: hidden;
	text-align: center;
}

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

div.gAdsense {
	padding: 10px 0;
}

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

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

a.adtitle {
	color: #0287ff;
}

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

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

a.adurl {
	color: #0287ff;
	text-decoration: none;
}

a.adurl span {
	font-size: 75%!important;
	text-decoration: none;
}

.adhover a.adtitle:hover ,
.adhover a.adurl:hover ,
.adhover a.addescription:hover ,
.adhover a.adld:hover {
	color: #cb7633;
}

a.adld {
	color: #666!important;
	text-decoration: none;
}

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

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

/* End */



.pict {
  border:3px solid #FFFFFF;
 padding:0px
}

/* 画像枠線 */


a img {
border:1px solid #20108f;
}
 
a:hover img {
filter:alpha(opacity=85);
opacity:0.85;
border:1px solid #20108f;
}

a:hover img.pict {
filter:alpha(opacity=85);
opacity:0.85;
border:3px solid rgb(255, 4, 100);
}







<style>
 .key_area {
 padding:0 0 0 10px;
 text-align:left;
 }
 .key {
 }
 .leaf_area {
 margin:3px 3px 3px 3px;
 text-align:left;
 }
 .leaf {
 padding:2px 2px 2px 18px;
 margin:0;
 background: url(http://image.blog.livedoor.jp/takoashi/tbm.gif) no-repeat; 
 }
 .leaf_last {
 padding:2px 2px 2px 18px;
 margin:0;
 background: url(http://image.blog.livedoor.jp/takoashi/tbe.gif) no-repeat; 
 }
 </style>


#gnavi {
   background:#000000 repeat-x scroll 0 0;
   width: 1230px;
   margin-bottom:10px;
   float:left;
}
#gnavi ul {
   list-style:none;
   margin:0;
   padding:0;
}
#gnavi li {
   float:left;
   margin:0;
   padding:0;
}
#gnavi a {
   border-right:1px solid #CCCCCC;
   color:#000000;
   display:block;
   padding:5px 10px 5px 10px;
   text-decoration: none;
}
#gnavi a:hover {
   background:#05246b top left repeat-x;
   color:#ffffff;
   text-decoration: none;
}















#go_navi{
	background:#;
	margin-left:1200px;
	border:1px solid #;
	border-left:none;
	position:fixed;
	top:150px;
	left:auto;
list-style-type: none;
}

#go_navi li a{
	margin:4px;
	display:block;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:777px;
}

#go_navi li a span{
	vertical-align:0px;
}

#go_top{background:url(http://livedoor.blogimg.jp/nanjsaikouya/imgs/7/6/76b99935.png) no-repeat 0 0;}
#go_top:hover{background:url(http://www36.atpages.jp/twibotnews/ueyazi.png) no-repeat 0 0;}
#go_comme{background:url(http://livedoor.blogimg.jp/nanjsaikouya/imgs/e/4/e403ff33.png) no-repeat 0 0;}
#go_comme:hover{background:url(http://livedoor.blogimg.jp/nanjsaikouya/imgs/8/4/8466e7ec.png) no-repeat 0 0;}
#go_bottom{background:url(http://livedoor.blogimg.jp/nanjsaikouya/imgs/1/b/1be5bfd4.png) no-repeat 0 0;}
#go_bottom:hover{background:url(http://livedoor.blogimg.jp/nanjsaikouya/imgs/e/7/e7dc4232.png) no-repeat 0 0;}








span.sample4 {font-size: 12px;line-height:450%; }

dd.res { margin-left:20px; }











.gazousize {
	width:196px;
	height:108px;
 }
 .rsstxtsize {
	display:block;
	padding:3px 5px;
	line-height:15px;
	font-size:13px;
	overflow:hidden;
	color:#ffffff;
	background-color:#000000;
filter:alpha(opacity=75);
opacity:0.75;
	position:absolute;
	height:28px;
	width:187px;
	font-weight:bold;
	left:0px;
	bottom:0px;
 }



.gazourss {
	width:196px;
	height:110px;
	margin:5px 4px;

	float:left;
	position:relative;
list-style-type: none;
a:hover color:	#d9a62e;
 }
}




#box0   {
         background-color:#ffffff;
         position:static;
        }







.gazousize2 {
	width:175px;
	height:98px;
 }
 .rsstxtsize2 {
	display:block;
	padding:3px 5px;
	line-height:15px;
	font-size:11px;
	overflow:hidden;
	color:#ffffff;
	background-color:#000000;
filter:alpha(opacity=75);
opacity:0.75;
	position:absolute;
	height:28px;
	width:166px;
	font-weight:bold;
	left:0px;
	bottom:0px;
 }



.gazourss2 {
	width:175px;
	height:100px;
	margin:5px 4px;

	float:left;
	position:relative;
list-style-type: none;
a:hover color:	#d9a62e;
 }







.gazousize3 {
	width:195px;
	height:130px;
 }




 .rsstxtsize3 {
	display:block;
	padding:3px 5px;

	font-size:12px;
	overflow:hidden;
	color:#ffffff;
	background-color:#000000;
filter:alpha(opacity=80);
opacity:0.80;
	position:absolute;
	height:30px;
	width:186px;
	font-weight:bold;
	left:0px;
	bottom:-1px;
 }



.gazourss3 {
	width:195px;
	height:130px;
	margin:5px 3px;

	float:left;
	position:relative;
list-style-type: none;
a:hover color:	#d9a62e;
 }






.gazousize4 {
	width:170px;
	height:130px;
 }




 .rsstxtsize4 {
	display:block;
	padding:3px 5px;

	font-size:11px;
	overflow:hidden;
	color:#ffffff;
	background-color:#000000;
filter:alpha(opacity=80);
opacity:0.80;
	position:absolute;
	height:30px;
	width:161px;
	font-weight:bold;
	left:0px;
	bottom:-1px;
 }



.gazourss4 {
	width:170px;
	height:130px;
	margin:2px 0px;

	float:left;
	position:relative;
list-style-type: none;
a:hover color:	#d9a62e;
 }







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

      BlogRoll css

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

.blogroll-channelkijishita,
.blogroll-channelkijishita * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channelkijishita {
    height: 535px;
    width: 720px;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 0px #999;
    background: ;
    overflow-y: hidden;
}

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

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

.blogroll-channelkijishita .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channelkijishita img.blogroll-icon,
.blogroll-channelkijishita img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channelkijishita img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channelkijishita a.blogroll-link {
       text-decoration:none;

  
}

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

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

.blogroll-channelkijishita .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channelkijishita .blogroll-ad-img {
}

.blogroll-channelkijishita .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}




.selector02{  
    border-left:7px solid #ccc;  
    border-bottom:1px solid #ccc;  
    padding:.6em .8em; 
    font-weight:normal
}  








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

      BlogRoll css 2

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

.blogroll-tsuduki,
.blogroll-tsuduki * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-tsuduki {
    height: 223px;
    width: 720px;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 0px #999;
    background: ;
    overflow-y: hidden;
}

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

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

.blogroll-tsuduki .blogroll-list img {
    vertical-align: middle;
}

.blogroll-tsuduki img.blogroll-icon,
.blogroll-tsuduki img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-tsuduki img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-tsuduki a.blogroll-link {
       text-decoration:none;

  
}

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

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

.blogroll-tsuduki .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-tsuduki .blogroll-ad-img {
}

.blogroll-tsuduki .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}




.selector02{  
    border-left:7px solid #ccc;  
    border-bottom:1px solid #ccc;  
    padding:.6em .8em; 
    font-weight:normal
}  
















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

      BlogRoll css3

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

.blogroll-channeltop,
.blogroll-channeltop * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channeltop {
    height: 270px;
    width: px;
    height: auto !important;
    margin-bottom: 3px;
    padding: 10px;
    border: solid 1px #999;
    background: ;
    overflow-y: visible !important;
}

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

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

.blogroll-channeltop .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channeltop img.blogroll-icon,
.blogroll-channeltop img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channeltop img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channeltop a.blogroll-link {
        text-decoration:none;


}

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

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

.blogroll-channeltop .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channeltop .blogroll-ad-img {
}

.blogroll-channeltop .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}




.blogroll-wrapper{
	width:792px;
    overflow-y:scroll;
    height:145px;
}
.blogroll-column{
	float:left;
	width:50%;
}

.blogroll-channel .blogroll-list {
    border-bottom: 1px dashed #ff0000;
}




.blogroll-channel a.blogroll-link {

      
}












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

      BlogRoll css4

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

.blogroll-saikabu,
.blogroll-saikabu * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-saikabu {
    height: px;
    width: px;
    height: 514px;
    margin-bottom: 3px;
    padding: 10px;
    border: solid 1px #999;
    background: #fff;
overflow-y: hidden;

}

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

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

.blogroll-saikabu .blogroll-list img {
    vertical-align: middle;
}

.blogroll-saikabu img.blogroll-icon,
.blogroll-saikabu img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-saikabu img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-saikabu a.blogroll-link {
        text-decoration:none;


}

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

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

.blogroll-saikabu .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-saikabu .blogroll-ad-img {
}

.blogroll-saikabu .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}




.blogroll-wrappersaikabu{
	width:770px;
   
    height:600px;
}
.blogroll-column{
	float:left;
	width:50%;
}

.blogroll-channel .blogroll-list {
    border-bottom: 1px dashed #ff0000;
}




.blogroll-channel a.blogroll-link {

      
}











/* アドセンス広告 */
.adsensestyles {
    margin-top: 25px;
    font-size: 12px;
    color: #666;
    clear: both;
}

.fb-like {
vertical-align: top;
margin: 0 5px 0 -23px;
}


















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

      続き読む上の手動テキストリンクの下線

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




.syodoulink {
    width: 660px;
    font-size: 17px;
    border-bottom:#ff0000 1px dashed; 

    padding: 0 0 0 60px;

     background: url(http://blogroll.livedoor.net/blogroll/icons/nanjsaikouya/11885ba873.gif) no-repeat center left;

　　　text-decoration: none;

}

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

div.google-2ad {
 margin:20px; 
 height:250px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:20px; 
}


