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

body ,
textarea {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

body {
	color: #000000;
}

a:hover {
      color:#FFFFFF;
      text-decoration:none;
      background-color: #6666ff;
}


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

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

h1#blog-title a:hover {
	color: #0000cd;
        text-decoration:none;
}

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

h2.archives-title {
	color: #666666;
        text-decoration:none;
}

div#main a:link ,
div#main a:active {
	color: #00f;
        text-decoration:none;
}

div#sub a:link ,
div#sub a:active ,
div#extra a:link ,
div#extra a:active {
	color: #000000;
        text-decoration:none;
}

div#main a:visited ,
div#sub a:visited ,
div#extra a:visited {
        text-decoration:none;
	color: #801600;
}

div#sub a:hover ,
div#extra a:hover {
	color: #000000;
        text-decoration:none;
}

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 {
        color:#ffffff;
        text-decoration:none;
        background-color: #6666ff;
}

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

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

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

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

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

div.sidetitle {
	color: #0287ff;
}

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

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 - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

div#container {
	width:1000px;
        border:1px solid #000000;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

div#content {}

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

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

div#main div.column-inner {
	margin: 0 176px;
        /* border-bottom: 1px solid #ffffff; */
}

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

div#sub div.column-inner {
}

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

div#extra div.column-inner {
}

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

/** 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 {
	text-align: left;
	margin-bottom: 10px;
	padding-right: 10px;
}
div.blog-title-outer-2 {
	padding: 10px 0 0 10px;
}
div.blog-title-outer-3 {
}

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

div.blog-description-outer {
}

p#blog-description {
	margin: 0;
	line-height: 1.35;
}

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

div.archives-title-outer {
	margin-bottom: 10px;
}
div.archives-title-outer-2 {
}
div.archives-title-outer-3 {
}

h2.archives-title {
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}

/* =============================================== */
/** 05. Pager - ページャー */
/* ----------------------------------------------- */
div.pager {
	background-color:#575F73;
	text-align: center;
}

.pager-inner {
	vertical-align:bottom;
}

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

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

ul.index-navigator {
	font-size: 14px;
        font-weight:bold;
        padding-top: 4px;
        padding-bottom: 4px;
}

ul.index-navigator li{
	padding: 0 7px;
        background-color:#575F73;
        color:#ffffff;
}
ul.index-navigator a{
        background-color:#575F73;
}

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

ul.archives-pager {
	padding-top: 5px;
	font-size: 90%;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	padding-top: 5px;
	font-size: 95%;
}

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 {
	border:1px solid #4169E1;
	text-align: left;
	margin-bottom:5px;
	background:#fff;
}

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

div.article-header {}

/*** 日付 */
div.article-date-outer {
	float: left;
	padding-left: 20px;
	font-size: 12px;
	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 {
	text-align:right;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 3px 10px;
	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;
	font-size: 12px;
}
div.article-category-outer dl.article-category dd {
	background: url() no-repeat;
	padding:2px 0px 2px 18px;
	margin-left:4px;
}

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

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

div.twitter {
	float: left;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
}

/** 記事タイトル */
div.article-title-outer {}

h2.article-title {
	font-size:115%;
	color: #fff;
	font-weight:bold;
	background:#4169E1;
	text-align:center;
	padding:5px 20px;
	border-bottom:1px solid #666;
	margin:0px;
}

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

div.article-body {
	background-color: #f5f5db;
	padding: 10px 10px 5px;
        line-height:1.3;
	font-size: 95%;
}

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

/** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
        font-size: 95%;
        font-weight: bold;
}

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

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

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

/*** 共通テーマ */
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: #f5f5db;
	padding: 0 1px;
}

div.article_tags{
        margin: 0 0 3px;
	padding: 5px 5px 0;
	text-align: right;
}

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

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

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

div#article-options {
	background-color: #f5f5db;
	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: 13px;
}

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

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

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

ul.comment-info li.comment-body {
color:#2b2b2b;
	display: block;
	margin-top: 2px;
	margin-left: 5px;
}

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#bake {
	margin: 0 0 0 5px;
}

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

div#comment-form-body table tr.submit td {
	text-align: center;
}

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

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%;
}
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/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


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

div.sidetitlebody {
        border-bottom:1px solid #666;
	border-width:2px 2px 0px;
}

div.sidetitle {
	color:#fff;
        font-size:12px;
	font-weight:bold;
	background:#1E90FF;
	text-align:center;
	border-bottom:1px solid #666;
	padding:2px 15px;
}

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

div.side {
	text-align: left;
	font-size:11px;
	padding:5px 5px 10px;
	background-color:#fff;
}

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 5px;
	margin-left: 3px;
	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: 75%;
}

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

div.footer-outer {
	clear:both;
	background-color:#BDD9DE;
	color:#4C6B73;
	margin:0 10px;
	padding:10px;
	text-align:center;
	font-size: 12px;
}

div.footer-outer a {
	color:#598C19;
}
div.footer-outer a:hover {
	background-color:#FFFFFF;
	color:#4C6B73;
}

p#signature {
	margin:0 0 10px 0;
	font-size:24px;
}

div.footer-outer-2 {
}

div#footer {
}

div#footer p {
}

/* =============================================== */
/** 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: #0000fe;
}

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

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

/****************************************** ▼ 新着記事（下部） ▼ */
.ently1_outline { 
text-align: center;
border:1px solid #000000;
background-color:#ffffff;               /* 背景色             */
} 

.ently_outline { 
text-align: center;
border:1px solid #000;
background-color:#ffffff;               /* 背景色             */
} 

