/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a image { border: 0; }

img{border:0;}
/* 見出し */

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;
}


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

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }


/* リンク色（サイトタイトル） */

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



/* 表示補助 */

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


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

body {
    min-width: 750px;
    text-align: center; /* center on ie */
    font-family: Tahoma,'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 0.8em;
    color: #666;
    background: url(image/bg.gif);
    line-height: 1.5;
}

#container
{
    position: relative;
    width: 750px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}


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

#banner {
    position: relative;
    margin: 0px;
    width: 750px; /* necessary for ie win */
    height: 80px;
    background: url(image/top.gif) center no-repeat ;
}

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

#banner h1
{
    margin: 0;
    color: #000;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:12px; left:12px;
}

#banner p
{
    margin: 0;
    color: #2B60FF;
    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: #ffffff;
}


/* ヘッダーその他（変更不要） */

#banner-description
{
    display: none;
}


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

#pagebody
{
    position: relative;
    width: 100%;
    text-align: center;
    background: url(image/bgg.gif) bottom left no-repeat ;
}

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

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

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

#alpha {
    width: 548px; 
}

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

#beta {
    width: 200px;
}

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

/* 記事部分レイアウト */


/* 記事部分見出し */

.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width:atuo;
    height: 36px;

    background: url(image/h.gif) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}

.archive-header2 {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
    height: 36px;
    width: auto;
    background: url(image/bh.gif) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #666666;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}

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

.entry
{
    line-height: 1.9;
    margin: 10px;
}

.both {clear: both;}

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

.archive-header a,
.entry-header a { text-decoration: none; }

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

.content-nav
{
    background: #ffffff;
    margin: 5px 0;
    text-align: center;
    text-align: left;
}

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

.image
{
    float: left;
    margin-right: 5px;
    text-align: center;
}

.entry h2
{
    font-size: 12px;
    font-weight: normal;
}

/* フッター */

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

.footer-navi
{
    text-align: center;
    font-size: 0.8em;
    clear: both;
}


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

.module-header {
    width: 191px;
    height: 36px
    color: #fff;
    background: url(image/ah.gif) ;
    line-height: 36px;
    margin-top: 5px;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    display: block; 
}

.module-content {
    position: relative;
    margin: 0;
    padding: 0;
}
.module-content p {
    padding: 0 px;
}
ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}
li a
{
    width: 190px; 
    background: url(image/li.gif) ;
    text-indent: 5px;
    display: block;
    font-size:85%;
    line-height: 31px;
    margin: 0;
    padding: 0;
    letter-spacing: 0em;
    text-decoration: none;
    color: #000000;
}

li
{
    color: #000000;
}

li a:hover
{
    background: url(image/lih.gif) ;
    color: #ff6600;
}
dl
{
   margin: 0;
   padding: 0;
}
.center
{
    text-align: center;
}

.pickup1
{
   width: 45%; 
   height:540px;
   max-height:550px;
   margin: 10px 5px 10px 5px;
   padding: 5px;
   color: #666;
   line-height: 1.5;
   float: left;
   border-right: 1px dotted #999;
   border-bottom: 1px dotted #999;
}

.content
{
   background-color: #f5f5f5;
   padding: 5px;
}

.box
{
   margin: 10px;
   border: 1px dotted #999;
   background-color: #FFEAEA;
   padding: 10px;
   clear: both;
}
.listlabel
{
    width: 190px;
    height: 36px
    color: #fff;
    background: url(image/ah.gif) ;
    line-height: 36px;
    margin-top: 0px;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    display: block; 
}

.listlabel a:hover
{
    background:url(image/ah_1.gif);
}

.block-left
{
   width: 45%; 
   height: 180px;
   margin: 5px 5px 5px 5px;
   padding: 5px 0px 5px 5px;;
   line-height: 1.5;
   float: left;
   border-left: 1px solid #c0c0c0;
   border-top: 1px solid #c0c0c0;
}

.block-left a 
{
   text-indent: 0px;
   text-decoration: none;
 }


