@charset "utf-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 4.00
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                  and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

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

/* リンク */
a,a:link,
a:visited {color:#1368c3;text-decoration:none;}
a:hover {color:#13e26b;text-decoration:none;}
a:active {}

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

/* 影つき画像 */
img.shadow{
	background:url(tmpl_img/shadow_001.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#c5c5c5 1px solid;
	border-left:#c5c5c5 1px solid;
	border-right:#c5c5c5 5px solid;
	border-bottom:#c5c5c5 5px solid;
	/*filter:progid:DXImageTransform.Microsoft.shadow(color=#c2c2c2,direction=135,strength=5);*/
}
html>body img.shadow{
	padding: 4px 10px 10px 4px;	
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
	border-right: none;
	border-bottom: none;
	background: url(tmpl_img/shadow_001.gif) no-repeat right bottom;
}

/* 左よせ画像（文字は右回り込み） */
img.right {
	float: right;
	margin: 5px 5px 5px 0
}

/* 右よせ画像（文字は左回り込み） */
img.left {
	float: left;
	margin: 5px 0 5px 5px
}

/* フォーム */
form {
    margin: 0px;
}

input,
textarea {
    padding: 1px;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

/**************************************************/
/******                ヘッダ                ******/
/**************************************************/
/* ヘッダ */
#header {
    padding: 15px;
    text-align: left;
    background: url(tmpl_img/Title_logo_02.jpg) 10px 5px no-repeat;
    height:260px;
    position:relative;
}
html>body #header {
    height:240px;
}

#blog-header{
	margin: 0;
	height: 35px;
    background: url(tmpl_img/content_header.png) right -4px no-repeat;
}

#blog-footer{
	margin: 0;
	height: 34px;
    background: url(tmpl_img/content_footer.png) right no-repeat;
}

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

#blog-name {
	display:none;
}

/* タイトルバナー下の説明 */
.blog-description {
    background: transparent;
    color: #fff;
	float:left;
    font-size: 14px;
    left: 25px;
    line-height:1.8;
	margin:30px 30px 0 30px;
    position: absolute;
    top: 65px;
    width:350px;
}

/* タイトルバナー下の説明 (ポルトガル語)*/
.blog-description-pt {
    float:left;
    margin-top:30px;
    color: #fff;
    background: transparent;
    font-size: 14px;
    width:350px;
    position: absolute;
    top: 65px;
    left: 440px;
    line-height:1.6
}
html>body .blog-description {
    line-height:1.6
}
html>body .blog-description-pt {
    line-height:1.4
}

#ribon {
    position: absolute;
    width: 173px;
    height: 173px;
    top: 0px;
    right: 11px;
    background: url(tmpl_img/ribon.gif) no-repeat;
}

/**************************************************/
/******        グローバルナビゲーション      ******/
/**************************************************/
#nav {
	margin: 0;
	padding: 0 40px 0;
}

#nav dt {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

#nav dd ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav dd ul li a:link, #nav dd ul li a:visited {
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 12px 6px;
	text-decoration: none;
	color: #708491;
}

#nav dd ul li a:hover {
	/*color: #666;*/
	background: url(tmpl_img/rounded.gif) no-repeat bottom center;
}

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

/* インデックスページの扉写真 */
#main_pic{
	margin-bottom: 20px;
	height: 176px;
	background: url(tmpl_img/top_pic.jpg) no-repeat;
}

/* ブログ記事タイトル(インデックスページ短縮表示用) */
.entry-header-index {
    font-size: 100%;
    _font-size: 110%;	 /*for WIN IE6 */
    font-weight: bold;
    color:#1368c3;
}

/* ブログ記事タイトルの日付(インデックスページ短縮表示用) */
.small-date {
    font-size: 80%;
    _font-size: 85%;	 /*for WIN IE6 */
    color:#666666;
}

