/* 基本レイアウト */

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


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

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


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

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


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

.module-content a { color: #666666; }
.module-content a:hover { color: #ffcc00; }


/* 見出し */

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

h2 {
   font-weight: bold;
   color: #ffffff;
   font-size: 14px;
   padding: 4px 0 4px 15px;
   background: url(img/h2.gif)  no-repeat;
}


h3 {
   font-weight: bold;
   font-size: 14px;
   margin-top: 15px;
   margin-bottom: 8px;
   border: 1px solid #ff9900;
   padding: 5px 0 5px 10px;;
   background: #fff;
   color: #ff9900;
}


h3 a{
   color: #111;
   text-decoration: none;
}

h3 a:hover{
   color: #111;
   text-decoration: none;
}

h4{
font-size: 12px;
margin-top: 25px;
margin-bottom: 5px;
padding: 0 0 0 5px;
border-left: 5px solid #ff9900;
border-bottom: 1px dotted #ccc;
}

h5 {
font-size: 12px;
margin-top: 15px;
margin-bottom: 5px;
padding-left: 3px;
border-bottom: 1px dotted #ccc;
}

h6 {
font-size: 12px;
margin-top: 14px;
margin-bottom: 0px;
}


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

body
{
   min-width: 860px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #444;
   background: url(img/bg.gif) #fff ;
}

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

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


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

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

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


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

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 24px;
   font-weight: bold;
   line-height: 1.5;
   text-indent: -2000px;
}

#logo
{
   margin: 0;
   position:absolute; top:38px; left:20px;
}


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

#banner-search
{
   position:absolute; bottom:20px; right:20px;
   color: #fff;
}


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

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

#pagebody-inner { position: static; width: 100%; text-align: left; }

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

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

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


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

#alpha { 
   margin: 0 10px 10px; 
   width: 640px; 
   font-size: 12px;
   line-height: 18px;
}
#alpha-inner { 
   padding: 1px 10px 10px 10px;
   border: 1px solid #f5deb3;
}


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

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


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

.archive-header
{
   position: relative;
   width: auto;
   height: 40px;
   margin: 10px 0 0 0;
   padding-left: 10px;
   padding-top: 5px;
   color: #ffffff;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}

img { margin: 4px 0 0 0; }

.entry-header
{
   margin-top: 5px;
   padding: 0 0 0 5px;
   color: #111;
   font-size: 14px;
   font-weight: bold;
   border-left: 12px solid #ff9900;
   border-top: 0px;
   border-right: 0px;
   border-bottom: 0px;
}

.entry-header a
{
   color: #444;
   text-decoration: underline;
}

.entry-header a:hover
{
   color: #ffcc00;
   text-decoration: underline;
}

.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }

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

.gotop {
   margin-top: 6px;
   font-size: 12px;
   text-align: right;
   clear: both;
}


