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

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

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

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

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


/* ページレイアウト */
body
{
 min-width: 750px;
 margin: 0;
 padding: 0;
 font-size: 0.8em;
 text-align: center;
 color: #333;
 background: none;
 line-height: 1.5;
}

#container
{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 740px;
 background: url(img/top.jpg) no-repeat;
}

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


/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 740px;
 height: 120px;
 margin: 0 auto;
 background: none;
}

#banner div
{
 position: relative;
 display: block;
 width: 740px;
 height: 120px;
 margin: 0 auto;
 background: none;
}

/* ヘッダー（サイトタイトル） */
#banner h1
{
 width: 600px;
 margin: 0;
 color: #fff;
 font-size: 1.0em;
 font-weight: normal;
 line-height: 1.25;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 position:absolute; top:45px; right:15px;
 text-align: right;
 letter-spacing: 0.2em;
}


/* ヘッダー（検索ボックス） */
#banner-search
{
 position:absolute; top: 98px; right:25px;
 color: #333;
 text-align: left;
}


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


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 720px;
 margin: 70px auto 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: 500px; 
 margin: 10px 5px;
 text-align: left;
 }

#side /* サイドメニュー */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 margin: 10px 0 0 5px;
 padding:0 0px;
 width: 200px;
 text-align: left;
 color: #999;
}
#side .sideinner{
 background:none;
 padding:0px;
}
#s-main /* 検索結果記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 510px;
 _width: 490px;
 margin: 10px;
 text-align: left;
 }

/* 記事部分見出し */
.header1entry
{
 position: relative;
 margin: 0px 0 0 0;
 padding:0;
 line-height:50px;
 text-indent:65px;
 clear: both;
 color:#610303;
 background:url(img/entrybg.gif) no-repeat left;
}

.header1top
{
 position: relative;
 width:500px;
 height:80px;
 margin: 10px 0 0 0;
 padding:0;
 clear: both;
 text-indent:-5000px;
 background:url(img/header1bg.gif) no-repeat;
}

.header1
{
 position: relative;
 width:500px;
 height:80px;
 margin: 0px 0 0 0;
 padding:0;
 color:#fff;
 text-indent:20px;
 line-height:60px;
 clear: both;
 background:url(img/headerbg.gif) no-repeat;
}


.header2
{
 position: relative;
 width:500px;
 height:36px;
 margin: 0px 0 0 0;
 padding:0;
 color:#fff;
 text-indent:20px;
 line-height:36px;
 clear: both;
 background:url(img/header2bg.gif) no-repeat;
}


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

.entry
{
 line-height: 1.5;
 margin: 20px 0 20px 0;
 padding: 0 0 20px 0;
 clear:both;
 border-bottom: 1px dotted #ccc;
}
.entry p{
 padding:0 20px;
}

.more
{
 text-align: right;
 }



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

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

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

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

.gotop 
{
 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
{
 position: relative;
 margin: 0 auto;
 width: 740px;
 height: 100px;
 text-align: left;
 padding: 0;
 clear: both;
 color: #999;
 background: url(img/footer.gif) no-repeat bottom;
}

#footer p
{
 padding-top: 40px;
 margin: 0;
 font-size: 0.8em;
 text-align: center;
}

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

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

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


/* サイドメニュー内部 */
.side-header
{
 position: relative;
 width: auto;
 margin: 0 0 0px 0;
 color: #666;
 background: url(img/side-headerbg.gif) no-repeat;
 font-size: 12px;
 font-weight: bold;
 line-height: 45px;
 text-align: center;
 text-indent:-5000px;
}

#side p 
{
 padding: 0 5px;
}

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

#side li a
{
 width: 178px; 
 background-color: none;
 text-indent: 5px;
 display: block;
 font-size: 12px;
 line-height: 1.25;
 margin: 2px 0;
 padding: 10px 0;
 border: 1px solid #dcdcdc;
 text-decoration: none;
 color: #666;
}

#side li.cost{
 width: 178px;
 height:40px;
 background:url(img/seisakuplan.gif) no-repeat;
 display: block;
 margin: 2px 0;
 text-indent:-5000px;
}
#side li.yosakoiongaku{
 width: 178px;
 height:40px;
 background:url(img/ongakukate.gif) no-repeat;
 display: block;
 margin: 2px 0;
 text-indent:-5000px;
}
#side li.profile{
 width: 178px; 
 height:40px;
 background:url(img/asakate.gif) no-repeat;
 display: block;
 margin: 2px 0;
 text-indent:-5000px;
}


#side dl
{
 padding: 5px;
}

#side dt
{
 font-size: 12px;
 line-height: 1.5;
}

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

.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;
}
#globalnavi{
  position:absolute;
  top:133px;
  left:10px;
}

#globalnavi ul{
  list-style-type:none;
  padding:0;
  margin:0;

}
#globalnavi li{
   width:180px;
   float:left;
   line-height:50px;
   text-align:center;
}
#globalnavi li a{ text-indent:-5000px;}
#blobalnavi li a:hover{
   filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

#globalnavi li#top a{
   width:180px;
   float:left;
   line-height:50px;
   text-align:center;
   background:url(img/home.gif) no-repeat;
}
#globalnavi li#top a:hover{
   background:url(img/homeh.gif) no-repeat;
}

#globalnavi li#yosakoiongaku a{
   width:180px;
   float:left;
   text-align:center;
   line-height:50px;
   background:url(img/yosakoiongaku.gif) no-repeat;
}
#globalnavi li#yosakoiongaku a:hover{
   background:url(img/yosakoiongakuh.gif) no-repeat;
}

#globalnavi li#cost a{
   width:180px;
   float:left;
   text-align:center;
   line-height:50px;
   background:url(img/cost.gif) no-repeat;
}
#globalnavi li#cost a:hover{
   background:url(img/costh.gif) no-repeat;
}

#globalnavi li#profile a{
   width:180px;
   float:left;
   text-align:center;
   line-height:50px;
   background:url(img/profile.gif) no-repeat;
}
#globalnavi li#profile a:hover{
   width:180px;
   float:left;
   text-align:center;
   line-height:50px;
   background:url(img/profileh.gif) no-repeat;
}


#otoiawase a{
   width:200px;
   height:156px;
   display:block;
   margin:0 0 5px 0;
   text-indent:-5000px;
   background:url(img/goirai.gif) no-repeat;
}
#otoiawase a:hover{
   background:url(img/goiraih.gif) no-repeat;
}

#sinobi{ display:none; }

table#mailformtable {
    width: 480px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
}

table#mailformtable th {
    padding: 10px 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: right;
}
table#mailformtable td {
    width:340px;
    padding: 10px 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/*文字装飾*/
.slver{
     color:#9d9d9d;
}

.bookmark{
     margin:20px 0 0 0;
}

/*回り込み*/
.imgleft{
 float:left;
 margin:0 10px 10px 0;
}
.imgright{
 float:right;
 margin:0 0 10px 10px;
}

.box{
 border:1px solid #d14647;
 background:#fce1e2;
 margin:10px 20px;
 padding:10px 0 0 0;
}

.right{
 text-align:right;
}