/* ブログ記事(インデックスページ短縮表示用) */
.entry-content-index {
    width: auto;
    margin: 5px 3px 5px;
    font-size: 80%;
    _font-size: 85%;	 /*for WIN IE6 */
    line-height:1.7;
    word-break: break-all;
}

/* ブログ記事の続きを読む(インデックスページ短縮表示用) */
.index-more {
	text-align: right;
}

/* インデックスページ非短縮・短縮記事表示括り */
#entries-index-box{
	margin-bottom: 10px;
}

/* インデックスページ短縮表示用のタイトル、記事、画像括り */
.entries-index-small {
	margin-top: 15px;
}

/* インデックスページ短縮表示用のタイトル、記事 */
.entries-index-small-text {
	width: 410px;
	float: left;
}

/* インデックスページ短縮表示用の画像ラッパー */
.entries-index-small-img {
	width: 70px;
	height: 70px;
	float: left;
	margin: 0pt 15px 8px 0;
	overflow: hidden;
	text-align: center;
}

/* インデックスページ各種リスト表示共通 */
.index-list {
    margin: 0 0 20px 15px;
    font-size: 83%;
    line-height: 1.5;
}

.index-list ul li {
    list-style-type: none;
	background: url(tmpl_img/0018_swd_bullet_22.png) 0 5px no-repeat;
    padding-left: 16px;
    _padding-left: 20px;	/* for WINIE6 */
	padding-right:10px; 
    margin-bottom: 5px;
}

/* ページアクセスランキング表示部分 */
#access-ranking-box {
    width: 500px;
}

#pagerank_viewer {
    margin: 0 0 20px 15px;
    font-size: 83%;
    line-height: 1.5;
}
#pagerank_viewer ul {
	padding-right:10px; 
	}
#pagerank_viewer p {
	padding: 5px 10px 0;
}
ul#page_rank {
	list-style: none;
	background-color: #ffffff;
}

ul#page_rank li {
	width: 96%;
	background: url(tmpl_img/0018_swd_bullet_22.png) 0 5px no-repeat;
    padding-left: 16px;
    _padding-left: 20px;	/* for WINIE6 */
    margin-bottom: 5px;
}
ul#page_rank li a {
	height: 100%;
	display: block;
}
ul#page_rank li a span.right {
	padding: 0 .5em;
	float: right;
	font-weight: bold;
}
ul#page_rank li.rank_list_odd a {
	background-color: #f8f8f8;
}
ul#page_rank li.rank_list_eve a {
}

/* NewsFeed表示部分 */
.newsfeed-jp-box,
.newsfeed-pt-box {
    width: 500px;
}

/**************************************************/
/******              アドセンス              ******/
/**************************************************/

.ads-entry-footer {
	margin: 20px 0;
	text-align: center;
}

.ad-un {
    position: absolute;
    top: 230px;
    left: 50px;
}

/**************************************************/
/******    ブログ記事リストナビゲーション    ******/
/**************************************************/
/*パンくずリスト*/
.breadcrumbs {
    margin: 0 3px 15px 3px;
    font-size: 83.3%;
}

/* アーカイブテンプレートの前後リンク全体 */
.content-nav {
    margin: 0 0 25px;
    font-size: 83.3%;
    background-color: #f8f8f8;
    padding: 5px;
}

.nav-left {
	float:left;
	width: 42.5%;
	text-align: right;
}

.nav-center {
	float:left;	
	width: 15%;
	text-align: center;
}

.nav-right {
	float:left;
	width: 42.5%;
	text-align: left;
}

/*ページ遷移*/
.paginate {
    text-align: center;
    font-size: 14px;
}

/**************************************************/
/******              ブログ記事              ******/
/**************************************************/

.header-block {
	position: relative;
}

