@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2008/03/22
	Version: 3.8
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#777;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:160%;
	background:url(img/footer-back.jpg) repeat-y top;
	color:#666;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	padding:20px 0 0 10px;
	font-size:12px;
	color:#fff;
	background:#180a01;
	}
	
h1 a{
	color:#fff;
	}

h2 {
	padding:5px 0 3px 0;
	font-size:120%;
	font-weight:bold;
	clear:both;
	margin-bottom:10px;
	}

h3 {
	background:url(img/h3.jpg) no-repeat left;
	height:32px;
	font-size:16px;
	font-weight:bold;
	text-indent:30px;
	line-height:32px;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:10px;
	}

div.main h2#info {
	background:url(img/information.jpg) no-repeat left top;
	height:23px;
	}

h4 {
	background:url(img/h4.jpg) no-repeat left top;
	height:30px;
	line-height:30px;
	text-indent:10px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
	}
	
h5 {
	background:url(img/h5.jpg) no-repeat left center;
	height:30px;
	line-height:30px;
	text-indent:20px;
	font-size:13px;
	color:#333;
	font-weight:bold;
	}
	
h6 {
	background:url(img/h6.jpg) no-repeat left center;
	height:30px;
	line-height:30px;
	text-indent:20px;
	font-size:13px;
	color:#603103;
	font-weight:bold;
	margin-bottom:10px;
	}

/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
/*.clearfix:after,
div#container:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container{ display: inline-block; }
/* exlude MacIE5 \*/
/** html .clearfix,
* html div#container{ height: 1% }
.clearfix,
div#container{display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://www.yagurasushi.com/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:800px;
	text-align:center;
	margin: 0 auto;
	}

div#container-back {
	background: url(img/background.jpg) repeat-y center;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:560px;
	}
	
div.main {
	padding-bottom:30px;
	}

div.main-top {
	background:url(img/main-top.jpg) no-repeat left top;
	width:560px;
	height:7px;
	overflow:hidden;
	margin-bottom:10px;
	}

/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:800px;
	position:relative;
	text-align:left;
	}
	
div#header2 {
	width:800px;
	position:relative;
	text-align:left;
	}			
	
/* footer
==========================================================*/
div#footer {
	width:800px;
	height:44px;
	clear:both;
	text-align:center;
	margin:0 auto;
	background:#180a01 url(img/footer.jpg) no-repeat left top;
	padding-top:10px;
	color:#fff;
	}

div#footer a { color:#fff;}
	
div#footer p{
	padding-bottom:0;
	}	
	
div#footer ul{
	text-align:center;
	}
	
div#footer ul li{
	display:inline;
	letter-spacing:1px;
	}
	
/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
/* sidebar
==========================================================*/
div#sidebar                { width:240px;}
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:20px;
	}
	
div.side-title {
	width:240px;
	height:46px;
	background:#fff url(img/side-title.jpg) repeat left top;
	}
		
div.side-body {
	}
	
div.side-body p{
	line-height:160%;
	}
	
div.side-form li a{
	height:36px;
	line-height:36px;
	text-indent:80px;
	display:block;
	text-align:left;
	background:url(img/list.jpg) right no-repeat;
	}
	
div.side-form li a:hover{
	background:url(img/list2.jpg) right no-repeat;
	text-decoration:none;
	color:#613302;
	}
	
div.side-form ul li ul{
	padding:0;
	}
	
div.side-form ul li ul li{
	padding-left:10px;
	list-style:none;
	line-height:160%;
	}

	
