/* 全体 */
body {
                margin: 0px;
                padding: 0px;
                background-color: #ffffff;                /* ページ全体の背景色*/
                background-position: center;
                background-repeat: repeat-y,x;
                background-attachment: fixed;
                background-image: url("");                /* 背景画像表示の場合は記入*/
                text-align:center;                        /* 中央に表示 */
} 


/* リンク関連 */

a { color: #0033cc; text-decoration: none; background: none;}
a:link { color: #0033cc; text-decoration: none; background: none;}
a:link:hover { color: #666688; text-decoration: underline; background: none;}
a:link:active { color: #666688; text-decoration: underline; background: none;}
a:visited { color: #0033cc; text-decoration: none; background: none;}
a:visited:hover { color: #666688; text-decoration: underline; background: none;}
a:visited:active { color: #666688; text-decoration: underline; background: none;}


/* 見出し */

h1,h2,h3 {
                margin: 0px;
                padding: 0px;
}



/* 全体を囲う箱 */

#inbox {
                background: #ffffff;                          /* 全体を囲う箱の背景色*/
                margin-left: auto;
                margin-right: auto;
                padding: 0px;
                width: 800px;                                /* 全体を囲う箱の幅*/
                text-align: left;
                border: 1px solid #999999;                   /* 全体を囲う外枠の色や線幅・種類*/
                line-height:22px;                            /* 行の高さ*/
                font-size: 13px;                             /* 全体の基本となるフォントサイズ*/
                font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}


/* ヘッダー・バナー部分　１段目 */

#banner {
                background-color: #118cb5;                /* ヘッダーの背景色*/
                background-image: url("");                /* ヘッダーに画像を表示する場合は記入*/
	　　　　background-repeat : no-repeat ;
                color: #ffffff;                             /* ヘッダーの文字色*/
                height: 40px;                               /* ヘッダーの高さ*/
                font-size: 16px;
                font-weight: bold;
                padding-top: 15px;                           /* 文字等の位置・上から*/
                padding-left: 35px;                          /* 文字等の位置・左から*/
                padding-bottom: 5px;                         /* 文字等の位置・下から*/
}

#banner a {
                color: #ffffff;                             /* ヘッダーのリンクの文字色*/
                font-weight: bold;
}



/* ヘッダー・バナー部分に表示されるサイト解説文 */

.description {
                font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
                font-size: 12px;
                padding-top: 5px;   
                font-weight: normal;
}




/* ヘッダー・バナー　２段目　部分 */

#banner2 {
                background-color: #e7e7e7;                  /* ヘッダーの背景色*/
                background-image: url("./img/title.jpg");               /* 背景画像を表示する場合は記入*/
	　　　　background-repeat : no-repeat ;
                color: #000;                                  /* ヘッダーの文字色*/
                height: 110px;                                /* ヘッダーの高さ*/
                font-size: 12px;
                font-weight: normal;
                padding-top: 10px;                            /* 文字等の位置・上から*/
                padding-left: 20px;                           /* 文字等の位置・左から*/
                padding-bottom: 5px;                          /* 文字等の位置・下から*/
}


/* ヘッダー・バナー　２段目の左部分 */

#banner2-left  {
                float: left;
                color: #000;                                /* 文字色*/
                width: 500px;                               /* ２段目左の幅*/
                background-image: url("");                /* 背景画像を表示する場合は記入*/
	　　　　background-repeat : no-repeat ;

}

#banner2-left a {
                color: #0033cc;                              /* リンクの文字色*/
}

/* ヘッダー・バナー　２段目の右部分 */

#banner2-right  {
                float: right;
                color: #000;                                /* 文字色*/
                text-align: right;                          /* 文字右寄せ*/
                width: 250px;                               /* ２段目右の幅*/
                padding-right: 15px;                        /* 文字等の位置・右から*/
                background-image: url("");                 /* 背景画像を表示する場合は記入*/
	       background-repeat : no-repeat ;
}


#banner2-right a {
                color: #0033cc;                             /* リンクの文字色*/
}




/* ヘッダー下のカテゴリーのメニュー */


#menu {
                border-top: 1px solid #fff;
                background: #f2f2f2;                   /* メニュー全体の背景色*/
                background-image: url("");            /* メニュー全体の背景に画像表示の場合は記入*/
	　　　　background-repeat : no-repeat ;
                height: 20px;                             /* メニュー全体の高さ*/
                color: #000;
}


html > body #menu,
html > body #menu ul li a { 

                height: 20px;
}


#menu ul {
                margin: 0;
                padding: 0;
                list-style: none;
}


/* メニュー 一つ一つの箱*/

#menu ul li {
                float:left;
                border-right: ;
                width: 110px;                          /* メニュー一つ一つの箱の幅*/
                height: 20px;                          /* メニュー一つ一つの箱の高さ*/

}


/* メニューのリンク*/

#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited {

                display: block;
                color: #000;                                /* メニューの文字色*/
                font-weight: bold;
                font-size: 12px;
                text-align: center;
                letter-spacing: 3px;
                line-height: 13px;        /* 行の高さ・箱の高さを変えた場合はここも変更した方が良い*/
                text-decoration: none;
                background-image: url("./img/c1.gif");             /* メニュー一つ一つの箱の背景の画像*/
	　　　　background-repeat : no-repeat ;
                border-right: 1px solid #444;
                margin-top: 4px;
}


/* メニューのリンク（マウスオーバー時）*/

#menu ul li a:hover,
#menu ul li a:active {
                color: #000;                          /* マウスオーバーしたときの文字色*/
                background: #ccc;                    /* マウスオーバーしたときの背景色*/
                background-image: url("./img/c2.gif");     /* マウスオーバーしたときの箱の背景画像*/
	　　　　background-repeat : no-repeat ;
                text-decoration: underline;
}