/* エントリーのタイトル日付 */
div.dateblock {
	position: absolute;
	top: 0;
	left: 0;
    width: 35px;
    padding: 5px 0 0 0;
    text-align: center;
    color: #666666;
    background: url(tmpl_img/entrydate.png) no-repeat;
}
div.dateblock div.day {
    position: relative;
    top: -8px;
    font-size: 13px;
}
div.dateblock div.month {
    font-size: 12px;
    position: relative;
    top: -6px;
    color: #FFF;
}
div.dateblock div.year {
    margin-bottom: -5px;
    position: relative;
    top: -11px;
    font-size: 11px;
}

/* ブログ記事タイトル */
.entry-header {
    padding: 7px 5px 5px 40px;
    border-right: 1px solid #ababab;
    font-size: 140%;
    _font-size: 150%;	 /*for WIN IE6 */
    font-weight: bold;
    color:#1368c3;
}

.title-shadow{
	margin-top: 3px;
	height: 15px;
	background: url(tmpl_img/title_shadow_both.png) right no-repeat;
}

/* 新着NEW表示 */
span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/* AUTHOR、記事の言語切り替え */
.entry-pre-content{
	margin: 5px 5px 25px 5px;
    font-size: 75%;
}

.entry-pre-content p {
	text-align: right !important;
	margin: 3px 0 !important;
}

.entry-pre-content p.change-lang {
	margin-top: 10px !important;
}

/* ブログ記事 */
.entry-content {
    width: auto;
    margin: 15px 3px 15px;
    font-size: 93%;
    _font-size: 98%;
    line-height:1.7;
    word-break: break-all;
}

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

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
    padding-right: 5px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.entry ul li {
    list-style-image: url(http://blog.esterchan.com/tmpl_img/0050_1_pfeil.png);
}
.entry ul li,
.entry ol li {
    margin-bottom: 10px;
}

/* エントリー内・定義リスト */
.entry dl {}
.entry dt {font-weight: bold;}
.entry dd {
	padding-left: 8px;
	margin-bottom: 15px;
}

.entry table {
    margin-bottom:20px;
    color:#666666;
}

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

p.entry-more {
    font-size: 85%;
    _font-size: 90%;
    line-height:1.5;
}

/* エントリー内・引用 */
blockquote {
    width: auto;
    margin: 10px 5px 10px 0;
    padding: 10px;
    border: 1px dashed #c0c0c0;
    background: #f8f8f8;
    /*font-size: 93%;*/
    /*line-height: 1.5;*/
}
/* 引用文タイトル */
.quotetitle {
    /*font-size: 83.3%;*/
    border-bottom: 1px solid #666;
    padding: 3px;
    font-weight:bold;
}
/* エントリー内・ソース等 */
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%;
}

/* ポルトガル語会話帳のフレーズ */
.words {
	font-weight: bold;
    font-size: 93%;
    _font-size: 98%;
    margin: 8px 0 0;
    line-height:1.2;
}

/* ポルトガル語会話帳のと読み */
.readeing {
    margin: 5px 0 17px;
    line-height:1.2;
}

/* ポルトガル語会話帳の接尾辞 */
.conv-suffix {
	margin-top: 35px;
	margin-bottom: 15px;
}

/* ポルトガル語会話帳の説明文 */
.conv-desc {
    width: auto;
    margin: 10px 5px 10px 0;
    padding: 10px;
    border: 1px dashed #c0c0c0;
}

/* ポルトガル語会話帳の返事例 */
.entry dd.ans {
	margin-bottom: 0px;
}

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

/* ブログ記事のメタデータ上段 */
.entry-footer-upper {
    border-bottom: 1px dotted #36414d;
    font-size: 75%;
    text-align: right;
}
.entry-footer-upper p{
	margin: 5px 0 ;
}

/* ブログ記事のメタデータ下段 */
p.entry-footer {
    margin: 0 3px 0 0;
    padding: 8px 0;
    font-size: 75%;
    text-align: right;
}

/* ブログ記事リスト、記事間の間隔調整ブロック */
.entries-blank {
	height: 50px;
}