.ently2_outline { 
text-align: center;
border:1px solid #000;
background-color:#ffffff;               /* 背景色             */
padding:2px 0;
} 

.plugin1_title { 
font-size:100%;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#FFFFFF;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align: center;
border-bottom:#000000 1px solid;
padding:3px 2px;
} 

.rss_body {
font-size:12px;
padding:3px 2px;
}
/****************************************** ▲ 新着記事（下部） ▲ */


/* =============================================== */
/** 11. BlogPeople */
/* ----------------------------------------------- */
/** BlogPeople */
.blogpeople-main { font-size: 10px; }　/*全体の文字サイズ。*/
/*.blogpeople-update-prefixtext { color: #B22; font-size: x-small；} *//*更新時、リンクの前につくテキストの色と大きさ（赤、小文字）*/
/*更新時にリンクの後ろにテキストをつける設定にしている時は、“prefixtext”を“suffixtext”に変える。*/
.blogpeople-linklist { font-size:10px; }
.blogpeople-main br { display: none; } /*改行を無効にする*/
.blogpeople-main a { font-weight: normal; } /*リンクの太字を無効にする*/
.blogpeople-main a:link { color: #666; } /*リンクの色を指定（グレー）*/
/*.blogpeople-main a:visited { color: #D38181; } *//*訪問したリンクの色を指定（ピンク）*/

/* =============================================== */
/** 12. FC2拍手 */
/* ----------------------------------------------- */
#fc2clap_rank_table { /* 外枠 */
	border-collapse: collapse;
	width: 580px;
	color: #8E8E8E;
	font-size: small;
	border: 1px solid #000000;
	vertical-align: baseline;
	margin: 0 1px;
	table-layout: auto;
}

#fc2clap_rank_table tr.fc2clap_rank { /* 上部拍手ランキングタイトル */
	background-color: #FF99CC;
	text-align: center;
	border: 1px solid #000000;
	padding: 3px 0;
}

#fc2clap_rank_table span.fc2clap_rank_main { /* 下部拍手ランキングタイトル */
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0;
}

#fc2clap_rank_table tr.fc2clap_rank_item { /* カテゴリ内 */
	background-color: #F1F1EF;
	font-weight: bold;
	text-align: center;
	color: #4D4D4D;
	border: 1px solid #000000;
	padding: 3px 0;
}

#fc2clap_rank_table td.fc2clap_rank_items_rank { /* カテゴリ内順位 */
	border: 1px solid #000000;
	width: 40px;
}

#fc2clap_rank_table td.fc2clap_rank_items_title { /* カテゴリ内タイトル */
	border: 1px solid #000000;
	width: 490px;
}

#fc2clap_rank_table td.fc2clap_rank_items_clap { /* カテゴリ内拍手数 */
	border: 1px solid #000000;
	width: 50px;
}

#fc2clap_rank_table td.fc2clap_rank_items1 { /* 順位 */
	border: 1px solid #000000;
	text-align: center;
}

#fc2clap_rank_table span.fc2clap_rank_namber { /* 順位数文字色 */
	color: #FF0000;
	font-weight: bold;
}

#fc2clap_rank_table tr.fc2clap_rank_form { /* 各順位 */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px 0;
}

#fc2clap_rank_table td.fc2clap_rank_clap { /* 拍手数 */
	text-align: right;
	width: 50px;
	border:1px solid #000000;
}

#fc2clap_rank_table span.fc2clap_name { /* 拍手数配色 */
	color: #FF0000;
	font-weight: bold;
}

#fc2clap_rank_table td.fc2clap_rank_items { /* タイトル */
	border: 1px solid #000000;
}

#fc2clap_rank_table span.fc2clap_rank_title a { /* タイトル文字色 */
	color: #0000FF;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px 20px; }
.ad-center { text-align:center; }
.ad-type-side { margin:0; }
.ad-type-bnr { margin:5px 20px; }
.ad-type-nrml { padding-top:5px; border-top:1px dashed #000000; }

.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; }
.ad-box a span.ad-title { font-size:15px; color:#0000ff; 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;
}
.ad-box-ncb a:hover { background-color:transparent; }
/* title */
.ad-box-ncb span.ad-title a { font-size:15px; color:#0000ff !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:11px; color:#008000 !important; line-height:150%; }
.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:12px; color:#000000 !important; display:block; line-height:150%; }


div.wrap_amazon {/*アマゾンテーブル大枠 最右の縦線を表示しています*/
  border-right:1px solid #ccc;
  float:left;
  margin-bottom:30px;
}

div.body_amazon {/*アマゾンテーブル縦枠 最右以外の縦線と最上の横線を表示しています*/
  float:left;
  width:124px;
  font-size:9px;
  color:#999;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
}


.wrap_amazon div.azlink-widget-item {/*各商品 最上以外の横線を表示しています*/
  text-align:center;
  border-bottom:1px solid #ccc;
  height:200px;
  width:124px;
  overflow:hidden;/*テキスト量などが多い場合は自動的に隠す様に設定しています*/
}

.wrap_amazon div.azlink-widget a {/*各商品 aをブロック化して表をボタン化しています。これを消すと、写真・文字のみクリックできる様になります*/
  display:block;
  padding-top:10px;
  height:200px;
  width:124px;
  overflow:hidden;/*テキスト量などが多い場合は自動的に隠す様に設定しています*/
}


/*アマゾンテーブル商品名リンク設定*/
div.body_amazon a {
  text-decoration:none;
  color:#777;
}
div.body_amazon a:visited {
  text-decoration:none;
  color:#777;
}
div.body_amazon a:hover {
  text-decoration:none;
  background:#fdc;
  color:#f90;
}



/* End */