/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #0000FF; text-decoration: underline; }
a:hover { color: #FF9900; }


/* リンク色（ヘッダー） */

#banner h1 a { color: #FFF; text-decoration: none; }
#banner h1 a:hover { color: #FFF; text-decoration: none; }

/* リンク色（サイドメニュー） */

.module-content a { color: #669900; }
.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;
}


b {    font-size: 14px; color: #666666; text-decoration: none; }

/* ページレイアウト */

body
{
   min-width: 730px;
   background:#fff url("img/back_blue.jpg");
   background-attachment:fixed;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #666;
   line-height: 1.5;
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 730px;
   border-left: 2px solid #DBDBDB;
   border-right: 2px solid #DBDBDB;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
}


/* ヘッダー（レイアウト） */

#banner
{
   position: relative;
   width: 730px; /* necessary for ie win */
   height: 144px;
   background: url(img/header.jpg) left no-repeat;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
   margin: 0;
   color: #FFF;
   font-size: 24px;
   font-weight: bold;
   position:absolute; top:5px; left:20px;
   font-family: "Arial" , "メイリオ", "ヒラギノ角ゴ8" ,Helvetica;
}

#banner-header a
{
   color: #1C77D4;
}

/* ヘッダー（サイト説明） */

/* メインコンテンツ全体 基本レイアウト*/

.content-nav-bread{
   margin-left:20px;
}

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: url(img/bbg.gif);
}

#pagebody-inner 
{
   position: static;
   width: 730px; 
   padding: 10px 0;
   margin: 0 auto; 
   text-align: left; 
   border-top: 2px solid #CFCECA;
}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   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: 10px;
}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
   width: 200px;
}
#beta-inner { padding: 0 5px; }


/* 記事部分コンテンツ */

.archive-header
{
   position: relative;
   width: auto;
   height: 45px;
   margin: 0;
   padding-left: 55px;
   padding-top: 9px;
   color: #666;
   background: url(img/audit.gif)  no-repeat;
   font-size: 16px;
   font-weight: bold;
}

.img { float: left; margin: 5px 5px 5px 0; }

.entry-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #ccc;
   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 #666;
   color: #999;
}

.gotop { text-align: right;  clear: both;}


/* フッター */

#footer
{
   width: 730px; /* necessary for ie win */
   background: #459FE2;
   height: 30px;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   color: #fff;
   position:absolute; bottom:10px; right:10px;
}

/* サイドメニュー内部 */

.module-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 10px 0 10px 0;
   padding: 2px 0;
   color: #666;
   font-size: 12px;
   font-weight: normal;
   line-height: 16px;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   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;
   color: #999;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}


.module-list-item a
{
   width: 178px; 
   height: 25px;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   text-decoration: none;
   color: #666;
   border-bottom: 1px dotted #ccc;
}

.module-list-item a:hover
{
   background: #66ccff;
   border-bottom: 1px dotted #ccc;
   color: #fff;
}

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}