/* 関連記事・同じカテゴリ記事 */
.entry-info {
    margin: 0 15px 20px;
    font-size: 75%;
    line-height: 1.5;
}

.entry-info ul li {
    list-style-type: none;
	background: url(tmpl_img/0018_swd_bullet_22.png) 0 4px no-repeat;
    padding-left: 16px;
}

/* エントリ中の中見出し H3用 */
.entry-contents-header {
	margin: 20px 0 10px;
}

/* WEBページ中の中見出し H3用 */
.page-contents-header {
	margin: 5px 0 20px;
}

/* エントリ、WEBページ中の中見出し H3用（共通部分） */
.entry-contents-header,
.page-contents-header {
	background-color: #f8f8f8;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px dotted #e6e6e6;

    padding-left: 5px;
    color: #5aad6d;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.9;
}

/* エントリー中の小見出し H4用*/
.section-header {
	margin: 10px 0 0;
    padding: 5px 5px 5px 0;
    color: #5aad6d;
    font-size: 105%;
    font-weight: bold;
    line-height: 1.2;
}

.link-title {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
.link-separator {
	height:40px;
}

/**************************************************/
/******         Ajax検索結果表示部分         ******/
/**************************************************/
div.result {}

div.section {
    word-break: break-all;
	padding: 20px;
	border: 1px solid #ddd;
}

div.result div.section h2 {
    margin-bottom: 1em;
    font-size: 1.4em;
	background:url(tmpl_img/shadow_001.gif) no-repeat right bottom;
	padding:4px 5px 10px 4px;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

div.result div.section dl {}

div.result div.section dl dt {
	margin-bottom: .5em;
	background-color: #f8f8f8;
}

div.result div.section dl dd {
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px dotted #ddd;
    word-break: break-all;
}

div.result div.section img.searching {
	margin-right: 5px;
	vertical-align: middle;
}

div.result div.section p.search_back {
	padding: 1em 0 1em 16px;
	background: url(script/ajaxsearch/img/icon_arrow.gif) no-repeat left center;
}

div.result div.section span.keywords {
	background: #FFFF93;
}

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

/**************************************************/
/******             ウェブページ             ******/
/**************************************************/
/* ウェブページ */
div.page {
    margin-top: -5px;
}
/* ウェブページタイトル */
.header-block-page {
	margin-top: 30px;
	position: relative;
}

/**************************************************/
/******             サイドメニュー           ******/
/**************************************************/
#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 83%;
}

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

/* タイトル */
.sidetitle {
    margin-top: 3px;
    color: #5aad6d;
    text-align: left;
    font-size: 112%;
    font-weight: bold;
    line-height: 2.2;
}

/* サイドメニュー（全般） */
.side {
    margin: 0 0 20px;
    line-height: 1.5;
	background:url(tmpl_img/shadow_001_l.gif) no-repeat right bottom;
	padding:4px 8px 10px 5px;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
	font-size: 83%;
}
.side ul,
.side ol {
    padding: 0 3px;
}

.side ul li {
    list-style-type: none;
	background: url(tmpl_img/0018_swd_bullet_22.png) 0 5px no-repeat;
    padding-left: 16px;
    _padding-left: 20px;	/* for WINIE6 */
    margin-bottom: 5px;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(カテゴリー用) */
.side #categories ul {
    padding-left: 15px;
}
.side #categories ul li {
	padding-left: 0;
	background-image: none;
    margin: 0;
}

.side #categories ul li a {display:block;}
.side #categories ul li a:hover { background: #ffff9a; }
.side #categories ul ul {
	padding-left: 15px;
	margin-bottom: 5px;
}
.side #categories li {
    padding: 1px; /* WinIE6 Fix */
    list-style: url(tmpl_img/bullet_40.png);
}
.side #categories li li:hover { background: #ffff9a; }

