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


/* すべて */
* {
    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: none;
}
a:hover {
    color: #990000;
    text-decoration: underline;
    font-weight:bold;
}
a:active {}

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

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

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
    color: #006699;
}
ul li {
    list-style-type: none;
    color: #006699;
    padding-left: 16px;
}

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

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 14px;
}

/* 引用 */
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;
    border-bottom: 0px solid #666699;
    color: #999999;
  /*  background: #8fabbe;
    background-position: right top;
    background-repeat: no-repeat;*/
    background: url("http://www.pokhara.jp/parts/topback.gif");    text-align: left;
    width:780px;    
    height: 150px;

}
#banner-inner {
     background-image: url("http://www.pokhara.jp/parts/topkawaoka.jpg");
      background-repeat: no-repeat;
      background-position: right;
      margin-right: 100px;
      margin-top: 20px;
      height: 120px;
}
#banner a,
#banner a:link,
#banner a:visited {
    color: #333333;
    font-size: 36px;
    text-decoration: none;
    margin-top: 30px;
    margin-left: 70px;


}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #0000ff;
    font-size: 14px;
    font-weight:bold;
    margin-left: 100px;
    line-height: 400%
}

/* エントリー全体 */
.blog {
    padding: 12px;
    font-size: small;
　　color: #36414d;
    background: none;
}
/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #ffffff;
/*    background-position: right;
    background-repeat: repeat-y;
    background-image: url(".gif");*/
    font-size: 14px;
    line-height:160%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

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

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

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}
/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 0px solid  #666666;
    text-align: center;
    color: #444444;
    background: #99cc99;
    font-size: 12px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #333333;
    font-size: 14px;
    /*_font-size: 9px;*/
    line-height: 170%;
    vertical-align: top;
}
.style1 {font-size: 9px;
           align: center;
}
/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
    color: #36414d;
}


/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
    color: #0000ff;    
    background-position: right;
    margin-right: 100px;
    margin-top: 25px;
}
.clear {
    clear: both;
}

/* カラム切り替え */

/* 1〜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: #36414d;*/
    background: url("http://www.pokhara.jp/parts/back077.gif");
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 0px;
}
/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 0;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
    text-align: left;
   background-color: #ffffff;

}

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

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