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

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



/* すべて */
* {
scrollbar-3dlight-color: #ffcc66;
scrollbar-arrow-color: #ffcc66;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #ffffff;
    margin: 0;
    padding: 0;
font-family: ＭＳ Ｐゴシック;
}

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

p.title{
font-size:16px;
  font-weight: bold;
color:#ffffff;
margin:0px; 
padding:3px;
background-color :#66ccb3; }

h1{
font-size:12px;
color:#998066;
margin:1px; }


h2.top{
font-size:16px;
color:#333333;
margin:0px; 
padding:2px;
border-top: 1px dashed #66ccb3;
border-bottom: 1px dashed #66ccb3;
background-color :#e6ffe6}


h2.sub{
font-size:16px;
color:#cc0000;
margin:10px 0px ; }

h3.sub{
font-size:16px;
color:#cc0000;
margin:10px 0px ; }

h3{
font-size:14px;
color:#998066;
margin:1px; }

h4{
font-size:14px;
color:#998066;
margin:1px; }


/* リンク */
a        {color:#4d99b3;  text-decoration : underline; }
a:link{color:#4d99b3;    text-decoration : underline; }
a:visited {color:#4d99b3;    text-decoration : underline; }
a:active  {color:#4d99b3;  text-decoration : underline; }
a:hover   {color:#994d00; 
  text-decoration : underline;  background-color:#ffb300}

h3 a:link{color:#998066;   text-decoration : underline;  }
h3 a:visited{color:#998066;    text-decoration :underline; }
h3 a:active{color: #998066; text-decoration underline;  }
h3 a:hover   {color: #998066; 
  text-decoration : underline;  background-color:#ffb300}


.toplink a:link{color:#333333;    text-decoration : none; }
.toplink a:visited{color:#333333;    text-decoration : none; }
.toplink a:active{color:#333333;    text-decoration : none; }
.toplink a:hover{color:#333333;    text-decoration : none;  background-color:#ffffff}

.lin a:link{color:#333333;    text-decoration : none; }
.lin a:visited{color:#333333;    text-decoration : none; }
.lin a:active{color:#333333;    text-decoration : none; }
.lin a:hover{color:#333333;    text-decoration : none;  background-color:#ffffff}

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

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

/* テーブル */

td.td1{font-size:12px; line-height :150%;padding:2px}

td.td2{font-size:12px; line-height :150%;padding:3px}

td.td3{font-size:12px; line-height :150%;padding:2px}

td.lin{
font-size:10px;line-height :120%
}

td.lin2{
font-size:10px;line-height :130%
}
td.toplink{
font-size:12px;line-height :150%;
}

td.rireki{
font-size:10px;line-height :130%;
}

td{
font-size:12px;line-height :150%;font-family:MS P Gothic;color:#333; padding:2px}
}



/* 順序なしリスト */
ul, ol {
    padding-left: 0px;
}

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


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

/* タイトルバナー */
#banner {
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #ccc;
    color: #999;
    background: #ffffff;
    text-align: right;
   background-position: left top;
    background-repeat: no-repeat;
    background-image: url("http://caramel-milk.com/img/titleback.jpg");
}

#banner2{
    padding: 0px;
    background: #fff;
    text-align: left;
}

#banner-header{
    padding: 0px;
    text-align: right;
}


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

/* タイトルバナー下のメニュー */
#banner-line {
    text-align: right;
    font-size: 12px;
margin: 2px;
}

/* エントリー全体 */
.blog {
    padding: 0px;
    color: #ffffff;
    background: #fff;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 15px 15px 15px;
    color: #333;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 0px;
    margin-bottom: 0px;
}

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


/* 追記 */
.entry.extended {}
.entry-more2 {
    margin: 15px 0 0 0;
    font-size: 10px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}
/* エントリータイトル */
.entry-header {
    margin: 15px 0 30px;
    color:#661a00;
   font-size: 20px;
   font-weight: bold; 
   border-bottom: 3px solid  #ffb300;
}

/*  カテゴリー用タイトル */
.sabtitle{
     margin:0 0 15px 0;
   background: url(img/icon_56_06.gif) no-repeat 0px 3px;
   padding:0 0 0 20px;
}

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

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

/* パンくずリスト */
.content-nav2 {
    margin: 10px;
    color: #333;
    font-size: 10px;
    text-align: left;
  }




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

.sidetitle-top {
    margin-top: 0px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    text-align:center;
    color: #333;
    font-size: 12px;
    line-height: 140%;
   font-weight: bold; 
   height: 22px;
   border-bottom: 1px dashed #3f8c8c;
   border-top: 1px solid #3f8c8c;
background: #cfd8e8;


}

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


.sidetop {
    margin: 0px 0 0px;
    padding: 0 0 0 2px;
    background: none;
    color: #333;
    font-size: 12px;
    line-height: 150%;
}

.sidetop2 {
    margin: 0px 0 0px;
    padding: 2px  0 0 2px;
    background: #efefef;
    color: #333;
    font-size: 12px;
    line-height: 150%;
}

.sidetop3 {
    margin: 0px 0 0px;
    padding: 2px  0 0 2px;
    background: #eff8ff;
    color: #333;
    font-size: 12px;
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 0px;
background: #e6ffcc;
   font-weight:bold;
}
.side #categories ul ul {
    padding-left: 26px;
   background: #fff;
   font-weight:normal;
}


.side #categories ul li  li {
   list-style-image: url(img/arrow06_e17.gif);
}

.side #categories li {
 list-style: none;
}

.side #categories2 ul {
    padding-left: 16px;
}

.side #categories2 li {
   list-style-image: url(img/arrow06_e17.gif);
}


/* サイドメニュー(トップページ用) */
.sidetop ul li {
   background: url(img/arrow06_e17.gif) no-repeat 0px 5px;
padding:0 0 0 10px;
}

.sidetop li {
 list-style: none;
}

.sidetop2 ul li {
   background: url(img/arrow06_e17.gif) no-repeat 0px 5px;
padding:0 0 0 10px;
}

.sidetop2 li {
 list-style: none;
}


.sidetop3 ul li {
   background: url(img/arrow06_e17.gif) no-repeat 0px 5px;
padding:0 0 0 10px;
}

.sidetop3 li {
 list-style: none;
}




/* メインメニュー(トップページ用) */
.td1 ul li {
   background: url(img/arrow06_e17.gif) no-repeat 0px 5px;
padding:0 0 0 10px;
}

.td1 li {
 list-style: none;
}


.td2 ul li {
   background: url(img/arrow06_e17.gif) no-repeat 0px 5px;
padding:0 0 0 12px;
}

.td2 li {
 list-style: none;
}



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

.clear {
    clear: both;
}


/* フレーム */

.access {
margin: 0 0 5px 0;
    height: 350px;
    overflow: auto;
   font-family:font-family: ＭＳ Ｐゴシック;
}

.rireki2
{
margin: 0 0 3px 0;
    height: 160px;
    overflow: auto;
font-size:10px;
line-height :130%;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 0px;
    text-align: center;
background-image:url(img/bg_b02_d06.gif)
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 0px;
}
.layout-three-column #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
    font-family:MS P Gothic;
 color:#333333;
line-height :150%;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 0;
    text-align: left;
    font-family:MS P Gothic;
 color:#333333;
line-height :150%;
background: #ffffff url(img/back.jpg) repeat-y top right;
}


/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 490px;
    margin: 0 0 0 0;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
    background: #fff;
}
.layout-three-column #links-left-box {
    float: left;
    width: 185px;
    background: #fff;
}

.layout-three-column #links-right-box {
    float: left;
    width: 122px;
    background: #fff;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
   padding: 0px 0px 0 0px;
    color: #ffffff;
 background: #fff;
}


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


/* フッター*/

.layout-three-column #footer,
.layout-two-column-right #footer {
   padding: 3px;
    border-top: 1px solid #ccc;
    color: #333;
    background: #fff;
    font-size: 10px;
    text-align: center;
}

#footer2 {
    padding: 10px;
    border-top: 1px solid #ccc;
    color: #333;
    background: #fff;
    font-size: 10px;
    text-align: left;
}

input,textarea {
    font-family: "ＭＳ Ｐゴシック", arial, sans-serif;
}

