 @charset "UTF-8"; /* PublishCharset into mt-config.cgi */

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

body{
	background-color:#FFEEE5;
	text-align:center;
	font-size: 12px;
	line-height:1.4em;
}

td{
	font-size: 12px;
    color:#333333;
    line-height: 150%;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #FF0D1A;
    text-decoration: underline;
}
a:hover {
    color: #FF0D1A;
    text-decoration: none;
}
a:active {}




/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/*font*/
.font10{
font-size: 10px;
}

/* トップナビゲーション */
#top-navi{
    background: #990000;
    color: #ffffff;
    height:47px;
}
#top-navi2{
    background: #990000;
    color: #ffffff;
    height:24px;
}
#top-navi2 ul .tn-right,
#top-navi ul .tn-right{
    width:300px;
    float:right;
}
#top-navi2 ul .tn-left,
#top-navi ul .tn-left{
    width:200px;
    float:left;
}

#top-navi2 li,
#top-navi li{
    list-style-type: none;
    font-size: 12px;
    padding:5px 15px 0 12px;
    background: url(images/allow_01.gif) no-repeat left 5px;
    display: inline;
}
#top-navi2 .tn-right li,
#top-navi .tn-right li{
    float:right;
}
#top-navi2 .tn-left li,
#top-navi .tn-left li{
    float:left;
}

#top-navi2 a,
#top-navi2 a:link,
#top-navi2 a:visited,
#top-navi a,
#top-navi a:link,
#top-navi a:visited{
    color: #ffffff;
    text-decoration: none;
}

/* タイトルバナー */
#banner {
    width:800px;
　　/*height:155px;*/
    height:130px;
    text-align: left;
clear: both;
margin:0
}

#banner img{
margin:0
}
#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

#banner h1,#banner h2{
display: none;
}

/* タイトルバナー下の説明 */
#banner2 {
     width:800px;
    height:150px;
}
/* タイトルバナー下エントリ・カテゴリ用 */
/* #banner3 {
    width:800px;
    height:5px;
    font-size:1px;
    background:#990000;
} */

/* パンくずリスト */
#bread .breadbox{
	margin:0 0 15px 0;
	font-size: 12px;
}

/* エントリー全体 */
.blog {
    padding: 20px;
    font-size: small;
    color: #333333;
    background: none;
font-size: 12px;
line-height: 18px;
text-align:left;
}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    font-size: 11px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #cc0000;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 0 15px;
    color: #36414d;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 7px;
    margin-bottom: 5px;
}

/* エントリー記述部分 */
.entry-content{
    padding:5px;
}
.entry-body{
    word-break: normal;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    height:30px;
    margin-bottom:5px;
    color: #cc0000;
    font-size: 1px;
    letter-spacing:3px;
    background-color:#cc0000;
}
.entry-header img{
    margin:0;
}


/* エントリー内リスト */
.entry ul{
    margin: 5px 0px 0px 0px;
    padding:0px 15px;
}


.entry li{
    padding:0px;
    margin:0px;
    list-style: disc outside;
}

li .nodisc{
    padding:0px;
    margin:0px;
    list-style-type: none;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    text-align: right;
    color: #36414d;
    font-size: 9px;
    background: url(images/line_01.gif) repeat-x left top;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* サイドメニュー */
.side {
    margin: 0;
    color: #000000;
    font-size: 12px;
    _font-size: 11px;
}
.side a,
.side a:link,
.side a:visited {
    color: #660000;
    text-decoration: underline;
}
.side a:hover {
    text-decoration: none;
}
.side a:active {
    text-decoration: none;
}


/* サイドメニュー(サブカテゴリー用) */
.side #categories li {
    list-style-type: none;
}
.side #categories ul {
    background:#FFE5E5;
    padding:0;
}
.side #categories ul li {
    border-top:1px solid #BA0000;
    background:  url(images/allow_03.gif) no-repeat 9px 15px;
    line-height:250%;
    font-size:14px;
    font-weight:bold;
    letter-spacing:2px;
}
.side #categories ul li span{
    padding-left:20px;
    _height:35px;
}
.side #categories ul li img{
    margin:1px 0 0 5px;
    _margin-top:11px;
}
.side #categories ul li ul {
    padding:0;
}
.side #categories ul ul li {
    border-top:1px solid #BA0000;
    background: #fff url(images/allow_02.gif) no-repeat 8px 8px;
    line-height:220%;
    font-size:12px;
    font-weight:normal;
    letter-spacing:normal;
    color:#FF3333;
}

