/* 基本レイアウト */

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 a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }


/* リンク色（サイドメニュー） */

.module-content a { color: #666; }
.module-content a:hover { color: #ff9900; }





/* 見出し */

h1, h2, h3, h4, h5, h6 {
 font-weight: bold;
 font-size: 12px;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* ページレイアウト */

body
{
   min-width: 730px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 14px;
   text-align: center;
   color: #666666;
   background: #ccccbd;
   line-height: 1.5;
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 730px;
}

#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: 730px; /* necessary for ie win */
   height: 98px;
}

#banner-inner
{
   position: static;
   width: 730px;
   height: 79px;
   background: url(img/top.gif)  no-repeat;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
   margin: 0;
   color: #ffffff;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:25px; left:20px;
}

/* ヘッダー（検索ボックス） */

#banner-search
{
   position:absolute; top:61px; left:20px;
   color: #fff;
   font-size: 10px;
}


#rss
{
   position:absolute; top:82px; right:10px;
   color: #000;
   font-size: 12px;
}

.navi
{
   position:absolute; top:80px; left:15px;
   color: #000;
   font-size: 11px;
}

/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: auto;
   _width: 100%;
   text-align: center;
}

#pagebody-inner 
{
   position: static;
   width: 730px; 
   padding: 10px 0;
   margin: 0 auto; 
   text-align: left; 
}




#alpha
{
   display: inline; /* ie win bugfix */
   float: right;
   position: relative;
   min-height: 1px;
}


#alpha-inner
{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
   margin: 0 10px 10px; 
   width: 710px; 
}
#alpha-inner { 
   width: auto; 
   padding: 10px;
   background: #fff ;
}

.bun{
 width: 550px;
 background-color: #CCCCCC;
 margin: 10px auto;
 color: #333333;
 border: 1px solid #333333;
 background-image: url(img/bg.gif);
 background-repeat: repeat;
}

.bun2{
 width: 600px;
 background-color: #CCCCCC;
 margin: 20px auto;
 color: #333333;
 border: 1px solid #333333;
 background-image: url(img/bg.gif);
 background-repeat: repeat;
}

/* gabaカスタマイズ */

#top_list {
 background-color: #EAECE9;
 float: left;
 margin-left: 18px;
 margin-bottom: 5px;
 border: 1px solid #D7DAD6;
 width: 600px;
 padding: 15px;
}

ul{
 list-style-type: none;
 margin: 0;
 padding: 0;
}

ul li{
 float: left;
 width: 290px;
 display: block;
 margin-bottom: 7px;
 margin-right: 10px;
 background-image: url(img/top_li.gif);
 background-repeat: no-repeat;
 background-color: #F3F4F2;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #DFE3DD;
}

li a {
 color: #485149;
 padding-left: 10px;
 font-size: 10px;
}


.text{
 margin: 25px 40px;
}

dt{
 font-size: 10px;
 color: #333333;
 border-bottom: solid 1px #333333;
}

dd{
 font-size: 10px;
 color: #5F6B60;
 margin-left: 5px;
 margin-bottom: 12px;
}



/* フッター */

#footer
{
   width: 730px; /* necessary for ie win */
   height: 50px;
   background: url(img/footer.gif)  bottom no-repeat;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #fff;
   line-height: 50px;
}

.footer-navi
{ 
   padding: 0 15px;
   font-size: 10px;
   text-align: center;
   line-height: 15px;
   clear: both;
   color: #999;
}

.footer-navi a
{ 
   color: #999;
}


/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}





