@charset "utf-8";

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

 Update : 14:54 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:14px;
    *font-size:87.5%;
    line-height:1.231;
    color:#333;
    }
div#main a:link,
div#main a:active {
    color: #0066cc;
    }
div#main a:hover{
    color: #20a0e1;
    }
div#sub a:link,
div#sub a:active,
div#extra a:link,
div#extra a:active {
    color: #333;
    }
div#main a:visited,
div#sub a:visited,
div#extra a:visited {
    color: #858e96;
    }
div#sub a:hover,
div#extra a:hover {
    color: #20a0e1;
    }
div#main h2.article-title a:link,
div#main h2.article-title a:active,
div#main h2.article-title a:visited {
    color: #fff;
    text-decoration: none;
    }
div#main h2.article-title a:hover {
    text-decoration:underline;
    }
div#main ul.article-post li a{
    text-decoration: none;
    }
div#main ul.article-post li a:hover {
    text-decoration: underline;
    }

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: #20a0e1;
    }
div#main div.pager a {
    color: #333;
    }
div#main div.pager a:hover {
    color: #0066cc;
    }
div.article-date-outer {
    color: #0066cc;
    }
ul.ping-info li.ping-date,
ul.comment-info li.comment-date {
    color: #8d8d8d;
    }
div.sidetitle {
    color: #0066cc;
    }
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: #333;
    }
div#footer p,
div#footer p a {
    color: #fff;
    }

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

body {
    background:url(http://bisista.blogto.jp/parts/bg.png) 0 0 repeat-x #163d82;
    }

div#container {
    width: 950px;
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
    }
div#content {
    background:url(http://bisista.blogto.jp/parts/aside_bg.png) right 0 repeat-y #fff;
    clear:both;
    /*height: 1%;*/
    }
div#main,
div#sub,
div#extra {
    overflow: hidden;
    }
div#main {
    float: left;
    padding:0 10px;
    width:605px;
    }
div#main div.column-inner {
    border-bottom: 1px solid #ffffff;
    }
div#sub,
div#extra {
    float: right;
    width: 300px;
    padding:10px 10px 0 15px;
    }
div#sub div.column-inner {
    padding-bottom: 30px;
    }
div#extra div.column-inner {
    padding-bottom: 30px;
    }

/* ----------------------------------------------- */
/** 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#container,
div#content,
div.blog-title-outer,
.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 {
    position:relative;
    padding:5px 0 10px 0;
    }
h1#blog-title {
    float:left;
    }
div.blog-description-outer {
    display:none;
    }
p#blog-description {
    }
#search{
    position:absolute;
    right:0;
    top:18px;
    }
#search .provider{
    text-align:right;
    margin-bottom:4px;
    }
#search input.sf{
    background:url(http://bisista.blogto.jp/parts/magnifier.png) 5px 7px no-repeat #fff;
    padding:5px 3px 4px 20px;
    width:200px;
    border:1px solid #327c87;
    font-size:14px;
    margin-right:-1px;
    height:17px;
    }
#search input.sfbtn{
    vertical-align:top
    }


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

div.archives-title-outer {
    }
.archives-title {
    background-color:#fafafa;
    border:1px solid #ccc;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-size:108%;
    font-weight:bold;
    margin:10px 0;
    padding:12px;
    position:relative;
    overflow:hidden;
    }
.archives-title span{
    bottom:-10px;
    color:#E9E9E9;
    font-size:60px;
    position:absolute;
    right:-30px;
    }
body.monthly div.article-outer,
body.category div.article-outer {
    border:0;
    margin:16px;
    padding:0 0 0 16px;
    background:url(http://plat.to/img/bullet_bk.png) 0 5px no-repeat;
    }
div.archives .article-vender {
    font-size:13px;
    font-weight:normal;
    margin-left:8px;
    }
div.archives .article-date {
    font-size:13px;
    font-weight:normal;
    }




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

div.pager {
    margin-bottom: 10px;
    }
div.pager-inner {
    padding-bottom: 15px;
    }


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

ul.index-navigator {
    padding-top: 15px;
    font-size: 90%;
    }
ul.index-navigator li a {
    padding: 0 7px;
    }

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

ul.archives-pager {
    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 {
    padding-top: 15px;
    font-size: 90%;
    }
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 {
    padding:24px 12px;
    border-bottom:4px solid #ececec;
    }

/* ----------------------------------------------- */
/** 記事ヘッダー */
div.article-header {
    margin-bottom:24px;
    }
div.article-date-outer {
    font-size: 90%;
    }
body.category div.article-category-outer {
    display: none;
    }
