/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a 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: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }



/* 表示補助 */

.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: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 0.8em;
    color: #000000;
    background: #f5f5f5;
    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(img/top.jpg) center no-repeat ;
}

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

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

#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-description
{
    display: none;
}


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

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

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

#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: 10px 0 0 10px;
}

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


/* 記事部分見出し */

.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    height: 36px;
    w\idth: auto;
    background: url(img/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 */
    p\osition: relative;
    width: 100%;
    height: 36px;
    w\idth: auto;
    background: url(img/bh.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;
}

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

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

.both {clear: both;}

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

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

.img
{
    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(img/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: 190px;
    height: 36px
    color: #fff;
    background: url(img/ah.gif) ;
    line-height: 36px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}

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

li
{
    color: #fff;
}

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

.pickup1
{
   width: 45%; 
   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: #f5f5f5;
   padding: 10px;
   clear: both;
}
.listlabel
{
    width: 190px;
    height: 36px
    color: #fff;
    background: url(img/ah.gif) ;
    line-height: 36px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}