/*----- サイドメニュー（折り畳み用） -----*/
.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: left;
    color: #5aad6d;
    font-weight: bold;
    font-size: 108%;
    line-height: 2.2;
}
.sidetitle2 a {width: auto;}
.sidetitle2 a:link,
.sidetitle2 a:visited {padding: 2px; font-size: 10px; text-decoration: none;}
.sidetitle2 a:hover { padding: 2px; font-size: 10px; text-decoration: none;}
.sidetitle2 img,
.sidetitle img {
    vertical-align:middle;
    _vertical-align:bottom;	/* for WIN IE6 */
    margin-bottom:5px;
    _margin-bottom:5px;		/* for WINIE6 */
}

/* 最近のコメント・トラックバックのツリー表示 */
ul li.tree,
ul li.tree_end {
    margin: 0;
    padding-left: 15px;
    list-style: none;
}
ul li.tree {
    background: url(tmpl_img/tree_lst.gif) -5px 0 no-repeat;
}
ul li.tree_end {
    background: url(tmpl_img/tree_end.gif) -5px 0 no-repeat;
}

/* 検索 */
fieldset {
	padding: 0;
	border: none;
}

.side fieldset {
	padding: 15px 5px;
	border: none;
    background: url(tmpl_img/stripe_comment_form.png);
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

/*----- 検索関連 -----*/
#search-options {
	padding: 1px;
    border: none;
}

#search_box {
    width: 180px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

input.search-submit {
	background: url(tmpl_img/form_search_btn.png) 0 2px no-repeat;
	height:24px;
	width: 67px;
    border: none !important;
    color: #FFF;
    font-size: 14px;
}

html > body input.search-submit {
	width: 69px;
	text-align:center;
}

/* ブログパーツ汎用(タイトルなし、センター) */
.blogparts {
	text-align: center;
    margin: 20px 0 20px;
    font-size: 75%;
    line-height: 0.5em;
	background:url(tmpl_img/shadow_001_l.gif) no-repeat right bottom;
	padding:5px 8px 10px 5px;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

.blogparts ul li {
    list-style: none;
}

/* RSSフィード */
.syndicate {
	margin-bottom: 25px;
	text-align: center;
}

/* QRコード */
.mobilecode {
	margin-bottom: 25px;
	text-align: center;
}

.mobilecode img,
.syndicate img {
    border: none;
}

/* ライセンス */
.cclicense {
    text-align: right;
    /*padding: 15px 25px 20px;*/
}

.cclicense img {
    vertical-align: middle;
    margin-top: 20px;
}


/* タグクラウド（タグクラウドページ） */
ul#all-tags {
	padding: 10px;
	/*margin: 10px;*/
	display: none;
    background: url(tmpl_img/stripe_comment_form.png);
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    line-height: 1.8em;
     font-weight: bold;
}

#all-tags li { display: inline; }
#all-tags li a { border-width: 0; color: #000;}
#all-tags li.rank-1 a { color: #f7ac3c;}
#all-tags li.rank-2 a { color: #1468cd; }
#all-tags li.rank-3 a { color: #5aad6d; }
#all-tags li.rank-4 a { color: #f1e067; }
#all-tags li.rank-5 a { color: #777; }
#all-tags li.rank-6 a { color: #CCC; }
#all-tags li a:active, #all-tags li a:hover { color: #6C3; }
.coffButton { color: #000; background: #fff; border: 1px solid #ccc;
  padding: 2px; cursor: pointer; }
a.coffButton:hover { color: #000; background: #ccc; }
#coff { font-weight: bold; padding: 2px; }

/**************************************************/
/******       トラックバック・コメント       ******/
/**************************************************/

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

/* トラックバックURL */
#trackbacks-info {
    margin: 0 15px 20px 15px;
    padding: 0;
    font-size: 93%;
    line-height: 1.7;
    word-break: break-all;
}

/* トラックバック内容 */
.trackback-content {
    margin: 0 15px;
    padding: 0;
    font-size: 72%;
    line-height: 1.4;
    word-break: break-all;
}

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