h2.article-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom:4px;
    background:url(http://bisista.blogto.jp/parts/heading.png) 0 0 no-repeat #3f68b4;
    height:35px;
    line-height:35px;
    padding:0 8px;
    color:#fff;
    }

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

div.article-body {
    background-color: #ffffff;
    padding: 10px 0;
    line-height: 1.8;
    font-size:12px;
    }

div.article-body-inner {
    width: 100%;
    }
div.article-body p.photo{
    float:left;
    padding:0 16px 8px 0;
    }
div.article-body p.photo img{
    border:6px solid #fafafa;
    -moz-box-shadow:2px 2px 3px #aaa;
    }
div.article-body p.vender{
    text-align:right;
    margin:1em 0;
    }


/** 続きを読む */
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;
    margin-top: 1em;
    }

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

/*** 記事タグ */
dl.article-tags {
    margin: 1em 0;
    }
dl.article-tags dt{
    }
dl.article-tags dd {
    padding-right:4px;
    }


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

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

div.article-footer {
    background-color: #fff;
    }

ul.article-post {
    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;
    }

/* ----------------------------------------------- */
/** トラックバック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;
    }

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

/* ----------------------------------------------- */
/** コメント一覧 */

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

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

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

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: 8px;
    border-top:2px solid #ccc;
    border-bottom:2px solid #ccc;
    background-color:#fafafa;
    margin:1em 0;
    }
div.related-articles h3{
    }
div.related-articles ul{
    }
div.related-articles ul li{
    margin: 0 12px 0 24px;
    list-style:disc;
    font-size:13px;
    color:#9ACB04;
    }


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

div.sidewrapper {
    margin:20px 0;
    }
div.sidetitlebody {}
div.sidetitle {
    background:url(http://bisista.blogto.jp/parts/sidetitle.png) 0 0 no-repeat;
    font-size: 14px;
    color:#fff;
    font-weight:bold;
    line-height:25px;
    padding:0 6px;
    }
div.sidetop,
div.sidebottom {
    display: none;
    }

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

div.sidebody {
    text-align: left;
    display:list-item;
    color:#0066cc;
    margin:8px 0;
    }

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

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

div#sub div.calendarheadbody div.calendarhead a,
div#extra div.calendarheadbody div.calendarhead a {
    color: #0066cc;
    }

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 {
    line-height: 1.25;
    }

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

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

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

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

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

div.footer-outer {
    width: 950px;
    margin: 0 auto;
    text-align:center;
    padding-bottom:20px;
    font-size:12px;
    color:#fff;
    }

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

/* Google Adsense （背景画像なし色のみ、ボーダーあり）
-------------------------------------------------------------------------------- */
.google-ads {
    margin:12px auto;
    border:1px solid #ccc;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:4px;
    line-height:1.2
    }
.google-ads *{
    zoom:1;
    }
.google-ads span.google-ads-title {
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
    color:#0099ff;
    }
.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;
    }
.google-ads p.heading {
    color:#999;
    font-size:13px;
    letter-spacing:1px;
    text-decoration:none;
    padding:4px 8px;
    }
.google-ads a{
    display:block;
    padding:4px 8px;
    text-decoration:none;
    cursor:pointer;
    }
.google-ads a:hover{
    background-color:#ffd;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    text-decoration:none;
    }

.google-ads-horizontal {
    position:relative;
    margin:10px auto -10px;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:4px;
    line-height:1.2
    }
.google-ads-horizontal *{
    zoom:1;
    }
.google-ads-horizontal li {
    width:296px;
    float:left;
    }
.google-ads-horizontal span.google-ads-title {
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
    color:#0099ff;
    display:block;
    }
.google-ads-horizontal span.google-ads-url {
    font-size:12px;
    color:#1B8D1C;
    }
.google-ads-horizontal span.google-ads-text {
    color:#666;
    font-size:13px;
    }
.google-ads-horizontal p.heading {
    position:absolute;
    /*bottom:6px;
    _bottom:18px;*/
    top:55px;
    *top:58px;
    right:6px;
    color:#999;
    font-size:13px;
    letter-spacing:1px;
    text-decoration:none;
    }
.google-ads-horizontal a{
    display:block;
    padding:4px 8px;
    text-decoration:none;
    cursor:pointer;
    }
.google-ads-horizontal a:hover{
    background-color:#ffd;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-decoration:none !important;
    }


/* clearfix
-------------------------------------------------------------------------------- */
.google-ads-horizontal ul:after,
.blog-title-outer:after,
#nav ul:after,
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    }
.google-ads-horizontal ul,
.blog-title-outer,
#nav ul,
.clearfix {
    zoom:1;
    }


/* End */