/* 左サイドバー */

#links {
                float: left;
                margin-left: 5px;                /* 左側の間隔*/
                margin-right: 5px;               /* 右側の間隔*/
                padding-top: 10px;
                width: 180px;                    /* 左サイドバーの幅*/
                background: #fff;                /* 背景色*/
}



/* 右サイドバー */

#links-right {
                float: right;
                margin-left: 5px;                /* 左側の間隔*/
                margin-right: 5px;                /* 右側の間隔*/
                padding-top: 10px;
                width: 180px;                     /* 右サイドバーの幅*/
                background: #fff;                 /* 背景色*/
}



/* トップページ中央部分 */

#content {
                border-left: 1px solid #e5e5e5;                 /* 中央の左側の線*/
                border-right: ;                /* 中央の右側の線*/
                margin: 0px 0px 0px 195px;                 /* 中央の位置（上・右・下・左の順）*/
                padding: 10px 10px 0px 10px;
                background: #fff;                             /* 背景色*/
}


/* トップページ以外（カテゴリページや個別記事）の中央部分 */

#container {
                border-left: 1px solid #e5e5e5;                /* 中央の左側の線*/
                border-right: ;               /* 中央の右側の線*/
                margin: 0px 0px 0px 195px;                 /* 中央の位置（上・右・下・左の順）*/
                padding: 10px 10px 0px 5px;
                background: #fff;                             /* 背景色*/
}


/* フッター */

#footer {
                clear: both;
                color:#ffffff;                           /* フッターの文字色*/
                text-align: center;                     /* フッターの文字位置*/
                background: #000;                       /* フッターの背景色*/
                font-size: 12px;
                padding: 3px;
}

#footer a {
                color: #ffffff;                         /* フッターのリンクの文字色*/
}





/* 記事まわり */

.blog {
                background-color: #ffffff;
                margin: 1px 1px 10px 1px;
                line-height:20px;
                border: ;          /* 各記事に囲いをつける場合は（1px solid #000000）などを記入*/
}


/* 記事まわり（画像貼付用） */

.blog-img {
                background-color: #ffffff;
                margin: 1px 1px 10px 1px;
                height:174px;                              /* 高さ*/
                background-image: url("");                /* 画像を背景として表示する場合は記入*/
	       background-repeat : no-repeat ;
                border:1px solid #000000 ;                /* 外枠*/
}



/* 記事タイトル */

.title {
                color:#555;                             /* 記事タイトルの文字色 */
                background-color: ;                    /* 記事タイトルの背景色 */
                border: ;                               /* 記事タイトルの外枠 */
                font-size:15px;
                font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
                font-weight: bold;
                padding: 3px; 
                margin-bottom:1px;
                background-image: url("./img/kiji.gif");        /* 背景画像を表示する場合は記入*/
	       background-repeat : no-repeat ;
                text-indent:30px;
}



/* 記事本文 */

.blogbody {
                background: none;
                color: #000000;
                font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
                font-weight:normal;
                padding: 10px;
                font-size: 13px;                               /* 記事の文字サイズ*/
}


.blogbody p {
                margin-top:１px;
                margin-bottom: 5px;

}


/* トップページ記事小タイトル */

.kiji-title {
                padding-left: 10px;
                margin-top: 5px; 
                margin-bottom: 0px; 
}



/* トップページ記事小タイトルの◆の色 */

.kiji-title02 {
                color: #669200;　　
}



.blogbody2 {

                border-bottom: 1px dotted #000;
                padding-bottom: 2px;
                margin-top: 1px;
                margin-bottom: 3px;
                padding-left: 30px;
}

.blogbody2 p {
                margin-top:0px;
                margin-bottom: 5px;

}


/* 記事の上のカテゴリ表示部分*/

.posted {
                background: none;
                color:#000000;
                font-family:'Trebuchet MS', verdana ,arial ,sans-serif;
                font-weight:normal;
                padding-left: 3px; 
}


/* 「詳しくはこちらへ」の部分*/


.extended {
                color:#000000;
                float:right;
                font-size:13px;
                font-style:normal;
}




/* サイドバー */



/* サイドバータイトル部分（コンテンツ部分） */

.sidetitle01 {
                background-color: #fff ;
                background-image: url("");                  /* 背景画像を表示する場合は記入*/
	       background-repeat : no-repeat ;
                color: #555;
                border-bottom: 2px solid #669200;
                font-weight: bold;
                padding: 2px; 
                margin-top: 5px;
                text-indent : 10px ;                      /* 文字の左側からの位置*/
}


.sidetitle02 {
                background-color: #fff ;
                background-image: url("");                 /* 背景画像を表示する場合は記入*/
	       background-repeat : no-repeat ;
                color: #555;
                border-bottom: 2px solid #d74c00; 
                font-weight: bold;
                padding: 2px; 
                margin-top: 5px;
                text-indent : 10px ;                       /* 文字の左側からの位置*/
}


.sidetitle03 {
                background-color: #fff ;
                background-image: url("");                  /* 背景画像を表示する場合は記入*/
	       background-repeat : no-repeat ;
                color: #555;
                border-bottom: 2px solid #e39800; 
                font-weight: bold;
                padding: 2px; 
                margin-top: 5px;
                text-indent : 10px ;                        /* 文字の左側からの位置*/
}


/* サイドバー （コンテンツ部分）*/

.side5 {
                color:#000;
                background-color: #fff;
                font-size: 12px;
                font-weight:normal;
                line-height:18px;
                padding: 10px; 
                margin-bottom: 5px; 
                border-left: ;                /* 枠線の左*/
                border-right: ;                /* 枠線の右*/
                border-bottom: ;               /* 枠線の下*/
}

.side5 img {

}