/*
Theme Name: kazu
Theme URI: 
Description: 
Version: 
Author: 
Author 
*/

/* =CSS PROPERTY CLEAR
------------------------------------------------------------------------------ */

html,body {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

p,address,ul,ol,dl,dd,caption,form {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
address,em,dfn {
	font-style: normal;
}
/* =全体
------------------------------------------------------------------------------ */

html {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
body {
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #111111;
}
#wrapper {
	text-align: left;
	line-height: 1.4;
	color: #ffffff;
	font-size: 80%;
	width: 920px;
	margin: 0px auto 0px auto;
}
/* =リンク文字設定
------------------------------------------------------------------------------ */

a:link, a:visited {
	color: #C29944;
	text-decoration: none;
}
a:hover, a:active {
	color: #C29944;
	text-decoration: underline;
}
/* =ヘッダー
------------------------------------------------------------------------------ */
#header {
	position: relative;
	height: 450px;
	width: 920px;
	margin: 0px auto;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 80%;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: normal;
	text-align: right;
	color: #eeeeee;
}
#header p.title {
	position: absolute;
	top: 75px;
	left: 30px;
}
#header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 660px;
	position: absolute;
	top: 20px;
	left: 250px;
}
#header ul li {
	float: left;
	height: 80px;
	margin: 0px;
	padding: 0px;
}
#header p.eyecach{
	height: 350px;
	width: 660px;
	position: absolute;
	top: 100px;
	left: 250px;
}

/* =コンテンツ
------------------------------------------------------------------------------ */
#cont_top {
	height: 6px;
	width: 920px;
	margin: 10px auto 0px auto;
	padding: 0px;
	background-image: url(img/cont_bg_top.gif);
	background-repeat: repeat-y;
}
#cont_bot {
	height: 6px;
	width: 920px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(img/cont_bg_bot.gif);
	background-repeat: repeat-y;
}
hr {
	display: none;
}
#contents {
	width: 920px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(img/cont_bg.gif);
	background-repeat: repeat-y;
}
#contents:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}       
#contents {
    zoom: 1;
}

/* =サイド
------------------------------------------------------------------------------ */
#side {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#side p.sidecach {
	margin: 0px;
	padding: 0px
}
#side ul {
	list-style-type: none;
	margin: 20px 0px 20px 10px;
}
#side ul li {
	width: 220px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
}
#side ul li h2 {
	width: 17px;
	width: 215px;
	font-size: 110%;
	padding: 3px 0px 0px 5px;
	margin-bottom: 10px;
	background-color: #253F56;
	font-weight: normal;
}
#side ul li ul {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#side ul li ul li {
	line-height: 1.2;
	margin: 0px 0px 5px 0px;
}
#side ul li ul li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#side ul li ul li ul li {
	width: 190px;
}
#side ul#banner {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#side ul#banner li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#side iframe {
	margin: 0px 0px 20px 45px ;
	padding: 0px;
}

/* =メイン
------------------------------------------------------------------------------ */
#main {
	float: left;
	width: 660px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#main h2 {
	clear: both;
	padding: 0px;
	margin: 0px 0px 30px 15px;
}
#main h3 {
	clear: both;
	padding: 0px;
	margin: 0px 0px 20px 15px;
	font-size: 150%;
}
#main h4 {
	padding: 0px;
	margin: 0px 0px 20px 15px;
	font-size: 120%;
}

#main p {
	clear: both;
	margin: 0px 35px 30px 15px;
}
#main strong {
	font-weight: bold;
	display: block;
	font-size: 120%;
	color: #EE6D89;
}

/* =トップページ
------------------------------------------------------------------------------ */
#main h2#copy01 {
	background-image: url(img/copy_01.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 500px;
	text-indent: -9999px;
	margin-top: 20px;
}
div.recommend {
	margin: 0px 0px 30px 15px;
	background-image: url(img/recommend_line.gif);
	background-repeat: repeat-y;
	width: 620px;
}
div.recommend:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}       
div.recommend {
    zoom: 1;
}
#main div.recommend p {
	clear: none;
	margin: 0px;
	padding: 0px;
}
div.recommend a img {
	border: 1px solid #ffffff;
	padding: 1px;
	display: inline;
}
div.recommend a:hover img {
	border: 1px solid #EE6D89;
}

