@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : Tech Wave (based on 'default_2008_sky_3c')
 Layout : 2カラム 固定

 Update : 10:20 2010/01/13
==================================================
*/

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

/* =============================================== */
/** 00. リセット */
/* ----------------------------------------------- */
/* Reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym{border:0;font-variant:normal;}
legend{color:#000;}


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

* {
    word-break: break-all;
    }
body {
    font-family: Verdana,sans-serif;
    font-size:12px;
    *font-size:75%;
    line-height:1.231;
    }
a:hover {
    color:#86c5fe;
    }
table#header a{
    color: #fff;
    }
h1#blog-title a {
    color: #212121;
    text-decoration: none;
    }
h1#blog-title a:hover {
    text-decoration: underline;
    }
h2.archives-title {
    color: #212121;
    }
h3{
    font-size:14px;
    font-weight:bold;
    color: #212121;
    margin:0 0 0.5em 0;
    }
.article-body-inner h3{
    font-size:18px;
    border-bottom:1px solid #ccc;
    text-indent:14px;
    background:url('http://techwave.jp/parts/h3-bg.png') no-repeat left bottom;
    margin:0 0 0.5em 0;
}
h4,.related-articles h3,#article-options h3{
    font-size:16px;
    font-weight:bold;
    color: #212121;
    text-indent:14px;
    background:url('http://techwave.jp/parts/h4-bg1.png') no-repeat left center;
    margin:0 0 0 0;
    }

div#main a:link,
div#main a:active {
    color: #0e8cfe;
    }
div#sub a:link,
div#sub a:active,
div#extra a:link,
div#extra a:active {
    color: #212121;
    }
div#main a:visited,
div#sub a:visited,
div#extra a:visited {
    color: #666;
    }
div#main a:hover,
div#sub a:hover,
div#extra a:hover {
    color: #51acfe;
    }
div#main h2.article-title a {
    color: #212121;
    text-decoration: none;
    }
div#main h2.article-title a:hover {
    text-decoration: underline;
    }
div#main dl.article-category dd a,
div#main ul.article-post li a {
    color: #406323;
    text-decoration:none;
    }
div#main dl.article-category dd a:hover,
div#main ul.article-post li a:hover {
    text-decoration:underline;
    }
div#main div.pager a {
    color: #212121;
    }
div.article-date-outer {
    color: #515e69;
    }
ul.ping-info li.ping-date,
ul.comment-info li.comment-date {
    color: #8d8d8d;
    }
div.sidetitle {
    color: #464646;
    }
div#sub div.sidetitle a,
div#extra div.sidetitle a {
    color: #464646;
    }
div#sub table.caltblday a:visited,
div#extra table.caltblday a:visited {
    color: #212121;
    }
div#footer p,
div#footer p a {
    color: #fff;
    }

span.small{
font-size:small;
}

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

body {
    background:url(http://techwave.jp/parts/bg.jpg) 0 0 repeat-x #b9e3f1;
    color:#212121;
    padding:15px;
    }

div#container {
    background:url(http://techwave.jp/parts/container_bg_top.png) 0 0 no-repeat;
    width: 970px;
    margin: 0 auto;
    padding-bottom: 10px;
    background-color: #ffffff;
    position: relative;
    }
div#content {
    margin: 0 10px;
    height: 1%;
    }
div#main,
div#sub,
div#extra {
    overflow: hidden;
    }
div#main {
    float: left;
    width:630px;
    }
div#main div.column-inner {
    }
div#sub {
    float: right;
    width: 300px;
    }
div#sub div.column-inner {
    }
div#extra {
    float: right;
    width: 300px;
    }
div#extra div.column-inner {
    }

/* ----------------------------------------------- */
/** clearfix */
#nav ul:after,
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 */
#nav ul,
div.blog-title-outer,
h2.archives-title,
h2,
div.article-footer,
h2.article-title,
ul,
div.index-navigator-outer,
div.pager {
    height: 1%;
    }

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

hr.clear{
visibility:hidden;
clear:both;
}

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

div.blog-title-outer {
    position:relative;
    height:90px;
    padding:20px 10px;
    }
h1#blog-title {
    float:left;
    }
#blog-description {
    position:absolute;
    top:6px;
    right:12px;
    font-size:10px;
    color:#636363;
    }
#blog-description a{
text-decoration:none;
    color:#333;
    }
#blog-description a:link,#blog-description a:visited{
text-decoration:none;
    }
#blog-description a:hover{
text-decoration:underline;
    }
