/* 基本レイアウト */
html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

/* リンク色（ページ全体） */
a { color: #FFFFFF; text-decoration: none; }
a:hover { color: #999900; }

/* リンク色（ヘッダー） */
#banner a { color: #FFFFFF; text-decoration: none; }
#banner a:hover { color: #FFFFFF; }

/* リンク色（サイドメニュー） */
#side a { color: #FFFFFF; }
#side a:hover { color: #999900; }

/* 見出し */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }

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



/* ページレイアウト */
body
{
 min-width: 800px;
 margin: 0;
 padding: 0;
 font-size: 0.8em;
 text-align: center;
 color: #FFFFFF;
 background: url(img/back.jpg) repeat-y;
 background-position: center;
 background-attachment: fixed;
 line-height: 1.5;
 letter-spacing:0.1em;
}

#container
{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 800px;
}

#container:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* ヘッダー（レイアウト） */
#banner
{
 position: top;
 margin-left:auto;
 margin-right:auto;
 background: url(img/0.jpg) no-repeat;
}

#banner div
{
 position: relative;
 display: block;
 width: 800px;
 height: 265px;
 margin: 0 auto;
}

/* ヘッダー（サイトタイトル） */
h1
{
 margin:-5px auto;
 font-size:24px;
 color: #FFFFFF;
 font-weight: bold;
 font-family: "Century Gothic", Tahoma, Arial, Verdana, Helvetica,"ＭＳ Ｐゴシック", "Osaka‐等幅", "ヒラギノ角ゴ Pro W3";
 text-align: center;
}

/* ヘッダー（検索ボックス） */
#banner-search
{
 position:absolute; bottom: 2px; right:10px;
 color: #FFFFFF;
 text-align: left;
}


/* ヘッダー（サイト説明） */
#banner-description
{
 display: none;
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 800px;
 margin: 0 auto;
 text-align: left;
}

#pagebody:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* メインコンテンツレイアウト */

#main /* 記事部分 */
{
 display: inline;
 position: relative;
 float: right;
 min-height: 1px;
 width: 565px; 
 margin: 10px;
 text-align: left;
 }

.time {
 font-size:9px;
 color: #FFFFFF;
 text-align: right;
 clear: both;
 padding-right: 10px;
}


#side /* サイドメニュー */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 margin: 10px;
 width: 195px;
 text-align: left;
 color: #FFFFFF;
}

#s-main /* 検索結果記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 510px;
 _width: 490px;
 margin: 10px;
 text-align: left;
 }

/* 記事部分見出し */

.header1
{
 position: relative;
 background-image: url(img/maru.gif);
 background-repeat: no-repeat;
 background-position: left center;
 width: auto;
 _width: 100%;
 margin: 15px 0;
 padding: 5px 0 5px 15px;
 border-bottom: 1px solid #999900;
 line-height: 1.25;
 font-size: 16px;
 color:#999900;
 font-weight: normal;
 font-family: "Century Gothic", Tahoma, Arial, Verdana, Helvetica,"ＭＳ Ｐゴシック", "Osaka‐等幅", "ヒラギノ角ゴ Pro W3";
 text-transform: uppercase;
 clear: both;
 letter-spacing: 0.1em;
}


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

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding: 0 0 5px;
}

.underline {
 width:auto;
 border-bottom: 1px dotted #FFFFFF;
}

.more
{
 font-size:9px;
 text-align: right;
 }

.header2
{
 position: relative;
 background-color:#cccccc;
 color:#999900;
 display: block;
 margin: 10px 2px 10px 0;
 border-left: 5px solid #990000;
 padding: 8px 0 8px 10px;
 font-size: 1.1em;
 font-weight: bold;
 font-family: "Century Gothic", Tahoma, Arial, Verdana, Helvetica,"ＭＳ Ｐゴシック", "Osaka‐等幅", "ヒラギノ角ゴ Pro W3";
 line-height: 1.25;
}