#main div.recommend h3 {
	height: 40px;
	width: 285px;
	text-indent: -9999px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.recommend h3#head_01 {
	background-image: url(img/head_01.jpg);
	background-repeat: no-repeat;
}
div.recommend h3#head_02 {
	background-image: url(img/head_02.jpg);
	background-repeat: no-repeat;
}
div.recommend h3#head_03 {
	background-image: url(img/head_03.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
div.left_column {
	float: left;
	width: 300px;
	margin: 0px 15px 0px 0px;
}
div.left_column dl {
	clear: both;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}
div.left_column dl dt {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 100px;
	float: left;
	clear: left;
}
div.left_column dl dd {
	margin: 0px 0px 15px 110px;
	padding: 0px;
}
div.left_column strong {
	font-weight: bold;
	display: block;
	font-size: 100%;
}
span.value {
	font-weight: bold;
	display: block;
}
div.right_column {
	float: left;
	width: 300px;
}

div.right_column dl {
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
div.right_column dl dt {
	width: 100px;
	float: left;
	clear: left;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
}
div.right_column dl dd {
	width: 170px;
	float: left;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 3px 10px;
	margin: 0px 0px 5px 0px;
}
div.right_column ul {
	list-style: none;
	margin: 0px 0px 20px 5px;
}
div.right_column ul li {
	float: left;
	margin: 0px 10px 10px 0px;
}
div.right_column ul li img {
	height: 80px;
	width: 80px;
}
br.clear {
	clear: both;
}
/* =下層共通
------------------------------------------------------------------------------ */

#main p.pankz {
	margin: 10px 10px 20px 10px;
	padding: 0px;
}
.aligncenter {
	display: block;
	margin: 0px auto 20px auto;

}
.alignright {
	float: right;
	padding: 1px;
	margin: 0px 0px 20px 10px;
	display: inline;
	border: 1px solid #dddddd;
}
.alignleft {
	float: left;
	padding: 1px;
	margin: 0px 10px 20px 0px;
	display: inline;
	border: 1px solid #dddddd;
}

.wp-pagenavi {
	clear: both;
	margin: 30px 0px 30px 0px;
	text-align: center;
}
.fl_clear {
	clear: both;
}
.rice {
	color: #E60012;
}
/* =本日のおすすめ
------------------------------------------------------------------------------ */
#main h2#head_09 {
	height: 50px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(img/head_09.jpg);
	background-repeat: no-repeat;
}

/* =お店のご案内
------------------------------------------------------------------------------ */
#main h2#copy02 {
	background-image: url(img/copy_02.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 550px;
	text-indent: -9999px;
}
#main h2#head_04 {
	height: 50px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(img/head_04.jpg);
	background-repeat: no-repeat;
}
#main h2#head_05 {
	height: 50px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(img/head_05.jpg);
	background-repeat: no-repeat;
}
#main table {
	clear: both;
	border-collapse: collapse;
	border: 1px solid #4F4F4F;
	width: 600px;
	margin: 0px 0px 20px 15px;
	padding: 0px;
}
#main table th {
	border: 1px solid #4F4F4F;
	background-color: #333333;
	padding: 10px;
	font-weight: normal;
	text-align: center;
}
#main table td {
	border: 1px solid #4F4F4F;
	padding: 10px;
}
#map {
	height: 400px;
	width: 598px;
	border: 1px solid #999999;
	margin: 0px 0px 30px 15px;
	color: #222222;
}
/* =メニュー
------------------------------------------------------------------------------ */
#main h2#copy03 {
	background-image: url(img/copy_03.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 500px;
	text-indent: -9999px;
}
#main h3#head_12 {
	height: 50px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(img/head_12.jpg);
	background-repeat: no-repeat;
}
#main div.menu p {
	clear: both;
	margin: 0px 30px 10px 15px;
}
#main div.menu table {
	clear: both;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #4F4F4F;
	width: 600px;
	margin: 0px 0px 20px 15px;
	padding: 0px;
}
#main div.menu table th {
	border: 1px solid #4F4F4F;
	background-color: #333333;
	padding: 3px 10px 3px 3px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
#main div.menu table td {
	border: 1px solid #4F4F4F;
	padding: 3px 10px 3px 3px;
	text-align: right;
}

/* =旬の料理
------------------------------------------------------------------------------ */
#main h2#illust_01 {
	background-image: url(img/illust_01.gif);
	background-repeat: no-repeat;
	height: 158px;
	width: 400px;
	text-indent: -9999px;
	margin: 0px auto 0px auto;
}

