/* 全体 */
body {
                margin: 0px;
                padding: 0px;
                background-color: #dcf0e2;             /* ページ全体の背景色*/
                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: 765px;                               /* 全体を囲う箱の幅*/
                text-align: left;
                border: 1px solid #555;                  /* 全体を囲う外枠の色や線幅・種類*/
                line-height:22px;                           /* 行の高さ*/
                font-size: 13px;                            /* 全体の基本となるフォントサイズ*/
                font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}


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

#banner {
                background-color: #ffffff;                /* ヘッダーの背景色*/
                background-image: url("");                /* ヘッダーに画像を表示する場合は記入*/
	　　　　background-repeat : no-repeat ;
                color: #46b067;                           /* ヘッダーの文字色*/
                height: 60px;                            /* ヘッダーの高さ*/
                font-size: 20px;
                font-weight: bold;
                border-top: ;              /* 上側の青い線*/
                border-bottom: 3px solid #46b067;
}

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



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

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


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

#banner-left  {
                float: left;
                color: #;                             /* 文字色*/
                width: 220px;                            /* ２段目左の幅*/
                background-image: url("");               /* 背景画像を表示する場合は記入*/
	　　　　background-repeat : no-repeat ;
                padding-top: 20px;                        /* 文字等の位置・上から*/
                padding-left: 35px;                       /* 文字等の位置・左から*/

}

#banner-left a {
                color: #46b067;                            /* リンクの文字色*/
}



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

#banner-right  {
                float: right;
                color:#fff ;                                /* 文字色*/
                width: 420px;                               /* 右の幅*/
                height: 32px;
                margin-top: 28px;                        /* 文字等の位置・上から*/
                margin-right: 5px;                        /* 文字等の位置・上から*/
                text-align: left;
                background-image: url("./img/info.gif");       /* 背景画像を表示する場合は記入*/
	       background-repeat : no-repeat ;
                padding-top:2px;
}



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

#banner-right1  {
                float: left;
                color:#fff ;                                /* 文字色*/
                font-size: 12px;
                line-height: 30px;
                width: 240px;                               /* ２段目右の幅*/
                height: 30px;
                padding-left: 10px;                       /* 文字等の位置・左から*/

}


#banner-right1 a {
                color: #fff;                                /* リンクの文字色*/
}


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

#banner-right2  {
                float: right;
                color:#fff ;                                /* 文字色*/
                font-size: 12px;
                text-align: left;
                line-height: 30px;
                width: 145px;                               /* ２段目右の幅*/
                height: 30px;
                padding-left: 2px;                       /* 文字等の位置・左から*/
}


#banner-right2 a {
                color: #fff;                                /* リンクの文字色*/
}





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


#menu {
                clear: both;
                margin-bottom: 10px;　
}


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


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

#menu ul li {
                float: left;
                background-color: #fff;                /* 背景色 */
                width: 190px;                          /* 幅 */
                height: 60px;                         /* 高さ */
                color: #46b067;                        /* メニューの文字色*/
                font-weight: bold;
                font-size: 13px;
                text-align: center;
　　　
}

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

/* メニュー一番左の箱 */

#menubox01 {
                display: block;
	       background-image : url(./img/m01a.gif) ; 
	       background-repeat : no-repeat ;
                letter-spacing: 2px;
                line-height: 60px;
                text-decoration: none;
}

#menubox01 a,
#menubox01 a:link,
#menubox01 a:visited {
                display: block;
                color: #46b067;
	       background-image : url(./img/m01a.gif) ; 
	       background-repeat : no-repeat ;
                letter-spacing: 2px;
                line-height: 60px;
                text-decoration: none;
}

#menubox01 a:hover,
#menubox01 a:active a {
                display: block;
                color: #ff0000;                   
                text-decoration: underline;
                letter-spacing: 2px;
	       background-image : url(./img/m01b.gif) ; 
	       background-repeat : no-repeat ;
                line-height: 60px;
}