/* コメント1個のブロック*/
.comment {
    margin: 0 0 15px 0;
    border: 1px solid #ddd;
}

div.comment:hover {
	background-color: #FFF !important;
    border: 1px solid #5aad6d;
}

/* コメント内容 */
.comment-content,
.comments-open-content {
    margin: 0 15px;
    padding: 0;
    font-size: 93%;
    line-height: 1.7;
    word-break: break-all;
}

.comment-content p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* コメント入力フォーム全体 */
.comments-open-content {
    padding: 10px 20px 15px 20px;
    background: url(tmpl_img/stripe_comment_form.png);
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #ddd;
    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: 440px;
    height: 300px;
}

#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}

#comment-reply-label {
  display: inline;
}
#comment-form-reply {
  margin-bottom: 8px;
}

.comment-err-info-block {
	margin-top: 10px;
	background: url(tmpl_img/attention-48x48.png) 0 10px no-repeat;
	padding-left: 50px;
	line-height: 1.4;
}
.comment-err-info-block p{
	margin-bottom: 5px;
}

/*投稿・確認ボタン  */
input.preview-submit {
    /*display: none;*/
}

input.preview-submit, 
input.post-submit {
	padding-top: 3px;
	background: url(tmpl_img/form_search_btn_l.png) 0 2px no-repeat;
	height:25px;
	width: 145px;
    border: none !important;
    color: #FFF;
    font-size:14px;
}
html > body input.cancel-submit,
html > body input.preview-submit, 
html > body input.post-submit {
	padding-top: 1px;
	height:24px;
}

.cancel-submit {
	padding-top: 3px;
	background: url(tmpl_img/form_search_btn.png) 0 2px no-repeat;
	height:25px;
	width: 67px;
    border: none !important;
    color: #FFF;
    font-size:13px;
}

input#captcha_code {
	height: 20px;
	margin-top: 3px;
}

#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

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

/**************************************************/
/******             検索結果画面             ******/
/**************************************************/
.search-header {
    margin: 8px 0;
}

/**************************************************/
/******           ページレイアウト           ******/
/**************************************************/

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

/* 固定レイアウト共通 */
.layout-two-column-right #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
    color: #666666;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 822px;
    background: url(tmpl_img/ct_bg_800_10.gif) 0 10px repeat-y;
}
html>body .layout-two-column-right #box {
    width: 820px;
    background: url(tmpl_img/ct_bg_800_10.gif) 0 10px repeat-y;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 570px;
    background: url(tmpl_img/content_right.png) right repeat-y;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 250px;
}
.layout-two-column-right #links-right {
    padding: 10px 25px 0 10px;
}

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

/**************************************************/
/******                フッタ                ******/
/**************************************************/

.layout-two-column-right .pre-footer,
.layout-two-column-right #footer {
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 2;
}
.layout-two-column-right #footer {
	background:url(tmpl_img/footer_bg.jpg) no-repeat;
    width: 802px;
    height: 30px;
}
html>body .layout-two-column-right #footer {
	background:url(tmpl_img/footer_bg.jpg) no-repeat;
    width: 800px;
    height: 30px;
}

.layout-two-column-right .pre-footer {
    background: url(tmpl_img/ct_bg_800_10.gif) 0 10px repeat-y;
    width: 822px;
    color: #666666;
}

.totop {
	text-align: right;
	padding: 0 25px;
}

.layout-two-column-right #footer a,
.layout-two-column-right #footer  a:link,
.layout-two-column-right #footer a:visited {color:#FFFFFF;text-decoration:none;}
.layout-two-column-right #footer a:hover {color:#13e26b;text-decoration:none;}

/**************************************************/
/******          フッタメニュー全体          ******/
/**************************************************/