/* =ギャラリー
------------------------------------------------------------------------------ */
#main h2#copy04 {
	background-image: url(img/copy_04.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 550px;
	text-indent: -9999px;
}
#main h3#head_10 {
	height: 50px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(img/head_10.jpg);
	background-repeat: no-repeat;
}
div.gallery_block {
	clear: both;
	padding: 0px;
	margin: 0px 0px 30px 15px;
	width: 600px
}
div.gallery_block:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}       
div.gallery_block {
    zoom: 1;
}

div.thumb_box {
	float: left;
	margin: 0px 7px 10px 0px;
	padding: 0px;
	text-align: center;
	width: 110px;
}
#main div.thumb_box p {
	clear: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	font-size: 90%;
}
#main div.thumb_box p.thumb_name {
	margin: 0px;
	line-height: 1.2;
}
div.thumb_box a img {
	border: 1px solid #ffffff;
}
div.thumb_box a:hover img {
	border: 1px solid #EE6D89;
}
/* =ブログ
------------------------------------------------------------------------------ */

#main h2#head_11 {
	height: 50px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(img/head_11.jpg);
	background-repeat: no-repeat;
}

#main p.commeta {
	border-top: 1px dotted #666666;
	margin: 20px 0px 30px 20px;
	padding: 10px 0px 0px 0px;
	width: 600px;
	text-align: center;
}
#main dl.commentlist {
	width: 500px;
	background-color: #4F4F4F;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 0px 0px 20px 20px;
	padding: 10px 20px;
}
#main dl.commentlist p {
	padding: 0px;
	margin: 0px;
}
#main dl.commentlist img {
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
dl.commentlist dt {
	font-size: 90%;
}
dl.commentlist dd {
}
#main form#commentform {
	margin: 0px 0px 20px 20px;
}

/* =お問い合わせ
------------------------------------------------------------------------------ */
#main h2#head_08 {
	height: 50px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(img/head_08.jpg);
	background-repeat: no-repeat;
}
#formarea {
	margin: 0px 0px 30px 15px;
	width: 600px;
}
#main #formarea table {
	border-collapse: collapse;
	margin: 0px;
	border: none;
}
#main #formarea table th {
	padding: 10px;
	margin: 0px;
	width: 120px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #4F4F4F;
	border-left: none;
	background-color: #222222;
}
#main #formarea table td {
	padding: 10px;
	margin: 0px;
	width: 480px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #4F4F4F;
	border-left: none;
}
#main #formarea table th.on {
	background-color: #333333;
}
#main #formarea table td.on {
	background-color: #333333;
}
#main #formarea table td.submit_bt {
	text-align: center;
	border: none;	
}

/* =サイトマップ
------------------------------------------------------------------------------ */
#main h2#head_07 {
	height: 50px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(img/head_07.jpg);
	background-repeat: no-repeat;
}
div.right_column dl dd {
	width: 170px;
	float: left;
	padding: 0px 0px 3px 10px;
	margin: 0px 0px 5px 0px;
}
#main ul#sitemap {
	list-style: none;
	width: 600px;
	margin: 0px 0px 30px 15px;
	padding: 0px;
}
#main ul#sitemap li {
	border-bottom: 1px dotted #cccccc;
	margin: 0px;
	padding: 5px 0px 0px 30px;
	height: 25px;
}
#main ul#sitemap li.on {
	background-color: #333333;
}

/* =プライバシーポリシー
------------------------------------------------------------------------------ */
#main h2#head_06 {
	height: 50px;
	width: 600px;
	text-indent: -9999px;
	background-image: url(img/head_06.jpg);
	background-repeat: no-repeat;
}
/* =携帯メール投稿
------------------------------------------------------------------------------ */
#main div.mobile {
	clear: both;
	margin: 0px 35px 30px 15px;
}
#main div.mobile img {
	float: left;
	margin: 0px 10px 20px 0px;
	padding: 2px;
	border: 1px solid #ddd;
 }
#main div.mobile p {
	margin-left: 0px;
}

/* =フッター
------------------------------------------------------------------------------ */
#main p.contact {
	clear: both;
	margin: 0px 0px 10px 20px;
}

#main p.to_top {
	text-align: right;
	margin: 0px 15px 10px 0px;
}
#footer {
	position: relative;
}
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 20px;
}
#footer ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer ul li a img {
	background:url(img/text_next.gif) left center no-repeat;
	padding: 0px 0px 0px 18px;
}

#footer p.copyright {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #525255;
	position: absolute;
	top: 0px;
	right: 20px;
}
#footer p.copyright a {
	color: #525255;
	text-decoration: none;
}
#footer p.copyright a:hover {
	text-decoration: underline;
	color: #525255;
}
