@charset "utf-8";
/* 全体の設定 */

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* ボディー */
body {
	font-size: 100%;
	color: #666666;
	background-image: url(blogimg/background.jpg);
	background-position: center 0px;
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
.clear {
	clear: both;
}
/* コンテナ */
#container {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
}

/* ヘッダー */
#header {
	background-image: url(blogimg/headBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 210px;
	width: 750px;
}

#header img {
	border-style: none;
}
#header .pad {
	padding: 0px;
}

#header h1 {
	position: absolute;
	left: -9999px;
}

#header p {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 10px;
}
/* ヘッダー2 */
#header2 {
	background-image: url(blogimg/headBg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 210px;
	width: 750px;
}

#header2 img {
	border-style: none;
}
#header2 .pad {
	padding: 0px;
}

#header2 h1 {
	position: absolute;
	left: -9999px;
}

#header2 p {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 10px;
}
/*ヘッダー3*/
#header3 {
	background-image: url(blogimg/headBg3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 210px;
	width: 750px;
}

#header3 img {
	border-style: none;
}
#header3 .pad {
	padding: 0px;
}

#header3 h1 {
	position: absolute;
	left: -9999px;
}

#header3 p {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 10px;
}
/*ヘッダー終わり*/

#desc {
	font-size: 11px;
	color: #333333;
	text-align: right;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#desc .pad {
	padding: 3px;
}





/* ロゴエリア */
#banner {
	width: 190px;
	float: left;
}
/* 検索エリア */
#searchbox {
	text-align: right;
	margin-top: 5px;
	padding: 0;
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 0;
	float: right;
}

/* 検索エリア余白 */
#searchbox .pad {
	padding-top: 10px;
	padding-right: 30px;
}
/* 検索 */
#searchbox form {
	margin: 0px;
	padding: 0px;
}
/* 検索ラベル */
#searchbox label {
	display: none;
}
/* 上部ナビゲーションバー */
#navi {background-image: url(blogimg/navibg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 75%;
	width: 760px;
	float: left;
	clear: both;

}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 10px;
	padding-right: 0;
	
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;

	padding: 0;
}
#navi ul li {
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #336600;
	background-color: #EEEEEE;
	background-image: url(blogimg/navi0.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	padding-top: .7em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: .7em;
	float: left;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #FFFFFF;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(blogimg/navi.png);
	background-position: right bottom;
	background-repeat: repeat-x;
}

/* イメージ */
#image {
	background-image: url(blogimg/image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 150px;
	clear: both;
}
/* メイン */
#main {
	font-size: 80%;
	line-height: 140%;
	letter-spacing: 0.05ex;
	margin-bottom: 20px;
	width: 560px;
	float: right;
}
/* メイン余白 */
#main .pad {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 15px;
}

/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}

/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
#main h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ffffff;
	background-image: url(blogimg/newBg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	clear: both;
	letter-spacing: 3px;
}


/* メイン見出しh3 */
#main h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/h3.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 6px;
	padding-left: 2px;
	margin-left:5px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #C60000;
}
/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
#main .h3pad {
	margin-left: 15px;
}


/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #666666;
	background-color: #EfEfEf;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
}

#main dd {
	padding-left: 5px;
}
/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.info dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}
/* 最近のエントリー用 */
.boxarea {
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 15px;
}

.rentory {
	padding-left: 0px;
}

.rentory dt {
        padding: 0;
}
.rentory dd {
	line-height: 140%;
	margin-top: -1.8em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: .4em;
}
/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.9em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 20px;
}
#main ul ol {
	padding-left: 30px;
}


/* メイン段落 */
#main p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}
/* 画像左配置 */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	padding-left: 10px;
	float: right;
}
/* 追記 */
.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}
/* タグ */
.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}
/* 投稿者情報 */
#main .posted {
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	clear: both;
}

.techstuff {
	font-size: 100%;
}

/* コメント関連 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea{
	width: 530px;
	}
/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
}

input,textarea {
	font-size: 100%;
}

/* サイドバー */
#side {
	font-size: 80%;
	width: 190px;
	margin-bottom: 20px;
	float: left;
	background-color: #FFFFFF;
	color: #333333;
}
/* サイドバー余白 */
#side .pad {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

/* サイドバーリンク設定 */
#side a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ffffff;
}
/* サイドバーリンク色 */
#side a:link {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
}
/* サイドバーマウスオーバー時 */
#side a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバークリック時 */
#side a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済み */
#side a:visited {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
}
/* サイドバー訪問済みマウスオーバー */
#side a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済みクリック時 */
#side a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

/* サイドバー見出しh2 */
#side h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/underBar.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 6px;
	padding-left: 2px;
	margin-left:5px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	text-indent: 5px;	
}
/* サイドバー見出しh3 */
#side h3 {
	font-size: 100%;
	color: #336600;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー段落 */
#side p {
	font-size: 100%;
	margin-top: 3px;
	margin-left:5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
/* カテゴリー */

/* カテゴリー */

#side ul {
	margin-left: 10px;
	list-style-type: none;
}

#side li {
	list-style-type: none;	

}
#categories {
	color: #333333;
	margin-left: 5px;
}