#header-banner{
    float:right;
    }

/* ナビゲーション */
#nav li {
    float:left;
    }
#nav li a {
    display:block;
    height:45px;
    width:160px;
    text-indent:-9999px;
    outline:0;
    }
#nav li#nav-01 a{
    width:149px;
    background:url(http://techwave.jp/parts/nav1.png) no-repeat;
    }
#nav li#nav-02 a{
    background:url(http://techwave.jp/parts/nav2.png) no-repeat;
    }
#nav li#nav-03 a{
    background:url(http://techwave.jp/parts/nav3.png) no-repeat;
    }
#nav li#nav-04 a{
    background:url(http://techwave.jp/parts/nav4.png) no-repeat;
    }
#nav li#nav-01 a:hover,
#nav li#nav-01 a:focus{
    background:url(http://techwave.jp/parts/nav1_on.png) no-repeat;
    }
#nav li#nav-02 a:hover,
#nav li#nav-02 a:focus{
    background:url(http://techwave.jp/parts/nav2_on.png) no-repeat;
    }
#nav li#nav-03 a:hover,
#nav li#nav-03 a:focus{
    background:url(http://techwave.jp/parts/nav3_on.png) no-repeat;
    }
#nav li#nav-04 a:hover,
#nav li#nav-04 a:focus{
    background:url(http://techwave.jp/parts/nav4_on.png) no-repeat;
    }



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

div.archives-title-outer {
    margin-bottom: 10px;
    /*
    background-color:#dcf1f8;
border-top:1px solid #17A1CF;
    border-bottom:1px solid #17A1CF;*/
    text-align:left;

width:420px;

float:left;
    }
h2.archives-title {
    padding: 5px;
    font-size: 16px;
    font-weight:bold;
width:410px;
    }

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

div.pager {
    margin-bottom: 10px;
    padding:7px;
    border:1px solid #999;
    }
div.pager-inner {
    }


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

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

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

div.archives-pager-type2{
width:180px;
float:right;
    border:none;

}
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 {
    }
ul.article-pager li {
    float: left;
    display: inline;
    width: 49%;
    }

/* = 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: 30px;
    }

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

div.article-header {
    }

/*** 日付 */
div.article-date-outer {
    font-weight: bold;
    background-color:#17a1cf;
    color:#fff;
    font-size:14px;
    padding:5px 10px;
    }

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 {
    text-align:right;
    margin-top:10px;
    }
div.article-category-outer dl.article-category {
    }
div.article-category-outer dl.article-category dd {
    background:url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/category.gif) 0 center no-repeat;
    padding-left:20px;
    margin-left:10px;
    display: inline;
    }

div.article-category-outer dl.article-category dt {
    display: none;
    }

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

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

h2.article-title {
    font-size: 24px;
    font-weight: bold;
    }

/* ----------------------------------------------- */
/** 著者名とRTボタン */
#article-auther-rt{
padding:0 8px 20px 0;
}

#article-auther-rt div{
margin:0 0 10px 10px;
}
div.a-auther{
float:left;
}
div.a-auther a img{
border:none;
}
div.a-auther a.nickname{
font-size:12px;
position:relative;
bottom:10px;
left:5px;
text-decoration:none;
cursor:pointer;
}
div.a-auther a.nickname strong{
font-size:14px;
}
div.rt{
float:right;
}


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

div.article-body {
    background-color: #fff;
    padding: 10px;
    line-height: 1.7;
    font-size:14px;
    }

div.article-body-inner {
    width: 100%;
    overflow: hidden;
margin:0 0 4em 0;
    }

/** 続きを読む */
div.article-body span.article-continue {
    display: block;
    margin: 1em 0 2em 0;
    font-weight:bold;
    }
div#google-user-ad_middle{
margin:3em 0 2em 0;
}
div.article-body div.article-body-more,
div.article-body div.article-body-private {
    clear: both;
    padding: 2em 0 0em 0;
    }

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

/*** img */
div.article-body img.pict {
    border:1px solid #ddd;
	padding:4px;
    margin:0 10px 5px 10px;
	background-color:#f6f6f6;
    }
div.article-body a:hover img.pict {
    border-color: #a4d7ea;
    }

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

/*** 記事タグ */
dl.article-tags {
    margin-top:1em;
    }

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

/***amazonアフィリエイト */
div.article-body .amazon-left {
    margin:5px 10px 5px 0px;
    float:left;
    }
div.article-body .amazon-right {
    margin:5px 0px 5px 10px;
    float:right;
    }

