@charset "utf-8";
/*
Theme Name: FOOD PRESS
*/

/*----------リセット-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    vertical-align: baseline;
  line-height: 150%;
  letter-spacing: 3px;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
img {
    vertical-align:bottom;
    margin: 0;
    padding: 0;
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    overflow-y: scroll;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
input, textarea,{
    margin: 0;
    padding: 0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
    outline:none;
}
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both{
    clear:both;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4 {
  font-size: 130%;
  font-weight: bold;
}
h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
h1 a:hover img{
  opacity: 1;
  filter: alpha(opacity=100);
}
a{
  color:#C81010;
  text-decoration:none;
}
a:hover {
  text-decoration: underline;
}
.alignleft{
  float:left;
  margin:10px 10px 10px 0;
}
.alignright{
  float:right;
  margin:10px 0 10px 10px;
}
/*-------レイアウト-----------------------------------------------------------*/
body{
  background-image:url(image/header.png),url(image/bg.png);
  background-repeat:repeat-x,repeat;
    font-size: 12px;
  color:#262825;
}
#Wrap{
  width:100%;
  margin:0px;
  padding:0px;
}
header,#AllContainer{
  width:910px;
  margin:0 auto;
}
header{
  padding-bottom:29px;
  overflow:hidden;
}
#AllContainer{
  overflow:hidden;
  padding:0px 0px 25px 0;
}
/*-------ヘッダー-----------------------------------------------------------*/
header h1{
  float:right;
  width:75%;
  margin-top:25px;
  text-align:right;
  color:#e1ee0d;
  font-weight:normal;
  font-size:14px;
}
header span{
  margin-top:20px;
  float:left;
}
nav{
  margin-top:18px;
  width:100%;
  float:right;
}
nav ul{
  overflow:hidden;
  float:right;
}
nav ul li{
  width:130px;
  float:left;
  display:block;
  margin-left:5px;
}
nav ul li a{
  display:block;
  color:#fff;
  font-weight:bold;
  line-height:26px;
  padding:5px 0 5px 20px;
  background:url(image/hli.png) no-repeat 2px center;
}
nav ul li a:hover{
  text-decoration:none;
  color:#fff;
  background:url(image/li.png) no-repeat 2px center;
}
/*-------フッター-----------------------------------------------------------*/
footer{
  background:url(image/footer.png) repeat-x;
  padding:25px 0;
}
footer p{
  text-align:center;
  color:#fff;
}
footer p a{
  color:#ffe71c;
}
/*-------サイド・レイアウト-----------------------------------------------------------*/
#ColumnSide{
  width:251px;
  float:left;
}
.Blocks{
  margin-bottom:10px;
  overflow:hidden;
  background:url(imagebg_content.png);
}

.Blocks h2{
  margin-bottom:10px;
}


/*-------サイド（ニュース）-----------------------------------------------------------*/
.Blocks ul{
  padding:0 10px 10px 10px;
}
.Blocks ul li{
  line-height:30px;
}
.Blocks ul li#lastlist{
  border-bottom:none;
}
.Blocks ul li a{
  font-weight:bold;
  background:url(image/new_li.png) no-repeat left center;
  padding-left:27px;
  color:#434343;
  text-decolation:none;
}
.Blocks ul li a:hover{
  background:url(image/new_hli.png) no-repeat left center;
}
/*-------サイド（ニューエントリー）-----------------------------------------------------------*/
.Collect{
  overflow:hidden;
  margin:0 10px 20px 10px;
}
.Collect a{
  display:block;
  overflow:hidden;
}
.Collect a:hover{
  text-decoration:none;
}
.Collect img{
  float:left;
}
.Collect a p{
  float:right;
  width:124px;
  color:#767676;
}
/*-------メインコンテンツ----------------------------------------------------------*/
#ColumnMain{
  width:627px;
  float:right;
  overflow:hidden;
}
#ColumnMain p{
  padding:5px 15px 15px 15px;
}
/*-------内部ページ----------------------------------------------------------*/
#ColumnMain img{
  float:right;
  margin:5px 0 5px 5px;
}
/*-------一覧ページ-----------------------------------------------------------*/
#ColumnMain_archive_page{
  width:627px;
  float:right;
  overflow:hidden;
}
#ColumnMain_archive_page #Inner{
  padding:20px;
  overflow:hidden;
}
#ColumnMain_archive_page .threebox{
  float:left;
  width:170px;
  margin-right:37px;
  margin-bottom:20px;
}
#ColumnMain_archive_page .threeboxes a{
  overflow:hidden;
  display:block;
}
#ColumnMain_archive_page .threebox a:hover{
  text-decoration:none;
}
#ColumnMain_archive_page .lastside{
  margin-right:0px;
}
#ColumnMain_archive_page .threebox p{
  font-size:12px;
  color: #262825;
}
/*-------hタグ（メインコンテンツ）-----------------------------------------------------------*/
#ColumnMain h2,#ColumnMain_archive_page h2{
  background:url(image/h2.png) no-repeat;
  line-height:48px;
  padding-left:23px;
  margin-bottom:15px;
  color:#fff;
}
#ColumnMain h3{
  background:url(image/h3.png) no-repeat;
  line-height:29px;
  color:#000;
  padding-left:25px;
  margin-bottom:10px;
  clear:both;
  font-size:15px;
}
#ColumnMain h4{
  background:url(image/h4.png) no-repeat;
  padding-left:25px;
  margin-bottom:10px;
  color:#48ace7;
  line-height:20px;
  font-size:13px;
}
/*-------hタグ（サイド）-----------------------------------------------------------*/
#ColumnSide .Collect h3{
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding: 3px 0px;
  padding-left: 25px;
  margin-bottom: 5px;
  background: url(image/recoh3.png) no-repeat;
}
#ColumnSide .Collect a:hover h3{
  background:url(image/reco_hh3.png) no-repeat;
}
/*-------hタグ（一覧ページ）-----------------------------------------------------------*/
#ColumnMain_archive_page h3{
  font-size:12px;
  font-weight:bold;
  margin:5px 0 2px;
}
#ColumnMain_archive_page a:hover h3{
  color:#064266;
}
/*-------パンくず----------------------------------------------------------*/
#breadcrumb{
  overflow:hidden;
  margin:20px 0;
}
#breadcrumb ul{
  float:left;
}
#breadcrumb ul li{
  background:url(image/pankuzu.png) no-repeat left center;
  padding-left:13px;
  margin-right: 15px;
}
#breadcrumb ul li a{
  line-height:10px;
}

/*パンくずリスト
---------------------------------------------------------------------------------*/
#breadcrumb {
  margin-top: 0px;
  margin-bottom: 10px;
}

#breadcrumb li {
  float: left;
}