.side #categories ul ul li span{
    padding-left:17px;
    _height:27px;
}
.side #categories ul ul li img{
    margin:1px 0 0 5px;
    _margin-top:7px;
}

.side #categories ul ul ul li {
    border-top:1px solid #BA0000;
    background: #fff url(images/allow_02.gif) no-repeat 18px 8px;
    line-height: 220%;
    font-size:12px;
    font-weight:normal;
    letter-spacing:normal;
    color:#FF3333;
}
.side #categories ul ul ul li span{
    padding-left:8px;
}

.side #categories ul ul li a,
.side #categories ul ul li a:link,
.side #categories ul ul li a:visited {
    color: #FF3333;
    text-decoration: underline;
}
.side #categories ul ul li a:hover,
.side #categories ul ul li a:active {
    text-decoration: none;
}

.side #categories .textbox{
color: #fff;
padding: 10px;
}


/* サイドメニュー(Chinese Cuisine Pavilion用) */
.navi-line2{
    display:block;
    line-height:160%;
    height:44px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

.clear {
    clear: both;
}

.clear_end {
    clear: both;
    height: 20px;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #cc0000;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
    background: url(images/line_01.gif) repeat-x left top;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #cc0000;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* レイアウト */
#bg{
    width: 810px;
    margin:0 auto;
    background: #ffffff url(images/bg_01.gif) repeat-y center top;
clear: both;
}

#bg2{
    width: 810px;
    margin:0 auto;
    background: #ffffff url(images/bg_f1.gif) repeat-y center top;
}

#box {
    width: 800px;
    margin: 0 5px;
    text-align: left;
    border-bottom:#BA0000 solid 5px;
}

#content {
    float: left;
    width: 610px;
   margin: 0px;
}
#links-left-box {
    float: left;
    width: 190px;
   margin: 0px;
}
#links-left {
    color: #ffffff;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

/* foot navi */
#foot-navi {
    font-size:12px;
    margin:0 auto;
    padding:10px 0;
clear: both;
    width:800px;
}
/* footer */
#footer {
    color:#854A57;
    font-size:9px;
    margin:0 auto;
    padding:0 0 10px;
}

/* 店舗環境改善展用 090219
================================*/
.topimg{
	background: url(images/topimg.jpg) no-repeat center top;
	width:800px;
	height:300px;
}
.topimg img{
	margin:235px 0 0 20px;
}

.topimg p{
	display:none;
}
.contents{
	margin:20px;
}
.contents h3{
	margin-bottom:10px;
}
.haikeiBox{
	width:370px;
	float:left;
	margin-bottom:30px;
}
.kaisaiBox{
	width:370px;
	float:right;
	margin-bottom:30px;
}
.kaisaiBox table{
	border-collapse: collapse;
	width:350px;
	margin:0 0 0 10px;
}
.kaisaiBox th{
	padding:5px 10px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px dotted #cccccc;
	background-color:#fff7f3;
	white-space: nowrap;
	letter-spacing: 0.2em;
}
.kaisaiBox td{
	padding:5px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.kaisaiBox td span.title{
	font-weight:bold;
	font-size:1.2em;
	letter-spacing: 0.2em;
	line-height:1.8em;
}

.conceptBox{
	margin-bottom:30px;
}

.taisyouBox{
	margin-bottom:30px;
}
.taisyouBox p{
	margin-bottom:0;
}
.taisyouBox .taiBox{
	width:340px;
	float:left;
	margin:5px 9px;
	border:1px solid #cccccc;
	padding:10px;
}
.taisyouBox .taiBox{
	_width:360px;
	_margin:5px 7px;
}
.taisyouBox .taiBox img{
	float:right;
}

.taisyouBox .taiBox h4{
	width:165px;
	background-color:#ffeee5;
	margin:0 0 10px 0;
	padding:3px 5px;
	font-size:1.2em;
	font-weight:bold;
}
.taisyouBox .taiBox p{
	width:175px;
}
.newsBox,
.pressBox{
	margin-bottom:30px;
	background-color:#ffeee5;
}
.newsBox ul,
.pressBox ul{
	margin:10px 20px;

}
.newsBox li,
.pressBox li{
	padding-bottom:10px;

}
.contactBox{
	width:800px;
	height:390px;
}
.contactBox{
	background: url(images/bg_contact.gif) no-repeat center top;
	text-align:center;
}
.contactBox h4,
.contactBox h5,
.contactBox p{
	display:none;
}
.contactBox img{
	float:left;
	margin-top:300px;
}
.contactBox img.btnContact01{
	margin-left:60px;
}
.contactBox img.btnContact02{
	margin-left:80px;
}