/***冒頭の引用 */    
div.qt{
border:1px dashed #666;
padding:10px;
margin-bottom:2em;
font-size:small;
line-height:1.6;
}

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

div.article-footer {
    background-color: #ffffff;
    padding: 10px;
    margin: 0 0 20px;
    }

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

ul.article-post li {
    }

/** ゲストブロガー紹介欄 */
#guest-profile{
font-size: 12px;
border: 1px solid #ccc;
margin: 10px 0px;
padding: 10px;
line-height: 1.2;
background:#f6f6f6
}
#guest-profile dt,#guest-profile dd{
float:left;
padding:0 4px 0 0;
}

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

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

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

div.article-option h3 {
    margin: 0 0 10px 0;
    font-weight:bold;
    font-size:14px;
    }
div#comments-list{
display:none;
}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
    margin: 0 30px;
    }

div#trackback-form ul li {
    list-style-type: none;
    float: left;
    }

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

h4.ping-title {
    display: inline;
    font-size: 100%;
    font-weight: normal;
border:none;
    }

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

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 {
    width:100%;
    line-height: 25px;
    }
div#comment-form-body table *{
    vertical-align:middle;
    }

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

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;
    padding-right:50px;
    }

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

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

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

div.related-articles{
    padding: 15px 0 0;
    }
div.related-articles h3{
    margin: 0 0 10px;
    font-size: 14px;
    }
div.related-articles ul{
    list-style: none;
    line-height: 1.2;
    }
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;
    }

/** このページのトップへ */
.scroll-top{
float:right;
margin-right:10px;
font-weight:bold;
color:#212121;
}

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

div#sub div.sidewrapper {
    margin-bottom:10px;
    }
div#sub div.sidetitlebody {}
div#sub div.sidetitle {
    background: url(http://techwave.jp/parts/sidetitle.png) 0 0 no-repeat;
    padding-left: 30px;
    font-weight: bold;
    line-height:35px;
    font-size:13px;
    }

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

div#sub div.side {
    padding: 10px 10px 20px;
    text-align: center;
    border:1px solid #dbdbdb;
    border-top:0;
    }

div#sub div.sidebody {
    display:list-item;
    color:#666;
    margin: 10px 5px 10px 15px;
    text-align: left;
    }
div#sub div.plugin-memo div.side {
    text-align:left;
    line-height:1.6;
    }

.plugin-tag_cloud .sidetitlebody {
    display:none;
    }
.plugin-tag_cloud * {
    zoom:1;
    }
.plugin-tag_cloud {
    background:url(http://techwave.jp/parts/tag_badge.png) 0 4px no-repeat;
    margin:10px 0 15px;
    padding:5px 0 0 60px;
    height:55px;
    }
.plugin-tag_cloud a{
    text-decoration:none;
    font-weight:bold;
    line-height:1.3;
    margin-right:2px;
    }
.plugin-tag_cloud .side{
    /margin-top:-24px;
    }
#main ul.tagcloud li.tag-weight-0 a{
    font-size:12px;
    color:#aaa;
    }
#main ul.tagcloud li.tag-weight-1 a{
    font-size:14px;
    color:#999;
    }
#main ul.tagcloud li.tag-weight-2 a{
    font-size:16px;
    color:#777;
    }
#main ul.tagcloud li.tag-weight-3 a{
    font-size:18px;
    color:#555;
    }
#main ul.tagcloud li.tag-weight-4 a{
    font-size:20px;
    color:#212121;
    }
#main ul.tagcloud li a:hover{
    color:#17a1cf;
    }


div#sub .plugin-web_search div.side {
    text-align:left;
    }
div#sub .plugin-web_search div.searchbody {
    padding:0 5px;
    }
div#sub .plugin-web_search div.side input.sf {
    padding:3px 2px;
    width:200px;
    border:1px solid #999;
    margin-bottom:4px;
    }
div#sub .plugin-web_search div.side input.sfbtn {
    padding:2px 6px;
    background-color:#d9d9d9;
    border:1px solid #999;
    color:#555;
    margin-bottom:4px;
    }
div#sub .plugin-web_search div.side input {
    vertical-align:middle;
    }


div#sub .plugin-searchform {
    text-align:center;
    padding:10px 0;
    }
div#sub .plugin-searchform *{
    vertical-align:middle;
    }
div#sub .plugin-searchform input.sf {
    border:1px inset #ccc;
    padding:2px;
    width:155px;
    }
div#sub .plugin-searchform input.sfbtn {
    padding:1px;
    }