.content-nav { background: #ffffff; }
.content-nav-bread
{
   background: #ffffff;
   font-size: 12px;
}


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



/* コメント関連 */



/* フッター */

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

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

.footer-navi
{ 
   background: #fff;
   font-size: 12px;
   text-align: center;
   line-height: 20px;
   clear: both;
}


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

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

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

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

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

.module-list-item a
{
   width: 178px; 
   height: 25px;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   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;
}

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





.center
{
   text-align: center;
}

.imgc
{
   margin: 10px auto 10px 35px;
}

.imgk
{
   margin: 10px 0 15px 0;
}

.red
{
   color: #ff0000;
}

.moji1
{
   font-size: 12px;
   line-height: 16px;
}

.bo1
{
   width: 475px;
   height: 20px;
   font-size: 12px;
   background-color: #cccccc;
   font-weight: bold;
   color: #fff;
}

.mid1
{
   font-size: 14px;
   margin-top: 6px;
   margin-bottom: 12px;
   font-weight: bold;
   border: 1px solid #ff9900;
   border-left: 12px solid #ff9900;
   padding: 3px 0 3px 5px;;
   background: #fff;
}



.kei
{
   border: 1px solid #cccccc;
   padding: 5px;
   margin: 15px;
   font-size: 12px;
}

.comm
{
   border: 1px dotted #cccccc;
   padding: 5px;
   margin: 10px;
   font-size: 12px;
}

.ctn
{
   border: 1px solid #ff0000;
   padding: 5px 5px 0 5px;
   margin: 10px 15px;
   font-size: 12px;
}

.ctnh
{
   font-weight: bold;
   color: #ff0000;
}

.kekka
{
   border-left: 3px solid #ff9900;
   padding: 0 5px 10px 5px;
   margin: 5px 10px 10px 30px;
   font-size: 12px;
}

.none
{
   text-decoration: none;
   color: #444;
   font-size: 14px; 
   font-weight: bold;
}

.sub
{
   position:absolute; top:5px; left:20px;
   text-decoration: none;
   color: #fff;
   font-size: 12px; 
   font-weight: bold;
}

.m1
{
   padding: 0;
   margin: 0;
   text-decoration: none;
   color: #444;
   font-size: 12px; 
   font-weight: bold;
   background: #fff;
}

#footertop
{
   clear: both;
   width: 860px; /* necessary for ie win */
   background: #fff;
   position: relative;
}

#footertop-inner
{
   font-size: 12px;
   text-align: center;
   color: #444;
   line-height: 16px;
   border: 1px solid #f5deb3;
   padding: 10px 10px 10px 10px;
   margin: 0px 10px 10px 10px;
}

.table1 {
       border: 1px solid #666;
       font-size: 12px;
       margin-top: 5px;
       margin-left: 0px;
       padding: 0px;
       width: 480px;
       color: #444;
       line-height:150%;
       border-collapse: collapse;
}

.td1 {
       background: #EEE;
       border: 1px solid #666;
       padding: 2px;
       margin: 0px;
       text-align: center;
       height: 26px;
}

.td2 {
       text-align: center;
       border: 1px solid #666;
       padding: 2px 4px;
       margin: 0px;
       height: 26px;
}

.td3 {
       text-align: right;
       border: 1px solid #666;
       padding: 2px;
       margin: 0px;
       height: 26px;
}

.td4 {
       text-align: left;
       border: 1px solid #666;
       padding: 2px;
       margin: 0px;
       height: 26px;
}

.mokuji {
      font-size: 12px;
      border-bottom: 1px solid #bbbbbb;
      padding-left: 0 0 2px 2px;
}

#footerlink
{
   clear: both;
   width: 860px; /* necessary for ie win */
   background: #fff;
   position: relative;
}

#footerlink-inner
{
   font-size: 12px;
   text-align: left;
   color: #444;
   line-height: 16px;
   border: 1px solid #f5deb3;
   margin: 0px 10px 10px 10px;
   padding-left: 10px;
}

.map1
{
   border: 1px solid #ccc;
   font-weight: bold;
   padding-left:15px;
   color: #aaa;
   clear: both;
}

.map1 a
{
   color: #aaa;
}

.map1 a:hover
{
   color: #ff9900;
}

.bbooxx
{
   margin: 0;
   padding: 0;
}

.boox-left
{
   float: left;
   margin: 0 0 10px 5px;
   padding: 0;
   border-right: 1px dotted #dddddd;
   width: 235px;
}

.boox-right
{
   float: right;
   margin: 0 0 10px 5px;
   padding: 0;
   width: 235px;
}

.boox-left1
{
   float: left;
   margin: 0 0 10px 5px;
   padding: 0;
   border-right: 1px dotted #dddddd;
   width: 198px;
}

.boox-right1
{
   float: right;
   margin: 0;
   padding: 0;
   width: 410px;
}

.boox-left2
{
   float: left;
   margin: 0 0 10px 5px;
   padding: 0;
   border-right: 1px dotted #dddddd;
   width: 198px;
}

.boox-right2
{
   float: right;
   margin: 0 0 10px 5px;
   padding: 0;
   width: 198px;
}

.index1
{
   margin: 0;
   background: #bbb;
   font-weight: bold;
   padding: 2px 3px;
   color: #ffffff;
}

.ftimg
{
   margin-bottom: 3px; 
}

.afvt {
   width: 470px;
   margin: 20px 60px 20px 70px;
}

.afvt-inner {
   border: 1px solid #dddddd;
   background: #eeeeee;
   margin: 10px 0 40px 0;
   padding: 0 15px;
}

.mform {
   background: url(img/vote.gif)  no-repeat;
   padding-left: 8px;
   padding-top: 15px;
   height: 255px;
   margin-left: 5px;
}

.topad1 {
   text-align: center;
   margin: 10px 0px 20px 0px;
}

.mook {
  font-size:10px;
  border: 1px dotted #dddddd;
  padding: 4px;
  margin: 5px;
}
