/*
 * File      : styles-site.css
 * Version   : 5.06
 * Copyright (C) 2005-2008 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Arial','Helvetica','sans-serif','Verdana',"Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック"
}

/* リンク */
a,
a:link,
a:visited {
    color: #708090;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 150px;
    height: 20px;
}
html > body #search {
    height: 15px;
}
.searchbtn{
width:20px;
height:20px;
background:url(http://www.liqdo.jp/blog/images/search-btn20x20.png)no-repeat;
border:none;
text-indent:-9999px;
content: "";
}
.searchbtn:hover{
background:url(http://www.liqdo.jp/blog/images/search-btn_over.png)no-repeat;
}

/* ヘッダ */
#header {
    padding: 0px;
    margin-top: 40px;
    border: 0px;
    color: #555555;
    text-align: left;
    height: 60px;
    background: #ffffff;
}

#header a,
#header a:link,
#header a:visited {
    color: #708090;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* タイトルバナー下の説明 */
.blog-description {
    color: #555555;
    background: transparent;
    font-size: 12px;
}

/* ブログ記事日付 */
.date {
    margin: 50px 0px 0px 0px;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 3px;
    color: #b4b4b4;
    background: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 30px 0px 15px 0px;
    padding: 0px;
    border: 0px;
    font-size: 18px;
    font-weight: 100;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 10px 3px 0px 0px;
    color: #555555;
    background: #ffffff;
    font-size: 14px;
    line-height:1.6;
    word-break: break-all;
}

.entry-content {
    margin-bottom: 30px;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: square;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 0px;
    padding: 3px 0px 0px 0px;
    border-top: 1px solid  #b4b4b4;
    font-size: 9px;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ?画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 85%;
}
.content-nav li{
    margin: 7px;
    text-align: left;
    font-size: 14px;
    list-style-type: none;
}

.col2 ul li {
    list-style-type: none;
    margin-left: 10px;
}
.col2 td {
    width: 250px;
    vertical-align: top;
    list-style-type: none;
    font-size: 14px;
}
.col2 td.col_left {
    float: left;
    padding-right: 22px
}
.col2 td.col_right {
    float: right;
    padding-left: 22px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #b4b4b4;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding-left: 10px;
    border-bottom: 1px solid  #b4b4b4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #555555;
    background: #ffffff;
    text-align: left;
    font-size: 75%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #b4b4b4;
    font-size: 75%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 16px;
}
.side ul li {
    list-style-type: none;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    margin-left: 20px;
    border: none;
    font-size: 9px;
    color: #555555;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-left: 20px;
    margin-bottom: 10px;
    text-align: left;
    color: #666666;
    font-size: 50%;
    line-height: 2.0;
}
.syndicate img {
    border: none;
    vertical-align: middle;
}
.syndicate a {
    font-size: 11px;
}
.syndicate li {
    list-style-type: none;
}
/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    text-align: center;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}
#comment-reply-label {
  display: inline;
}
#comment-form-reply {
  margin-bottom: 8px;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(http://www.liqdo.jp/mt/mt-static/images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-results-header {
    margin: 8px 0 15px;
    font-size: 120%;
}

/* カラム切り替え */
body.layout-two-column-left {
    text-align: center;
    background: #ffffff;
}
.layout-two-column-left #container{
    margin-bottom: 10px;
}

/* 固定レイアウト共通 */
.layout-two-column-left #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border-bottom: 1px solid #669;
    border: 0px;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box {
    width: 800px;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 550px;
    border: 0px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 250px;
}
.layout-two-column-left #links-left {
    padding: 0px 30px 0px 0px;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 0px;
}

/* フッタ */
.layout-two-column-left #footer {
    margin-right: auto;
    margin-left: auto;
    border: 0px;
    height: 50px;
    color: #505050;
    background: #ffffff;
    font-size: 10px;
    text-align: right;
    line-height: 3.5;
    font-family:'Arial''Helvetica''sans-serif''Verdana';
}

.layout-two-column-left #footer {
    width: 800px;
}


input,textarea {
    font-family: 'Arial','Helvetica','sans-serif','Verdana',"Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

