/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }
.entry-body a{ color: #666; text-decoration: underline; }
.entry-body a:hover{ color: #666; text-decoration: underline; }

/* リンク色（ヘッダー） */

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }


/* リンク色（サイドメニュー） */

.module-content a { color: #0000ff; }
.module-content a:hover { color: #ff6600; }


/* 見出し */

h1,   { font-weight: normal; }
h2, {font-size:12px;font-weight:bold;}
h3, h4, h5, h6 {font-size:12px;font-weight:lighter;display:inline;}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 5px;
   margin-bottom: 5px;
}
/* 表示補助 */

.pkg {
    position: static;
    display: block;
    clear: both;
    padding: 0px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* ページレイアウト */

body
{
   min-width: 750px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
   text-align: center;
   color: #666;
   background: #000000 ;
   line-height: 1.5;
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 750px;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
}


/* ヘッダー（レイアウト） */


#banner {
    position: relative;
    margin: 0px;
    width: 750px; /* necessary for ie win */
    height: 160px;
    background: url(../img/banner1.jpg) center no-repeat ;
}
#banner-inner
{
   position: static;
   height: 80px;
}


/* ヘッダー（サイトタイトル） */
#banner h1
{
    margin: 0;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:12px; left:12px;
}

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:5px; left:190px;
}

#banner p
{
    margin: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:10px; left:15px;
}
/* ヘッダー（検索ボックス） */

#banner-search
{
    position:absolute; bottom:12px; right:12px;
    color: #fff;
}


/* ヘッダー（サイト説明） */

.banner-des
{
   position:absolute; top:60px; left:20px;
   width: 500px; 
   font-size: 12px;
   font-weight: nomal;
   color: #fff;
}

#banner-description
{
   position:absolute; bottom:10px; right:10px;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
    background: url(../img/bbg.gif) bottom left no-repeat ;
}
#pagebody-inner 
{
   position: static;
   width: 750px; 
   margin: 0 auto; 
   text-align: left; 
}


#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   width: 545px; 
   padding: 0px 0 0 5px;
　
}

#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
    text-align: left;
}

#alpha-inner, #beta-inner
{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */


#alpha-inner { 
   padding: 0px;
   background: #fff;
   padding: 0px 10px 0 5px;

}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
   width: 200px;
}

#beta .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 1px 0 0 1px;
}

/* 記事部分コンテンツ */

.archive-header
{
   position: relative;
   width: auto;
   height: 36px;
   margin: 0;
   padding-left: 25px;
   padding-top: 8px;
   color: #666;
   background: url(../img/h.gif)  no-repeat;
    font-size: 1.2em;
   font-weight: bold;
   text-transform: uppercase;
}

.img { float: left; margin: 5px 5px 5px 0; }
.img2 { float: right; margin: 5px 0px 5px 5; }
.entry-header
{
    margin-top: 10px;
    height: 30px;
    background: url(../img/eh.gif) no-repeat  ;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 1em;
    line-height: 30px;
    font-weight: bold;
    text-indent: 25px;
}

.entry-content { position: static; clear: both; 
    padding: 0 5px 0 0;
}
.entry,
.entry-more { clear: both; }

.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #dae0e6;
   color: #999;
}

.gotop { text-align: right;  clear: both;}


.content-nav { background: #ffffff; }
.content-nav-bread{ background: #ffffff; }




/* フッター */

#footer
{
    position: relative;
    margin: 0px;
    padding: 0;
    width: 750px; 
    height: 45px;
    background: url(../img/footer.jpg) center no-repeat ;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    color: #fff;
    line-height: 45px;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #66837d;
   line-height: 80px;
}

.footer-navi
{ 
   background: url(../img/bbg.gif);
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
}


/* サイドメニュー内部 */

.module-header
{
   position: relative;
   width: auto;
   height: 36px;
   margin: 0 0 0 0;
   padding: 0;
   color: #fff;
   background: url(../img/ah.gif) ;
   font-size: 14px;
   font-weight: bold;
   line-height: 36px;
   text-transform: uppercase;
   text-align: center;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 190px; 
   margin: 0 5px;
   padding: 0;
}

.module-content
{
   position: relative;
   margin: 1px 0;
   padding: 0;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
     width: 190px; 
    background: url(../img/li.gif) ;
    text-indent: 30px;
    display: block;
    font-size: 0.9em;
    line-height: 31px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #666;
}

.module-list-item a:hover
{
  background: url(../img/lih.gif) ;
    color: #ff6600;
}

/* 表示補助 */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

/* 黒板画像部分 */
.entry1
{
   width: 485px; 
   height: 230px;
   position: relative;
   width: 100%;
   text-align: center;
   background: url(../img/bord.jpg) no-repeat;
}
.entry-body1
{
   width: 220px; 
   height: 200px;
   position:absolute; top:5px; right:5px;
   text-align: left;
   color: #fff;
}