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


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

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

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

/* 区切り線 */
.line1 {
    color: #000000;
    margin: 0px 0 ;
}

.line2 {
    color: #E6E2D2;
    margin: 0px 0;
}

.line3 {
    color: #000000;
    margin: 0px 0 ;
}


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

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

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

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

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

/* ブログヘッダ */
#banner {
    padding: 50px 15px;
    border-bottom: 1px solid #000000;
    color: #999999;
    background: #000000;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* ブログヘッダ・ブログ説明 */
#banner h2 {
    padding: 0 0 3px;
    color: #ffffff;
    font-size: 65%;
    letter-spacing: 0.2em;
}

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: 100%;
    color: #000000;
    background: #E6E2D2;
    background-position: left; 
    background-image: url("/kinkyou/imgs/bgkamikire.gif");
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size:73%;
    color: #333333;
}

.content-nav a:link{
    color: #003366;
}

.content-nav a:visited{
    color: #003366;
}

.content-nav a:hover{
    color: #003366;
}

.content-nav a:active{
    color: #003366;
}

/* エントリー日付 */
.date {
    margin: 6px 5px 0;
    padding: 2px 0 0;
    color: #990000;
    font-size: 65%;
}

/* エントリータイトル */
.enttitle {
    margin: 2px 5px 0;
    padding: 2px 0 0;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
}

/* エントリー */
.entry {
    width: auto;
    padding: 0 5px 15px;
    font-size: 85%;
    line-height:150%;
    word-break: break-all;
    color: #000000;
}

.entry a:link {
    font-size: 85%;
    color: #003366;
}

.entry a:visited {
    font-size: 73%;
    color: #003366;
    text-decoration: none;
}

.entry a:hover {
/*    font-size: 73%;	*/
    color: #003366;
    text-decoration: underline;
}

.entry a:active {
    font-size: 73%;
    color: #003366;
    text-decoration: none;
}


.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

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

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #E6E2D2;
    font-size: 93%;
    font-weight: bold;
}

/* エントリーフッタ投稿者 */
.entry-footer {
    font-size: 100%;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border-bottom: 1px solid #E6E2D2;
    text-align: left;
    color: #E6E2D2;
    font-size: 65%;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #000000;
    font-size: 73%;
    _font-size: 65%;
    line-height: 150%;
}
.side a:link {
    color: #FFFFFF;
    text-decoration: none;
}
.side a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.side a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.side a:active {
    color: #FFFFFF;
    text-decoration: none;
}

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

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

/* トラックバック */

.trackback-index {
    padding: 5px 0 15px;
    margin: 5px 3px 0;
    text-align: right;
    font-size: 73%;
    font-weight: bold;
    line-height: 130%;
    border-top: 1px dotted #36414d;
}

.trackback-index a:link {
    color: #003366;
    text-decoration: none;
    font-size: 100%;
}

.trackback-index a:visited {
    color: #003366;
    text-decoration: none;
    font-size: 100%;
}

.trackback-index a:hover{
    color: #003366;
    text-decoration: underline;
    font-size: 100%;
}
.trackback-index a:active {
    color: #003366;
    text-decoration: none;
    font-size: 100%;
}

.trackbacks {
    padding: 5px 0 10px;
    margin: 5px 3px;
    font-size: 85%;
    line-height: 130%;
    border-bottom: 1px dotted #36414d;
}

.trackbacks a:link{
    color: #003366;
    text-decoration: none;
    font-size: 100%;
}

.trackbacks a:visited{
    color: #003366;
    text-decoration: none;
    font-size: 100%;
}

.trackbacks a:hover{
    color: #003366;
    text-decoration: underline;
    font-size: 100%;
}

.trackbacks a:active{
    color: #003366;
    text-decoration: none;
    font-size: 100%;
}

.trackbacks-header {
    margin: 10px 0 0;
    padding: 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 73%;
}

.trackback-url {
    padding: 5px 0 0;
    color: #000000;
    font-size: 85%;
    font-weight: bold;
}
/*
.trackback-content {
    margin: 0;
    padding: 0;
    line-height: 130%;
    word-break: break-all;
    font-size: 100%;
}
*/

.trackback-footer {
    border-bottom: 1px dotted #36414d;
    padding: 3px 2px 5px 2px;
    line-height: 170%;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #000000;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: left;
    background-color: #000000;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: left;
    background-color: #000000;
}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 0 15px 0;
    color: #ffffff;
}

/* フッタ */
#footer {
    width: 650px;
    text-align: center;
}

#footer-copyright {
    float: left;
    width: 750px;
    font-size: 73%;
    color: #E6E2D2;
    line-height: 140%;
}
