/* 基本レイアウト */

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


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

a { color: #0033ff; text-decoration: underline; }
a:hover { color: #ff0000; }


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

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

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

.module-content a { color: #336600; }
.module-content a:hover { color: #99cc00; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


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

body
{
   min-width: 750px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 13px;
   text-align: center;
   color: #333;
   background: #fff ;
}

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

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


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

#banner
{
   position: relative;
   width: 750px; /* necessary for ie win */
   height: 200px;
   background: url(img/top.jpg)  no-repeat;
}

#banner-inner
{
   position: static;
   height: 200px;
}

/* ヘッダー（サイトタイトル） */

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


/* ヘッダー（検索ボックス） */

#banner-search
{
   position:absolute; top:80px; left:210px;
   color: #666;
}


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

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

#banner-description
{
   display: none;
}


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

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: url(img/bbg.gif);
}

#pagebody-inner 
{
   position: static;
   width: 730px; 
   margin: 0 auto; 
   text-align: left; 
}

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

#alpha-entry { 
   display: inline; /* ie win bugfix */
   position: relative;
   min-height: 1px; 
}

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

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


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

#alpha { 
   margin: 0 10px 10px; 
   width: 510px; 
}

#alpha-inner { 
   padding: 15px;
   border: 1px solid #a39477;
   background: #fff;
}
#alpha-inner a { 
   margin:0 0.6em 0 0;
   line-height:1.3em;
}
#alpha-entry { 
   margin: 0 auto; 
   width: 728px;
}
#alpha-entry-inner { 
   padding: 5px 0 10px 5px;
   border: 1px solid #a39477;   
   background: #fff;
}
#alpha-entry-inner a { 
   margin:0 0.6em 0 0;
   line-height:1.3em;
}

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

#beta {
   width: 200px;
}
#beta-inner { padding: 0 5px; }


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

.body-description{ font-size: 9px; }
.archive-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 38px;
   padding-top: 5px;
   color: #333;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}

.img { float: left; margin: 5px 15px 10px 0; }
.img1 { margin: 0 0 10px 0; }
.ads{ margin: 10px 0 0 0; }
.ads1{ margin: 10px 0 10px 0; font-size: 13px; font-weight: bold; }
.ads1 a { color: #0000ff; text-decoration: underline; }
.ads1 a:hover { color: #ff0000; }
.ads3{ margin: 15px 0 10px 0; }
.tokushu{ margin: 0 0 20px 0; font-size: 14px; font-weight: bold; }
.tokushu a{ color: #0000ff; text-decoration: underline; }
.tokushu a :hover{ color: #ff0000; }

.rank{ margin: 10px 10px 5px 5px; }

.entry-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 12px;
   font-weight: bold;
}

.entry-content { position: static; clear: both; }
.entry-content1 { position: static; clear: both;
                        border: 1px solid #a39477;
                        margin-top: 10px;
                        padding: 5px 0 10px 5px;  
                        width: 720px;
 }
.entry-body { font-size: 14px;
                 color: #333;
                 line-height: 1.5;
}
.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; text-align: right; }


/* トラックバック関連 */

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #669900;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}


/* コメント関連 */

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}
#comment-bake-cookie { margin-left: 0;　vertical-align: middle; }
#comment-post { font-weight: bold; }
.comments-header,.comments-open-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}
.comment-content,
.comment-footer,
.comments-open-footer { margin: 10px 0; }
.comments-open-content,
.comments-closed { clear: both; margin: 5px 10px; }
.comments-open label { display: block; }


/* フッター */

#footer
{
   width: 750px; /* necessary for ie win */
   height: 80px;
   background: url(img/footer.jpg)  no-repeat;
   position: relative;
}

#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;
}
.footer-navi h4{
   font-size: 12px;
   font-weight: normal;
　 color: #66837d;　　　     
   text-align: center;
   line-height: 20px;
   clear: both; 
}

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

.module-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #fff;
   background: #a39477;
   font-size: 12px;
   font-weight: nomal;
   line-height: 16px;
   text-transform: uppercase;
   text-align: center;
}

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

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

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

.module-list-item a
{
   width: 178px; 
   
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 22px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   text-decoration: none;
   color: #666;
}

.module-list-item a:hover
{
   background: #cbc3b3;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   color: #fff;
}

/* 表示補助 */
.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:15px; right:15px;
   text-align: left;
   color: #fff;
}

/*
装飾用文字色
-------------------------------------------------------------------*/


/*色を指定します*/
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.ore { color: #ffa500}

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big { font-size: 18px; }
.big1 { font-size: 24px; }
.big2 { font-size: 16px; }
.big18 { font-size: 18px; }
.big24 { font-size: 24px; }
.big16 { font-size: 16px; }


/*文字を装飾します*/
.line { background: #ffff00; }

/* ボックス */
.box
{
    width: 468px;
    border: 1px solid #999;
    background-color: #ffffe0;

    margin-bottom:10px;
    margin-top:10px;
    padding: 5px;
    word-break: break-all;   
    font-size:14px;
    line-height:160%;
}