/* メニュー左から2番目の箱 */

#menubox02 {
                display: block;
	       background-image : url(./img/m02a.gif) ; 
	       background-repeat : no-repeat ;
                letter-spacing: 2px;
                line-height: 60px;
                text-decoration: none;
}

#menubox02 a,
#menubox02 a:link,
#menubox02 a:visited {
                display: block;
                color: #46b067;
	       background-image : url(./img/m02a.gif) ; 
	       background-repeat : no-repeat ;
                letter-spacing: 2px;
                line-height: 60px;
                text-decoration: none;
}

#menubox02 a:hover,
#menubox02 a:active a {
                display: block;
                color: #ff0000;                       
                text-decoration: underline;
                letter-spacing: 2px;
	       background-image : url(./img/m02b.gif) ; 
	       background-repeat : no-repeat ;
                line-height: 60px;
}


/* メニュー左から３番目の箱 */

#menubox03 {
                display: block;
	       background-image : url(./img/m03a.gif) ; 
	       background-repeat : no-repeat ;
                letter-spacing: 2px;
                line-height: 60px;
                text-decoration: none;
}

#menubox03 a,
#menubox03 a:link,
#menubox03 a:visited {
                display: block;
                color: #46b067;
	       background-image : url(./img/m03a.gif) ; 
	       background-repeat : no-repeat ;
                letter-spacing: 2px;
                line-height: 60px;
                text-decoration: none;
}

#menubox03 a:hover,
#menubox03 a:active a {
                display: block;
                color: #ff0000;                      
                text-decoration: underline;
                letter-spacing: 2px;
	       background-image : url(./img/m03b.gif) ; 
	       background-repeat : no-repeat ;
                line-height: 60px;
}


/* メニュー左から４番目の箱 */

#menubox04 {
                display: block;
	       background-image : url(./img/m04a.gif) ; 
	       background-repeat : no-repeat ;
                letter-spacing: 2px;
                line-height: 60px;
                text-decoration: none;
}

#menubox04 a,
#menubox04 a:link,
#menubox04 a:visited {
                display: block;
                color: #46b067;
	       background-image : url(./img/m04a.gif) ; 
	       background-repeat : no-repeat ;
                letter-spacing: 2px;
                line-height: 60px;
                text-decoration: none;
}

#menubox04 a:hover,
#menubox04 a:active a {
                display: block;
                color: #ff0000;                        
                text-decoration: underline;
                letter-spacing: 2px;
	       background-image : url(./img/m04b.gif) ; 
	       background-repeat : no-repeat ;
                line-height: 60px;
}








/* 左サイドバー */

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



/* 左サイドバー（トップ以外） */

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



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

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


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

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


/* フッター１段目 */

#footer1 {
                clear: both;
                color:#444;                           /* フッターの文字色*/
                text-align: center;                      /* フッターの文字位置*/
                background: #fff;                        /* フッターの背景色*/
                font-size: 12px;
                padding: 3px;
                border-top: 2px solid #999; 
}

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


/* フッター２段目 */

#footer2 {
                clear: both;
                color:#46b067;                           /* フッターの文字色*/
                text-align: center;                      /* フッターの文字位置*/
                background: #d5eddd;                        /* フッターの背景色*/
                font-size: 12px;
                padding: 3px;
                border-top: 2px solid #4a70ae; 
}

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







/* 記事まわり */

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




/* 記事タイトル */

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






/* 記事本文 */

.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:1px;
                margin-bottom: 5px;

}


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

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



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

.kiji-title02 {
                color: ;　　
}



.blogbody2 {

                border-bottom: 1px solid #ccc;
                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;
}




/* サイドバー */


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

.side {
                color:#000;
                background-color: #;
                font-size: 12px;
                font-weight:normal;
}

.side-img {
                background-image: url("./img/submain.jpg");
	       background-repeat : no-repeat ;
                height:500px;
}