/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0 0 0 5px; padding: 0; }
a { text-decoration: underline; }
img { border: 0; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ul, pre, blockquote
{
    margin: 0;
}


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

a { color: black; text-decoration: underline; }
a:hover { color: #ff6600; }


/* リンク色（サイトタイトル） */

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

/* リンク色（gotop） */
.gotop a { color: #fff; text-decoration: none; }
.gotop a:hover { color: #fff; }


/* ベース色（サイド） */

.listlabel
{
    color:#fff; 
    background : url(http://gureturi.net/img/back2.gif);
}


/* 表示補助 */

.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: 780px;
    text-align: center; /* center on ie */
    margin: 0px auto;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.5;
    color: #333;
  background-position : center top;
  background-repeat : repeat-x;
  background-color : #160702;
  background-image : url(http://gureturi.net/img/back8.jpg);}

 p { margin: 10px 0; line-height: 1.5; }


#container
{
    position: relative;
    width: 780px;
    _width: 782px;
    margin: 0 auto;
    background-color : #8b7b61;
    text-align: left;
    padding-top : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
  border-width : 1px;
  border-color : #391e1f;
  border-style : solid;
}

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

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

#banner {
    position: relative;
    margin : 0px auto;
    width: 780px; /* necessary for ie win */
    height : 240px;
  background-repeat : no-repeat;
  background-color : #0e0808;
  background-image : url(http://gureturi.net/img/topbanner.jpg);
  background-position : center top;
}


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

#banner H1
{
    margin-top : 15px;
    margin-right : 0px;
    margin-bottom : 0px;
    margin-left : 25px;
    font-weight : normal;
    bottom:46px; 
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#banner-navi
{
    margin : 0px 20px;margin-bottom : 0px;margin-left : 0px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:50px; right:10px;
}

#banner P
{
    width : 100%;
    margin : 5px 0px 5px;margin-left : 0px;margin-left : 0px;
    padding : 5px 5px;padding-bottom : 5px;padding-left : 20px;
    color : white;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    position:absolute; bottom:0px; 
}


/* ヘッダーその他（変更不要） */

#banner-description { display: none; }

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

#pagebody
{
     position: relative;
     width: 580px;
     text-align: center;
     float: left;
}

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

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

#left
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 200px;
  background-color : #8b7b61;
  background-image : url(http://gureturi.net/img/back10.jpg);
  background-repeat : no-repeat;
  background-position : center bottom;
  padding-bottom : 395px;
}

#left .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px;
}

#right
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 200px;
  background-image : url(http://gureturi.net/img/back9.jpg);
  background-repeat : no-repeat;
  background-position : center top;
  padding-top : 265px;
  background-color : #8b7b61;
}

#right .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px;
}

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


/* 記事部分見出し */

.ads-header {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ad-header {
    font-size: 0.9em;
    margin: 10px 0;
    text-align: left;
    background : url(http://gureturi.net/img/back5.gif) repeat-x;
    font-weight : bold;
    clear: both;
}

.ads {
    margin: 10px 0;
}

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

.entry { line-height: 1.1; margin: 5px 2px 25px; }
.entry2 { line-height: 1.5; margin: 15px 2px; }
.entry p {
    margin: 0 0 25px;
    letter-spacing: 0;
    line-height: 1.1;
}


#bookmarks {margin: 20px 0; }
.both {clear: both;}

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

.bread
{
    margin: 5px 0 5px 20px;
    text-align: left;
}

.gotop 
{ 
    text-align: right;  
    clear: both;  
    font-weight : bold;
    width : 336px;
}

.entry2 img
{
    float: right;
    margin-left: 5px;
}

.ad-header2{
  font-size : 12px;
  font-weight : bold;
  margin : 0px;
  padding-left : 7px;
  border-left-width : 8px;
  border-bottom-width : 1px;
  border-left-style : double;
  border-bottom-style : dotted;
  border-left-color : #391e1f;
  border-bottom-color : #391e1f;
  
}
.entry dt {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.entry dd {
    margin: 0 0 25px;
    letter-spacing: 0;
    line-height: 1.1;
}
/* フッター */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 780px; 
    height: 80px;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    line-height: 60px;
  background-image : url(http://gureturi.net/img/footer-image.jpg);
  background-repeat : no-repeat;
  font-weight : bold;
  color : white;

}

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

.listlabel
{
    width: auto;
    margin: 10px 0 0;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #391e1f;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #391e1f;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #391e1f;
}

.module-content,.module-content2 {
    margin: 0;
    font-size: 12px;
    padding: 10px;
    color:#666;
    line-height: 1.5;
  background-image : url(http://gureturi.net/img/back4.gif);
  background-repeat : repeat-y;
  background-color : white;
  border-left-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #391e1f;
  border-bottom-color : #391e1f;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #391e1f;
}

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

.module-content2 p {
   padding: 0 0 20px;
   margin: 0;
}

ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-content li
{
    display: block;
    font-size: 12px;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.center { text-align: center; }

.module-content dt {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

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


/* コンテンツ内装飾 */

.leftspace{
  margin-right : 5px;
  float : left;
}
.rightspace{
  margin-left : 5px;
  float : right;
}

.link-u{
  text-align : right;
  padding-right : 10px;
}
.pkg-cont{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
}

.cent{
  text-align : center;
  margin : 0px;
  padding : 0px;
}