@charset "shift_jis";

/* +++++++++++++++++++ CSS information ++++++++++++++++++++++++++++++
File Name  : header.css
Author     : ネタ本
Style Info : ヘッダー設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*↓H1、サイトマップ↓*/
#Header1 {
border-top:5px solid #775624;
background-color:#f0e2ce;
border-bottom:3px solid #f8f8f8;
width:850px
}

#TitleH1Box {
float:left;
text-align:left;
width:630px;
padding-left:10px;
padding-top:7px;
padding-bottom:6px;
}

#TitleH1Box h1 {
color:#421f00;
font-size:13px;
}

#SitemapBox {
text-align:right;
float:right;
width:180px;
font-size:13px;
padding-right:22px;
padding-top:7px;
padding-bottom:6px;
}

#SitemapBox a:link { color: #421f00;text-decoration: underline; }
#SitemapBox a:visited { color: #421f00;text-decoration: underline; }
#SitemapBox a:hover { color: #421f00;text-decoration: underline; }
#SitemapBox a:active { color: #421f00;text-decoration: underline; }




/*↓ロゴ、ページタイトル、ページ解説↓*/
#Header2 {
background-color:#ffffff;
width:850px;
margin-bottom:10px;
}

#LogoBox {
width:370px;
float:left;
text-align:left;
padding-left:0px;
padding-top:15px;
padding-bottom:15px;
}

#SearchBox {
width:400px;
text-align:right;
float:right;
margin-top:52px;
margin-bottom:10px;
margin-right:20px;
font-size:12px;
color:#f4f4f1;
}



/*↓オススメページ↓*/
#Header3 {
text-align:left;
border-top:3px solid #ff9900;
background-color:#f0e2ce;
width:850px;
}
#Header3 ul {
font-size:80%;
text-align:left;
list-style-type:none;
display:block;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
padding-left:2px;
padding-right:0px;
}
#Header3 li {
float:left;
font-weight:bold;
background-image:url(../images/hol.gif);
background-repeat: no-repeat;
}
#Header3 a, #Header3 a:link, #Header3 a:visited {
text-decoration: none;
color: #421f00;
padding:7px 8px 6px 28px;
display:block;
}

#Header3 a:active, #Header3 a:hover {
text-decoration: underline;
}


/*↓ナビゲーションなど↓*/
#Header4 {
width:850px;
}

#Header4 p {
font-size:80%;
font-weight:normal;
text-align:left;
margin-top:8px;
margin-left:32px;
margin-right:auto;
padding:0px 0px 30px 0px;
}

#Header4 a:link { color: #375c1f;text-decoration: none; }
#Header4 a:visited { color: #375c1f;text-decoration: none; }
#Header4 a:hover { color: #375c1f;text-decoration: underline; }
#Header4 a:active { color: #375c1f;text-decoration: underline; }

































