
/* 基本レイアウト */

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


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

a { color: #0000cc; text-decoration: underline; }
a:hover { color: #ff9900; }


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

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


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

.module-content a { color: #666; }
.module-content a:hover { color: #ff9900; }


/* 見出し */

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: 740px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: medium;
   text-align: center;
   color: #000;
   line-height: 1.5;
   background: #fff;
}

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

#container-inner
{
   position: static;
   width: auto;
   background: url(img/bbg.gif) ;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

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

#banner
{
   position: relative;
   width: 740px; /* necessary for ie win */
   height: 100px;
}

#banner-inner
{
   position: static;
   width: 740px;
   height: 100px;
   background: url(/img/banner.gif)  no-repeat;
}


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

#banner-header
{
   width: 600px;
   margin: 0;
   font-size: 24px;
   line-height: 1.5;
   position:absolute; top:40px; left:40px;
   font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

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

#banner-search
{
   position:absolute; bottom:7px; left:15px;
   color: #000;
}


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

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

#banner-description
{
   display: none;
}


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

#pagebody
{
   position: relative;
   width: auto; 
   _width: 100%; 
   text-align: center;
}

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

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

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

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


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

#alpha { 
   margin: 0 0 0 0px; 
   width: 500px; 
}

#alpha-inner { 
   width: auto; 
   padding: 10px;
   background: #fff ;
}


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


#beta { 
   width: 230px;
   padding-bottom: 70px;
   background: url(/img/menu_bottom.gif) no-repeat bottom;
}


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

.trackbacks-header,.comments-header,.comments-open-header
{
   position: relative;
   width: auto;
   height: 40px;
   margin: 0;
   padding-left: 45px;
   padding-top: 5px;
   color: #666;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   clear: both;
}

.img { float: left; margin: 5px 5px 5px 0; }

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

.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }
.entry-body { width: 100%; }
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #ccc;
   color: #999;
   clear: both;
}

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



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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #ccc;
   padding: 0 10px;
   color: #999;
   font-size: 11px;
   text-align: center;
}

.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #ccc;
   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; }
.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: 740px; /* necessary for ie win */
   height: 60px;
   background: url(img/footer.gif)  bottom no-repeat;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #000;
   line-height: 60px;
}

.footer-navi
{ 
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
   color: #999;
}

.footer-navi a
{ 
   color: #999;
}

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

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

.module-header {
   color: #a00;
   font-weight: bold;
}

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

.module-list-item {
    line-height: 120%;
    margin: 0px;
    padding: 0px;
    display: block;
    font-size: 14px;
    text-indent: 5px;
   background-color: #fff;
}

.module-list-item a
{
   width: 178px; 
   color: #000;
}


.module-list-item a:hover
{
   background: #cc0000;
   color: #000;
}

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}


.ad {
  margin-left: 50px;
  padding-top: 16px;
  background: url(/img/sponser.jpg) no-repeat;
}

.strong {
  font-weight: bold;
  color: red;
}

p.c {
  padding: 5px;
  color: #000;
  background: #030;
  border:#f00 3px solid; 
}

.entry h3 {
    background: url(/img/ah.gif) no-repeat;
    padding-left: 40px;
    margin-top: 2em;
    height: 40px;
}

div.heading {
    background: url(/img/point.jpg) no-repeat;
    margin: 1em 0 0 0;
    padding: 0 2em 0 40px;
    border: #c00 1px solid;
    font-size:16px;
}

h3.archive-header
{
    background: url(/img/point.jpg) no-repeat;
    margin: 1em 0 0 0;
    padding: 0 2em 0 40px;
    border: #c00 1px solid;
    font-size:16px;
    height: 24px;
}


#entry-0 {
    height: 181px;
    width: 474px; 
    background: url(/img/desc.gif) no-repeat;
}

#entry-0 h2 {
    padding: 20px 0px 0px 55px;
   margin-bottom: 0px;
}

#entry-0 .entry-content {
    padding: 0px 130px 0px 30px;
}

#entry-0  .entry-body {
    font-size: 18px;
    font-weight: bold;
    dlspay: block;
}

#entry-999 .entry-body {
    width: 240px;
    height: 180px;
    float: left;
    background: url(/img/navi.gif) no-repeat;  
}

#entry-999 .entry-header {
    padding-left: 40px;
}

#entry-999 p {
    font-size: 12px;
    padding: 5px 15px 5px 15px;
}

.entry-body p {
    text-indent: 1em;
    margin-bottom: 1em;
}


#beta .module-header {
    width: 226px;
    height: 37px;
    background: url(/img/menu_header.gif) no-repeat;  
   text-align: center;
   padding-top: 8px;
}

#beta li {
    margin-bottom: 5px; 
}

#beta ul {
   margin-bottom: 2em;
}

.categoryentry {
   background: url(/img/entry_header.gif) no-repeat;  
}

.entry h2.archive-header {
   padding: 40px 170px 40px 40px;
   margin-bottom: 100px;
}

.entry-body-c dt {
   margin-top: 1em;
   font-size: smaller;
}

.entry-body-c dd {
   margin-left: 1em;
   font-size: smaller;
}