div#sub .plugin-feeds {
    background:url(http://techwave.jp/parts/feed_bg.png) 0 0 no-repeat;
    height:68px;
    }
div#sub .plugin-feeds dl{
    text-align:right;
    padding:7px 5px 0 0px;
    }
div#sub .plugin-feeds dt{
    display:none;
    }
div#sub .plugin-feeds dd{
    display:inline;
    padding:0 3px;
    }
div#sub .plugin-feeds a:hover img{
    opacity:0.75;
    filter: alpha(opacity=75);/* for IE */
    }





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

.message {
    line-height: 1.25;
    }

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

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

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

table#header {
    font-size: 12px;
    color:#fff;
    }

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

div.footer-outer {
    width: 970px;
    margin: 13px auto 0;
    text-align:center;
    background-color:#90b4c0;
    }

div#footer {
    }

div#footer p {
    padding:8px 0 10px;
    font-size: 12px;
    }

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

/* Google Adsense （ビュレットとhoverで背景画像）
-------------------------------------------------------------------------------- */
.google-ads {
    margin:10px auto;
    line-height:1.2;
    }
.google-ads *{
    zoom:1;
    margin:0;
    padding:0;
    }
.google-ads span.google-ads-title {
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
    color:#0099ff;
    padding-left:20px;
    background: url(http://news.livedoor.com/img/blog/afc_bg.png) 0 -97px no-repeat;
    }
.google-ads span.google-ads-url {
    font-size:12px;
    margin-left:10px;
    color:#1B8D1C;
    }
.google-ads span.google-ads-text {
    color:#666;
    font-size:13px;
    padding-left:20px;
    line-height:1.6;
    }
.google-ads p.heading {
    color:#777;
    font-size:13px;
    letter-spacing:1px;
    text-decoration:none;
    padding:4px 8px;
    }
.google-ads a{
    display:block;
    text-decoration:none;
    cursor:pointer;
    }
.google-ads a span.inner{
    display:block;
    padding:10px 8px;
    }
.google-ads a:hover{
    background:url(http://news.livedoor.com/img/blog/afc_bg.png) 0 0 no-repeat;
    text-decoration:none;
    }
.google-ads a:hover span.inner{
    background:url(http://news.livedoor.com/img/blog/afc_bg.png) right -100px no-repeat;
    }
.google-ads a:hover span.google-ads-title{
    background:url(http://news.livedoor.com/img/blog/afc_bg.png) 0 -197px no-repeat;
    }


/* Google Adsense （ビュレットとhoverで背景画像/PBP仕様）
-------------------------------------------------------------------------------- */
.google-user-ad {
    margin:10px auto;
    line-height:1.2;
    }
.google-user-ad *{
    zoom:1;
    margin:0;
    padding:0;
    }
.google-user-ad span.ad-title {
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
    color:#0099ff;
    padding-left:20px;
    background: url(http://news.livedoor.com/img/blog/afc_bg.png) 0 -97px no-repeat;
    }
.google-user-ad span.ad-url {
    font-size:12px;
    margin-left:10px;
    color:#1B8D1C;
    }
.google-user-ad span.ad-description {
    color:#666;
    font-size:13px;
    padding-left:20px;
    line-height:1.6;
    display:block;
    }
.google-user-ad .ad-by a{
    color:#777 !important;
    font-size:13px;
    letter-spacing:1px;
    text-decoration:none;
    padding:4px 8px;
    }
.google-user-ad .ad-by a:hover{
    color:#777;
    }
.ad-box{
    display:block;
    text-decoration:none;
    cursor:pointer;
    }
.ad-box a{
    display:block;
    text-decoration:none;
    cursor:pointer;
    padding:10px 8px;
    }
.ad-box:hover{
    background:url(http://news.livedoor.com/img/blog/afc_bg.png) 0 0 no-repeat;
    text-decoration:none;
    _background:#ffb;
    }
.ad-box a:hover{
    background:url(http://news.livedoor.com/img/blog/afc_bg.png) right -100px no-repeat;
    _background:#ffb;
    }
.ad-box a:hover span.ad-title{
    background:url(http://news.livedoor.com/img/blog/afc_bg.png) 0 -197px no-repeat;
    }



/* footer link */
.blogmedia-links {font-size:10px;padding-top:5px;}
.blogmedia-links * {display:inline;color:#fff;}
.blogmedia-links li {display:inline;margin:0 3px;}
.blogmedia-links a:hover{color:#fff;}

/* End */