/* entry
==========================================================*/
div.entry-body{
	width:560px;
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
div.entry-info
{
	margin-bottom:15px;
}

div.entry-info ul
{
	list-style-type:none;
	text-align:right;
	border-top:1px dotted #CC9933;
	padding:5px 0 10px 0;
        margin:0 0 0 5px;
	width:98%;
}

div.entry-info ul li
{
	font-size:80%;
	color:#666;
	background-color:inherit;
	display:inline;
}
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.margin-b10 {
	margin-bottom:10px;
	}

.margin-b20 {
	margin-bottom:20px;
	}
	
/* table
==========================================================*/
table.tbl-normal,
table.tbl-menu {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	}

table.tbl-menu {
	margin-bottom:10px;
	}

table.tbl-menu td {
	padding:5px;
	text-align:left;
	line-height:140%;
	border-bottom:1px dotted #CC9933;
	}

table.tbl-rec {
	border:1px solid #ccc;
	border-bottom:none;
	}

table.tbl-rec th {
	padding:5px;
	font-weight:bold;
	background:#fff2d0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	}

table.tbl-rec td {
	padding:5px;
	border-bottom:1px solid #ccc;
	}
	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	height:150px;
	}


/* sitemap
==========================================================*/
#sitemap {
	margin-bottom:60px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(img/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(img/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(img/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(img/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(img/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.box {
	padding:0 15px 0 15px;
	margin-bottom:20px;
	}

div.news-box-inner {
	margin:10px 0;
	}

div.news-box-inner ul
{
	list-style-type:none;
	width:100%;
}

div.news-box-inner li
{
	border-bottom:1px solid #dddcdc;
	margin-bottom:5px;
	display:block;
	text-indent:20px;
	background:transparent url(img/h6.jpg) no-repeat left center;
}

/* category
==========================================================*/
ul.list1 {
	list-style:none;
	}
	
ul.list1 li {
	margin-right:25px;
	float:left;
	}

ul.list1 li a {
	color:#be9231;
	font-weight:bold;
	}
	
div.box1-l {
	width:330px;
	float:left;
	}

div.box1-r {
	width:185px;
	float:right;
	}
	
div#coupon {
	width:480px;
	margin-left:10px;
	border:2px solid #946b2d;
	padding:10px;
	margin-bottom:20px;
	}

div#coupon .coupon-text01 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#946b2d;
	}
	
div#coupon div.coupon-text02 {
	background: #DFDFDF;
	clear:both;
	text-align:center;
	margin-bottom:20px;
	}
	
.line {
	border-bottom:1px solid #ccc;
	}

/* comment
==========================================================*/

div.trackbacks,
div#comments
{
	margin:0 10px 15px 10px;
}

div.trackbacks p
{
	color:#666666;
	background-color:inherit;
}

div.trackbacks p input
{
	border:1px solid #cccccc;
}

div.trackbacks dl
{
	padding:10px 0 0 0;
}

div.trackbacks dt
{

}

div.trackbacks dd p
{
	padding:0 0 5px 0;
}

div.trackbacks ul.trackback-info,
div#comments ul.comments-info
{
	border-top:1px solid #efefef;
	list-style:none;
	padding:5px 0;
	text-align:right;
	margin-bottom:10px;
}

div.trackbacks ul.trackback-info li,
div#comments ul.comments-info li
{
	color:#666666;
	background-color:inherit;
	font-size:80%;
	display:inline;
}

div.comments-post
{
	margin:10px;
}

div.comments-post h5
{
	color:#666;
	background-color:inherit;
	font-weight:normal;
	margin:0 0 5px 0;
}

div#comments-open-data legend
{
	margin: 0 0 5px 0;
	padding:0;
}

div#comments-open-data label
{
	color:#666;
	background-color:inherit;
}

dl#name-email input,
dl#comments-open-text textarea
{
	color:#666;
	background-color:inherit;
	border:1px solid #cccccc;
}

ul.cookie,
div#comments-open-data ul.inline
{
	list-style:none;
	padding:3px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
	padding:10px 0 20px 0;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
	color:#ffffff;
}

div#comments-open-data ul.comments-open-footer li input
{
	color:#ffffff;
	background-color:#946D28;
	font-size:80%;
	padding:4px 7px 3px 7px;
}

input#comment-preview,
input#comment-post,
input#comment-cancel
{
	color:#ffffff;
	width:80px;
	height:20px;
	cursor: pointer;
        border:none;	
}


input#comment-preview,
input#comment-post,
input#comment-cancel
{
	margin-top:5px;
        border:none;
}

div.comment p
{
	color:#333333;
	background-color:inherit;
}

input.search-input
{
	color:#333333;
	background-color:#ffffff;
	border:1px solid #b4b4b4;
	width:300px;
	padding:2px;
}

input.searchsubmit
{
	color:#ffffff;
	background-color:#B17505;
	font-size:90%;
	padding:4px 7px 3px 7px;
	position:relative;
	top:0;
	left:-1px;
}
