@charset "UTF-8";

/**/

/*レイアウト
----------------------------------------------------------------*/
#contents_blog {
	margin: 9px 0 0 0;
	padding: 0 0 4px 5px;
	background: url(../image/blog/bg_content_repeeat.jpg) repeat-y 5px top;
}


/*
 * File      : styles-site.css
 * Version   : 2.04
 * 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.09.28: for CGI.
 * 2.04 2005.10.10: fix bug.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
	text-indent: 0;
	margin: 0;
	padding: 0;
	letter-spacing: 0;    /*font-weight: normal;*/
}

body {
	background-color: transported;
}

blockquote, dd, div, dl, dt,  
h1, h2, h3, h4, h5, h6,  
li, ol, p, pre, span, td, th, ul {
	margin: 0;
	padding: 0;
}

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	font-size:inherit;
	font:100%;
}

ol, ul {
	list-style-type: none;
}

q:before, q:after {
	content:'';
}

div, img {
	behavior: url(/css/iepngfix.htc);
}

img {
	vertical-align: top;
}

/* リンク */
/*a,
a:link {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
    color: #28AFCD;
    text-decoration: underline;
}
a:hover {
    color: #28AFCD;
    text-decoration: underline;
}
a:active {
    color: #28AFCD;
    text-decoration: underline;
}*/

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

/* 段落 */
p {
    margin-top: 5px;
    margin-bottom: 10px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* タイトルバナー */
#banner {
}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #663300;
    font-size: 12px;
}

/* エントリー全体 */
.blog {
	padding: 15px;
	background: url(../image/blog/bg_content.jpg) no-repeat 0 0;
}

/* エントリー日付 */
.date {
    height: 25px;
    margin: 5px 0px 6px 5px;
    color: #663300;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: bold;
}

/* エントリー */
.entry {
	margin: 0 auto 30px auto;
	width: 600px;
	color: #663300;
	font-size: 12px;
	line-height: 1.5;
	word-break: break-all;
}
.entry-body {
	margin: 0 auto 15px auto;
    width: 97%;
	color: #ffffff;
	line-height: 2;
}
.entry-more {
	color: #ffffff;
}
.side a {
	text-decoration: none;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリータイトル */
.entry-header {
	margin: 0 auto 15px auto;
	padding: 30px 30px 0 30px;
	width: 558px;
	height: 96px;
    background: url(../image/blog/bg_entrytitle.gif) no-repeat left top;
}

.entry-header_title {
	padding: 7px 0 0 0;
	color: #ffffff;
	font-size: 182%;
	font-weight: bold;
	line-height: 1.3;
}
.entry-header_date {
	padding: 0 0 0 18px;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
}


/* 投稿者 */
.entry-footer {
	width: 100%;
	border-top: 1px solid #ffffff;
}

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

/* アーカイブページの前後リンク */
.content-nav {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}
#navi_left {
	font-size: 12px;
	padding: 5px;
	text-align: left;
}
#navi_right {
	text-align: right;
	font-size: 12px;
	padding: 5px;
}


/* 画像の中心揃え */
.btn_link {
	margin-left:12px;
}


/* カレンダー
-----------------------------------------------------*/
body.calendarbody {
	background-color: #000000;
	color: #ffffff;
	font-size: 13px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

/* for IE7 */
*+html body.calendarbody {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: small;
}  

/* for IE6 */
* html body.calendarbody {
	font-family: "ＭＳ Ｐゴシック";
	font-size: small;
}

.calendar {
	margin: 0 auto 10px auto;
	border-width: 0px;
	width: 199px;
	height: 210px;
}
.calendar_in {
	border-width: 0px;
	margin: 0 auto;
	width: 199px;
	height: 210px;
}
.calendar iframe {
	width: 199px;
	height: 210px;
	border-style: none;
}

.calendar_in #table_main {
	margin: 0 auto;
	padding: 0;
	width: 199px;
	height: 210px;
	border-collapse: collapse;
	background: url(../image/blog/bg_calender.jpg) no-repeat left top;
}
.calendar_in #table_list {
	margin: 0 auto;
	padding: 0;
	width: 189px;
	height: 170px;
	border-collapse: collapse;
	color: #ffffff;
}
.calendar_in #table_list a {
	color: #ff9900;
	text-decoration: underline;
}
.calendar_in th {
	height: 40px;
}
.calendar_in th span.month {
	display: block;
	margin: 6px 3px 0 5px;
	padding-left: 30px;
	height: 27px;
	color: #ffffff;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 27px;
}
.calendar_in td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.today {
	display: block;
	text-align: center;
	color: #663300;
	background-color: #34AACD;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}


/* アーカイブ・カテゴリー
-----------------------------------------------------*/
.archive, .category, .profile {
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 23px;
	color: #ffcc00;
	background: url(../image/blog/bg_backnumber.jpg) repeat-y left top;
}
.archive a, .category a {
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
}
.entry_list {
	margin: 5px auto;
	width: 180px;
}


/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    font-size: 12px;
    line-height: 150%;
}

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

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

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

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

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #663300;
    background: #8fabbe;
    font-size: 11px;
}

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

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

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

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #663300;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 2カラム用 */
body.layout-two-column {
	color: #ffffff;
	font-size: 13px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
	text-align: center;
}

/* for IE7 */
*+html body.layout-two-column {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: small;
}  

/* for IE6 */
* html body.layout-two-column {
	font-family: "ＭＳ Ｐゴシック";
	font-size: small;
}

.layout-two-column #container {
	margin: 0 auto;
	text-align: left;
}
.layout-two-column #container #wrapper {
}


/* 2カラム */
.layout-two-column #links-left-box{
	float: left;
	width: 199px;
}
.layout-two-column #links-left {
}

.layout-two-column #main {
	float: right;
	width: 659px;
	background: url(../image/blog/bg_content_bottom.jpg) no-repeat 5px bottom;
}
.layout-two-column #main a {
	color: #ffcc00;	
}

/* 公式サイトに戻る */
.officilasite {
	margin: 0 auto;
	width:199px;
	
}

/**/