.header1 a, .header2 a 
{
 text-decoration: none;
 }

.entry-footer,
{
 margin: 5px 10px 0 0;
 padding: 5px 0;
 color: #FFFFFF;
 font-size: 10px;
 text-align: right;
}

.bread
{
 font-size:9px;
 background: none;
 margin: 0 10px;
 padding-left: 10px;
 text-align: left;
}

.f-navi
{
 margin: 5px 0;
 text-align: center;
 clear: both;
}

.gotop 
{
 font-size:9px;
 text-align: right;
 clear: both;
 padding: 10px;
}

.img
{
 float: left;
 margin: 0 5px 5px 0;
 text-align: center;
}

.tb-info
{
 text-align: center;
 border: 1px dotted #ccc;
}


/* フッター */
#footer
{
 margin: 0 auto;
 width: 800px;
 text-align: left;
 padding: 0;
 clear: both;
 color: #FFFFFF;
}}


#footer p
{
width:800px;
height:25px;
margin:0;
padding-top:5px;
font-size:10px;
text-align:center;
background-color:#000000;
display:block;
line-height:1.5;
}

#footer a
{
 text-decoration: none;
 color: #FFFFFF;
}

.footer-navi
{
  width: 800px;
 margin: 0 auto;
 padding: 10px 0;
 font-size: 0.8em;
 text-align: center
 line-height: 1.25;
 clear: both;
 border-top: 1px dotted #FFFFFF;

}

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


/* サイドメニュー内部 */
.side-header
{
 position: relative;
 width: auto;
 margin: 0 0 10px 0;
 display:block;
 padding-bottom:5px;
 padding-top:5px;
 color: #FFFFFF;
 background: #000000;
 font-size: 12px;
 line-height: 1.25;
 text-align: center;
}

#side p 
{
 padding: 0 5px;
}

#side ul
{
 margin: 0 0 10px;
 padding: 0;
 list-style: none;
}


#side li a
{
 width: auto; 
 background-color: none;
 text-indent: 5px;
 font-size: 12px;
 line-height: 1.5;
 margin: 2px 0;
 padding: 20px 0 15px 15px;
 text-decoration: none;
 color: #FFFFFF;
 background-image: url(img/mark.gif);
 background-repeat: no-repeat;
 background-position: left center;

}


#side dl
{
 padding: 5px;

}

#side dt
{
 width: auto; 
 background-color: none;
 text-indent: 5px;
 font-size: 12px;
 line-height: 1.5;
 margin-top:-10px;
 padding: 0 0 20px 10px;
 text-decoration: none;
 color: #FFFFFF;
 background-image: url(img/mark.gif);
 background-repeat: no-repeat;
 background-position: left top;
}

/* 物販用おすすめ・ピックアップ部分 */

.pickup
{
 width: auto;
 min-height: 190px;
 _height: 190px;
 margin: 5px 0;
 padding: 5px;
 border: 1px solid #ccc;
 line-height: 1.5;
}

.pickup1
{
 width: 47%;
  min-height: 190px;
 _height: 190px;
 margin: 5px 0;
 padding: 5px;
 line-height: 1.5;
 float: left;
}


/* 関連エントリー */
.p_entry
{
 font-size:9px;
 text-align:center;
}




/* カレンダー */

#calendar {
    margin: 5px 0 10px;;
    color: #FFFFFF;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-align: center;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 130%;
}
.today {
    display: block;
    border: 1px solid #FFFFFF;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #999900;
}

#calendar td a:link,
#calendar td a:visited {
    color: #FFFFCC;
    font-weight: bold;
}
.holiday a:link,
.holiday a:visited {
    color: #FFFFCC;
    font-weight: bold;
}
.saturday a:link,
.saturday a:visited {
    color: #FFFFCC;
    font-weight: bold;
}


span.new {
    display: none;
    color: red;
    font-weight: bold;
}