﻿/*--
	Theme Name: そば処たけのこ
	Theme URI: http://----------------------/
	Description: A theme for Wordpress + Works-Yui
	Author: Works-Yui
	Author URL: http://works-yui.com/
--*/

@charset "utf-8";


*{
margin: 0;
padding: 0;
}
html, body{
height: 100%;
}
body{
width:100%;
min-height: 100%;
height: auto !important;
height: 100%;
color:#330000;
margin: 0;
overflow-x: hidden;
background-image:url(img/menu_content_bg.png);
font-size: 14px;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
line-height: 20px;
}
@media print {
body{
font-size: 14px;
font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
margin:0;padding:0;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;font-weight:normal;
}
li {
list-style-type: none;
}
p{
margin-bottom: 1em;
line-height: 20px;
}
.clear{
clear: both;
}
.right{
float:right;
}
.left{
float:left;
}
.font-wh{
color:#fbfaf5;
}
.margin0{
margin:0 auto;
}
/* link
----------------------------------*/

a{
color: #330000;
text-decoration: none;
}
a:hover{
color:#d66a35;
}
a:hover img:hover{
  opacity: 0.6;
  transition: 0.5s;
}

.sougou_top{
background-image:url(img/menu_content_bg.png);
overflow:hidden;
height:100%;
}
.sougou_top_contents{
width:800px;
margin:30px auto 0;
overflow:hidden;
}
.telban{
width:452px;
padding:50px 174px 0;

}
h1 {
text-align:center;
margin:2em 0 0;
color:#6A5D21;
}
.footer_add {
    text-align: center;
    padding: 50px 0 30px 0;
    color: #999;
    font-size: 0.7em;
}
.footer_add a{
    color: #999;
}