#footer-menu {
    margin-right: auto;
    margin-left: auto;
    background: url(tmpl_img/ct_bg_800_10.gif) 0 10px repeat-y;
    width: 822px;
    text-align: left;
}
html > body #footer-menu {
    width: 820px;
    background: url(tmpl_img/ct_bg_800_10.gif) -1px 10px repeat-y;
}
#footer-menu-left-box {
    float: left;
    width: 305px;
}
#footer-menu-right-box {
    float: left;
    width: 220px;
}
#footer-menu-center-box {
    float: left;
    width: 285px;
}
#footer-menu-left {
    padding: 10px 10px 5px 25px;
}
#footer-menu-center {
    padding: 10px 0px 5px 0px;
}
#footer-menu-right {
    padding: 10px 25px 5px 10px;
}

/**************************************************/
/******           フッターメニュー           ******/
/**************************************************/

/* クレジットバナー全体 */
.powered {
    margin: 0;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
	background:url(tmpl_img/shadow_001.gif) no-repeat right bottom;
	padding:4px 10px 10px 5px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	width: 100%;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
/* クレジットバナー各行 */
.module-powered {
    margin-bottom: 15px;
    text-align: center;
}

/* タグクラウド（メニュー用） */
ul#tags {
    margin-bottom: 10px;
    list-style: none;
	padding:4px 10px 10px 5px;
}
ul#tags .module-list-item {
    display: inline;
	background-image: none;
    line-height: 105%;
    _line-height: 120%;		/* for WINIE6 */
}
ul#tags li {
	padding-left: 5px;
}
ul#tags li.taglevel1 {
    font-size: 245%;
    /*font-weight: bold;*/
}
ul#tags li.taglevel2 {
    font-size: 190%;
}
ul#tags li.taglevel3 {
    font-size: 151.6%;
}
ul#tags li.taglevel4 {
    font-size: 92%;
}
ul#tags li.taglevel5 {
    font-size: 80%;
}
ul#tags li.taglevel6 {
    font-size: 70%;
}

/**************************************************/
/******            プレフッタ全体            ******/
/**************************************************/

#pre-footer-left {
	float:left;
	width:150px;
	height: 85px;	/* WIN IE7 FIX */
}

#pre-footer-right {
	float:left;
	width:200px;
	height: 85px;	/* WIN IE7 FIX */
}

#pre-footer-center {
	float:left;
	width:420px;
	height: 85px;	/* WIN IE7 FIX */
}

#color-banners {
	clear: both;	/* WIN IE7 FIX */
	padding-top: 20px;
	text-align: center;
}

/**************************************************/
/******                Flickr                ******/
/**************************************************/

#flickr_area {text-align:left; width:100%;}

.flickr_badge_image {margin:0 15px 5px 0; display: inline;}
html>body .flickr_badge_image {	margin:0 5px 5px 0;}

.flickr_badge_image img {
	padding:4px 10px 10px 4px;	
	border-top:#c5c5c5 1px solid;
	border-left:#c5c5c5 1px solid;	
	border-right:#c5c5c5 3px solid;
	border-bottom:#c5c5c5 3px solid;	
	background:url(tmpl_img/shadow_001.gif) no-repeat right bottom;
	/*filter:progid:DXImageTransform.Microsoft.shadow(color=#c2c2c2,direction=135,strength=4);*/
}
html>body .flickr_badge_image img {
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
	border-right:none;
	border-bottom:none;	
	background:url(tmpl_img/shadow_001.gif) no-repeat right bottom;
}

.f_logo {
	margin-top: 7px;
	text-align: right;
}

/**************************************************/
/******                 共通                 ******/
/**************************************************/

/* 各タイトルヘッダ共通設定 */
/* 関連記事・同一カテゴリ・コメント・コメントフォーム・TBの見出し・検索結果画面共通 */
.appendix-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-results-header {
    padding-left: 5px;
    color: #5aad6d;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.9;
    margin-bottom: 15px;
    background:url(tmpl_img/shadow_001.gif) no-repeat right bottom;
    padding:2px 5px;
    border-top:#eee 1px solid;
    border-left:#eee 1px solid;
}

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