#categories ul {
	padding: 0;
	margin-left: 0px;

	list-style: none;
}
/* カテゴリーリスト */
#categories ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}
/* カテゴリーリスト リンク */
#categories ul li {
	background-image: url(blogimg/menu.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#categories ul li a {
	background-image: url(blogimg/menu.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
/* カテゴリーリスト ホバー */
#categories ul li a:hover {
	color: #666666;
	background-image: url(blogimg/menu.jpg);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
#categories ul ul {
	margin: 0;
	padding: 0;
}
/* サブカテゴリーリスト */
#categories ul ul li {
	background-image: none;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
#categories ul ul li a {
	background-image: url(blogimg/submenu.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
/* サブカテゴリーリスト ホバー */
#categories ul ul li a:hover {
	color: #666666;
	background-image: url(blogimg/submenu.jpg);
	background-position: 0px -300px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

/* サイドバーフリースペース */
.note{
	padding-left: 5px;
	padding-right: 5px;
}
/* サイドバーフリースペースの段落 */
.note p {
	line-height: 130%;
	padding-bottom: 2px;
}
/* サイドバーカテゴリー一覧 */

/* サイドバー画像 */
#side img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
/* サイドバーリンク */
.link-note {
	font-size: 80%;
	text-align: center;
	line-height: 150%;
	margin-top: 10px;
	padding: 0px;
}
#powered {
	font-size: 80%;
	color: #666666;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}

/* 下部ナビゲーション */
#footernavi {
	font-size: 72%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
	padding: 0 .5em;
}
#footernavi ul li a:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

#footer {
	font-size: 11px;
	background-image: url(blogimg/footer.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 750px;
	clear: both;
	text-align: left;
	height: 45px;
	color: #FFFFFF;
	font-style: normal;
}
#footer .pad {
	padding-top: 8px;
	padding-left: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#news {
	background-color: #442302;
	background-image: url(blogimg/newBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 520px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 10px;
	margin-top: 20px;
}
#news .pad {
	padding-top: 8px;
	padding-left: 17px;
}

/*エントリー*/
#menu {
	margin-left: 10px;
	font-size: 12px;
}

#menu .menuImg {
	float: right;
}
#menu .menuExp {
	font-size: 10px;
	color: #666666;
	clear: both;
}
#menu .menuCont {
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu td {
	width: 120px;
	padding: 10px;
	font-size: 12px;
}
#menu h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C40002;
	font-size: 14px;
}
/*おしながき*/
#kodawari {
	background-image: url(blogimg/kodawariBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#kodawari h4 {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D90000;
}
#kodawari .box {
	margin-bottom: 10px;
}


/*おしながき終わり*/
/*お弁当*/
#lunch {
	background-image: url(blogimg/lunchBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 250px;
}
#lunch strong {
	font-weight: bold;
	color: #333333;
}
#lunchBox {
	font-size: 12px;
}

#lunchBox .takeout {
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}
#lunchBox strong {
	color: #333333;
}

#lunchBox .lunchImg {
	float: right;
	padding: 10px;
}
#lunchBox table {
	width: 300px;
	font-size: 12px;
}
#lunchBox td {
	padding: 10px;
}
#lunchBox table.gohan {
	width: 510px;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#recommend .recoMainImg {
	margin-bottom: 20px;
	text-align: right;
}
#recommend .recoImg {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

#recommend .exp {
	line-height: 160%;
}
#recommend .recoMenu {
	clear: both;
	margin-bottom: 15px;
}
#recommend .recoMenu2 {
	clear: both;
	margin-bottom: 15px;
}

#recommend table {
	width: 400px;
	font-size: 12px;
}
#recommend th {
	width: 20%;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
#recommend td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
/*オススメ終わり*/
/*予約・問合せ*/
textarea {
	width: 400px;
}
#yoyakutoi table {
	width: 500px;
}
#yoyakutoi th {
	width: 35%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: left;
}
#yoyakutoi td {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
/*予約・問合せ終わり*/
/*店内案内*/
#interior{
	font-size: 12px;
}
#interior table {
	width: 500px;
	font-size: 12px;
}
#interior .tableUb {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C60001;
	margin-bottom: 10px;
}


#interior td {
	text-align: center;
}

#interior .table1 {
	vertical-align: top;
	text-align: left;
}
#interior .table2 {
	vertical-align: bottom;
}
#interior .each {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
#interior .each h5 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}


/*店内案内終わり*/
/*営業時間*/
#time {
	font-size: 11px;
	color: #666666;
	width: 175px;
	border: 2px dotted #4D2E0F;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#time .pad {
	padding: 5px;
}
/*営業案内終わり*/
/*次回のお知らせ*/
#next {

	font-size: 11px;
	color: #666666;
	width: 175px;
	border: 2px dotted #AA2020;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#next .pad {

	padding: 5px;
}
/*次回のお知らせ終わり*/
#year td {
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#year th {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding: 5px;
}

#year h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C40002;
	font-size: 14px;
}
/*おせち*/
#oseci {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#osechi table {
	background-color: #E6E6E6;
	text-align: center;
}

#osechi td, th {
	background-color: #FFFFFF;
	padding: 5px;
}
/*おせち*/
/*接待*/
#reception {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.receptionBox {
	clear: both;
	margin-top: 50px;
}
.receptionBox .left {
	float: left;
	margin-right: 20px;
}
.receptionBox .title {
	margin-bottom: 10px;
}
/*接待*/

