@charset "<$MTPublishCharset$>"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 2.06
 * 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.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

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

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

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

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-image: url(/jinko/images/circle01.gif);
}

ul ul li{
    list-style-image: url(/jinko/images/circle02.gif);
}

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

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: xx-small;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 10px;
    padding: 5px;
    border: 2px solid #DAFF6A;
    font-size: x-small;
    line-height: 140%;
}
.quotetitle { /* 引用文タイトル */
    font-size: xx-small;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
    height: 160px;
    padding: 0 0 10px 90px;
    color: #FFFFFF;
    background: #996633;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("/jinko/images/title_back_0804.gif");*/
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {}
#banner a:hover {}
#banner a:active {}

#banner h1 {
    display: none;
}
/* タイトルバナー下の説明 */
#banner h2 {
    padding: 24px 6px 0 0;
    color: #ffffff;
    font-size: x-small;
    font-weight: bold;
    text-align: right;
}
.banner-comment {
    font-size: xx-small;
    color: #FFFFCC;
    padding: 4px 6px 0 0;
    text-align: right;
}

/* エントリー全体 */
.blog {
    padding: 0 10px 0 0;
    font-size: x-small;
    color: #666666;
    background: none;
}

/* エントリー日付 */
.date { 
    margin: 5px 0 0 0;
    padding: 2px 0 2px 10px;
    background-color: #33CC00;
    font-size: x-small;
    font-weight: bold;
    color: #ffffff;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.comments-header,
.comments-open-header {
    background-color: #FFFF66;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0;
    padding: 4px;
    color: #36414d;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: x-small;
    line-height:150%;
    word-break: break-all;
    border-right: 2px solid #33CC00;
    border-left: 2px solid #33CC00;
    border-bottom: 2px solid #33CC00;
}
.entry p {
	margin-bottom: 15px;
}
.entry a:active {}
.entry img {
    margin-right: 4px;
}
.image {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 6px;
}
.image2 {
    border: 1px solid #CCCCCC;
    float: right;
    margin-left: 8px;
}
/* MOBLOG用画像 */
.mobile {
    padding: 7px 9px 33px 7px;
    float: left;
    background-image: url("/jinko/images/mobile_back.gif");
    background-repeat: no-repeat;
    border: 0px;
}

/* エントリーのテキストエリア可変長指定 */
.entry-content {
    margin: 6px;
    padding: 0px;
}

/* 追記 */
.entry-more {
    margin: 0 0 10px 0;
}

/* エントリータイトル */
.entry-header {
    margin-top: 0;
    padding: 0 0 0 6px;
    color: #333333;
    font-size: x-small;
    font-weight: bold;
    background-color: #FFFF66;
}

/* 投稿者 */
.entry-footer {
    padding: 4px 5px 0 0;
    margin: 10px 0 0 0;
    text-align: right;
    font-size: xx-small;
    background-color: #FFFF66;
}

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

/* アーカイブページの前後リンク */
.content-nav {
    padding: 4px;
    text-align: center;
    font-size: x-small;
    background: #DAFF6A;
    margin: 5px 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 5px;
    padding: 0 6px 0;
    text-align: left;
    color: #FFFFFF;
    background: #FF6699;
    font-size: x-small;
    font-weight: bold;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    padding: 4px;
    color: #666666;
    font-size: xx-small;
    line-height: 140%;
    border-right: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    margin: 0px;
    background: #ffffff;
    line-height: 140%;
}
.sidemoblog {
    border: 0px;
    text-align: left;
    background-image: url("/jinko/images/sidebar_moblog_back.gif");
    background-position: left top;
    background-repeat: no-repeat;
    height: 150px;
    margin-top: 5px;
    padding: 0px;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}
/* BLOG PEOPLE */
.blogpeople-main li {
    padding-left: 16px;
    list-style-image: url(/jinko/images/circle01.gif);
    list-style-position: outside;
}
.blogpeople-tbp {
    line-height: 140%;
}
.blogpeople-tbp ul{
	margin-bottom: 4px;
}

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

/* クレジットバナー */
.powered {
    margin-top: 10px;
    text-align: center;
    color: #666666;
    font-size: xx-small;
    line-height: 140%;
}
.powered img {
    margin-top: 3px;
}

/* 広告表示用 */
.adspace {
    text-align: center;
    margin: 10px 0;
}
.amazlet-box {
	padding: 5px;
	margin: 5px;
	border: solid 2px #DAFF6A;
}
.amazlet-image {
	padding-right: 5px;
}

.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: 300px;
}

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

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

.trackbacks,
.comments {
    margin: 0;
    color: #36414d;
    border-left: 2px solid #33CC00;
    border-right: 2px solid #33CC00;
    border-bottom: 2px solid #33CC00;
    padding: 0;
    background: #ffffff;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 0;
    padding: 2px 10px;
    color: #333333;
    font-weight: bold;
    background-color: #33CC00;
    font-size: x-small;
    font-weight: bold;
    color: #ffffff;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 10px;
    padding: 0;
    font-size: x-small;
    line-height: 140%;
    word-break: break-all;
    background: #ffffff;
}

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

.trackback-footer,
.comment-footer {
    padding: 4px;
    margin: 0 4px 5px 4px;
    text-align: right;
    font-size: xx-small;
    background-color: #FFFF66;
}

.comments-open label {
    display: block;
}

.comments-head {
    margin-top: 5px;
    padding: 2px 10px;
    color: #333333;
    font-weight: bold;
    background-color: #33CC00;
    font-size: x-small;
    font-weight: bold;
    color: #ffffff;
}

/* カラム切り替え */

body.layout-two-column-right {
    margin-bottom: 20px;
    text-align: center;
    background: #FFFFFF;
    background-image: url("/jinko/images/background.gif");
}
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* 2カラム用 */
.layout-two-column-right #box {
    width: 730px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border: 0px;
    text-align: left;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 490px;
    margin: 0;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 240px;
}
.layout-two-column-right #links-right {
    color: #ffffff;
}


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

.affbody {
	margin: 20px 15px;
}

.affbody img {
    border: 1px solid #CCCCCC;
    float: left;
}

.red {
	color: red;
	font-size: large;
	margin: 20px 5px;
}

.blue {
	color: blue;
	font-size: large;
	margin: 20px 5px;
}