.blockimg1
{
    text-indent: -5000px;
    width: 106px;
    height: 106px;
    margin: 10px 0px 0px 5px;
    padding: 0px;
    float: right;
    background: url(image/byouki.jpg) ;
}

.blockimg3
{
    text-indent: -5000px;
    width: 106px;
    height: 106px;
    margin: 10px 0px 0px 5px;
    padding: 0px;
    float: right;
    background: url(image/0-3.jpg) ;
}

.blockimg4
{
    text-indent: -5000px;
    width: 106px;
    height: 106px;
    margin: 10px 0px 15px 5px;
    padding: 0px;
    float: right;
    background: url(image/4-6.jpg) ;
}

.blockimg7
{
    text-indent: -5000px;
    width: 106px;
    height: 106px;
    margin: 10px 0px 15px 5px;
    padding: 0px;
    float: right;
    background: url(image/7-9.jpg) ;
}

.blockimg10
{
    text-indent: -5000px;
    width: 106px;
    height: 106px;
    margin: 10px 0px 15px 5px;
    padding: 0px;
    float: right;
    background: url(image/10-1.jpg) ;
}

.blockimg1s
{
    text-indent: -5000px;
    width: 106px;
    height: 106px;
    margin: 10px 0px 15px 5px;
    padding: 0px;
    float: right;
    background: url(image/1-16.jpg) ;
}

.blockh
{
    text-indent:15px;
    margin: 0px;
    padding: 0px;
    background: url(image/eh_2.gif);
    font-size: 120%;
    font-weight: bold;
}

.ank
{
   clear: right;
}

.headernavi
{
    text-size:100%;
    text-weight:bold;
}

.headernavi a
{
    color: #fff;
    text-decoration: none;
    text-size:100%
    font-weight: bold;
    display:block;
    background:url(image/navih.gif);
    width:184px;
    height:38px;
    padding:18px 0px 0px 0px;
    margin:0 0 0 0;
    float:left;
    
    
}
.headernavi a:hover{
    background:url(image/navih1.gif);
}

.hn
{
    width:560;
    height:56;
    margin:0 0 0 6px;
    padding:0 0 0 0;
}
.line{
background-color:#FF0000;

}
.org {color:#FFBF00; font-weight: bold }
.blue1{color:#0040FF; font-weight: bold; font-size: 13px}
.blue  {color: #0040FF; font-weight: normal }
.red1 {color:#FF2B2B; font-weight: bold }
.red  {color: #FF2B2B; font-weight: normal }


.entry-a li
{
     float:left;
     margin:5px 20px 1px 20px;
}





.intable table{
       border-collapse: collapse;
       border-spacing:0;
       border: 1px solid #BA9;
       width:295px;
       max-width:98%;
       font-size: 95%;
       font-family: Tahoma,'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
 
}
#dftable table{
       border-collapse: collapse;
       border-spacing:0;
       border: 1px solid #BA9;
       width:100%;
       max-width:98%;
       font-size: 95%;
       font-family: Tahoma,'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
 
}
.intable caption{
       padding: 0 .4em .4em;
       text-align: left;
       font-size: 110%;
       font-weight: bold;
       text-transform: uppercase;
       color: #453827;
       background: transparent;
}	
tr{ }
.intable td, th{
       border: 1px solid #BBAA99;
       padding: .3em;
       font-size: 0.9em;
       color: #666;
}
.intable thead th, tfoot th, tfoot td {
       border: 1px solid #BA9;
       text-align: left;
       font-weight: bold;
       font-size: 95%;
       background: #BA9 url("thbg.gif") repeat-x top left;
       color: #FFF;
}
.intable tbody th{
       vertical-align: top;
       text-align: left;
}
.intable thead th{
       vertical-align: top;
       text-align: center;
}

.intable tbody td {
       text-align: center;
}
#dftable tbody td {
       text-align:left;
}

.intable tbody tr:hover td, 
tbody tr:focus td,
tbody tr:hover th,
tbody tr:focus th{
	background:#cacaca;
	color: #000;
}

.intable tr.odd{
        background: url("shim.gif")  repeat-x top left;
}