/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin-top: 20px;
    padding: 0;
    background: #1F0303;
    font-size: 14px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    color: #FFFFFF;
    line-height:1.7;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    font-weight: normal;
    color: #FFFFFF;
}
strong{
    font-weight:bold;
}

h1 {
    letter-spacing: -1px;
    font-size: 32px;
}

h2 {
    font-size: 23px;
}

p, ul, ol {

}

a:link {
    color: #FFFFFF;
}

a:hover, a:active {
    text-decoration: none;
    color: #FFFFFF;
}

a:visited {
    color: #FFFFFF;
}

img {
    border: none;
}

img.left {
    float: left;
    margin-right: 15px;
}

img.right {
    float: right;
    margin-left: 15px;
}

/* Form */

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

input, textarea, select {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

#banner {
    width: 800px;
    margin: 0 auto;
    height: 300px;
}

/* Header */

#header {
    width: 800px;
    margin: 0 auto;
    height: 50px;
    background: url(images/img01.gif) no-repeat left top;
    margin-bottom:10px;
}

/* Navi */

#navi {
    float: left;
    width: 800px;
    height: 50px;
}

#navi ul {
    margin: 0;
    padding: 0px 0 0 10px;
    list-style: none;
    line-height: normal;
}

#navi li {
    display: block;
    float: left;
}

#navi a {
    display: block;
    float: left;
    margin-right: 1px;
    padding: 0px 19px 0px 19px;
    padding-top:15px !important;
    padding-top:18px;
    height:34px !important;
    height:31px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #FFEEEE;
}

#navi a:hover { 
    background: #AA330F url(images/img04.gif) repeat-x;
    color: #FFFFFF;
}

#navi .current_page_item a {
    background: #AA330F url(images/img04.gif) repeat-x;
    color: #000000;
}

/** LOGO */

#logo {
    width: 800px;
    height: 100px;
    margin: 0 auto;
    padding: 0px 0 0 30px;
}
#logo .logoImage {
    float:left;
    margin-right:10px;
}
#logo div {
    float:left;
}
#logo .nameImage {
    display:block;
    clear:both;
}

#logo h1, #logo h2 {
    margin: 0;
    padding: 0;
    line-height: normal;
    float:left;
}
#logo h1 ,#logo h2{
    font: 18px Georgia, "Times New Roman", Times, serif;
    color: #CDBFBF;
    margin-right:0.5em;
}

#logo h1 a {
    text-decoration: none;
    color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo p a {
    text-decoration: none;
    color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
    width: 740px;
    margin: 0 auto;
    padding: 20px 30px 0px 30px;
    background: #2A0F0F;
}

/* Content */
#content {
    width: 100%;
}

/* Post */
.post {
    clear:both;
    padding: 0px 0px 20px 0px;
    margin-bottom:0.5em;
}

.post .title {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-left: 8px solid #B8120B;
}

.post h1 {
    padding: 0px 0 0 0px;
    font-size: 24px;
    color: #FFFFFF;
}

.post h2 {
    padding: 0px 0 0 0px;
    font-size: 22px;
    color: #FFFFFF;
}

.post .entry {
    
}

.post .meta {
    padding: 0px 15px 30px 0px;
}

.post .meta p {
    margin: 0;
    padding-top: 15px;
    line-height: normal;
    color: #FFFFFF;
}

.post .meta .links {
    float: left;

}
.post .byline {
    border-left: 8px solid #B8120B;
    margin-top: -20px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 10px;
    color: #897B7B;
}

.post .meta .links {
    float: left;
}

.post .meta .more {
}

.post .meta .comments {
}

.post .meta b {
    display: none;
}


/* Sidebar */

#sidebar {
    width: 210px;
    float: right;
    margin: 0;
    padding: 0;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
    margin: 0;
    padding-left: 20px;
}

#sidebar h2 {
    width: 250px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 8px solid #B8120B;
    font-size: 20px;
    color: #FFFFFF;
}

/* Search */

#search {

}

#search h2 {
    margin-bottom: 20px;
}

#s {
    width: 100px;
    margin-right: 5px;
    margin-left: 20px;
    padding: 2px;
}

#x {
}

/* Boxes */

.box1 {
    padding: 20px;
}

.box2 {
    color: #BABABA;
}

.box2 h2 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #FFFFFF;
}

.box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
    color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
    width: 800px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    background: url(images/img03.gif) no-repeat;
}

html>body #footer {
    height: auto;
}

#footer p {
    font-size: 11px;
}

#legal {
    clear: both;
    text-align: center;
    color: #FFFFFF;
}

#legal a {
    font-weight: normal;
    color: #FFFFFF;
}


/* 営業予定 */
#days {
    background:#FFFFFF;
    color:#000000;
    border:1px solid #AAAAAA;
    border-collapse:collapse;
    width:100%;
}
#days th, 
#days td {
    border:1px solid #AAAAAA;
    padding:2px;
    empty-cells:show;
    font-size:84%;
    text-align:center;
}
#days th {
    white-space:nowrap;
    background-color:#EEEEEE;
}

/* コンテンツ部 店舗情報 */
#pageContentsShopInfo {
    background:#FFFFFF;
    color:#000000;
    border:1px solid #AAAAAA;
    border-collapse:collapse;
    width:100%;
}
#pageContentsShopInfo th, 
#pageContentsShopInfo td {
    border:1px solid #AAAAAA;
    padding:0.5em 1em;
    empty-cells:show;
}
#pageContentsShopInfo th {
    white-space:nowrap;
    background-color:#EEEEEE;
}
#pageContentsShopInfo a {
    color:#0000FF;
}

/* インテリア */
.interior {
    float:left;
    font-size:8pt !important;
    font-size:7pt;
    text-align:center;
    width:32%;
    margin-left:7px;
}
.interior img {
    width:100%;
    margin:2px 0px;
}

/* メニュー */
#menu .menuTitle {
    font-size: 16px;
    font-weight: bold;
}
#menu .attention {
    font-size:88%;
    padding-left: 1em;
}
#menu .indent {
    padding-left: 1em;
}
#menu .menuLine {
    clear:both;
    margin-bottom:1em;
    border-style: dashed;
}
#menu .menuLeft {
    float:left;
    width:48%;
    margin-right:20px;
    margin-bottom:2em;
}
#menu .menuRight {
    float:left;
    width:48%;
    margin-bottom:2em;
}
#menu ul {
    margin:0px 2em;
    padding:0px;
}
#menu .coffee {
    font-size:88%;
}

/* ランチメニュー */
#menuLunch .menuTitle {
    font-size:16px;
    font-weight:bold;
    text-align:center;
}
#menuLunch .indent {
    padding-left:1em;
}
#menuLunch .menuTable {
    width:100%;
}
#menuLunch .menuLeft, #menuLunch .menuRight {
    width:50%;
    height:100%;
    vertical-align:top;
    padding:5px;
    background:#4C2F2F;
    border:2px #6E4F4F solid;
}
#menuLunch .menuLeft table, #menuLunch .menuRight table {
    width:100%;
}
#menuLunch ul {
    margin:0px 2em;
    padding:0px;
}
#menuLunch .topping {
    width:100%;
}
#menuLunch .topping td {
    vertical-align:top;
}

.normal {
    font-weight:normal;
}
.small {
    font-size:80%;
}
.center {
    text-align:center;
}

/* クーポン */
#coupon {
    border:2px solid #BBBBBB;
    background-color:#FFFFFF;
    padding:10px;
    color:#000000;
    line-height:1.4;
}
#coupon .shopname {
    font-size:140%;
}
#coupon .privilege {
    color:#AA0000;
    font-size:120%;
    margin-bottom:5px;
    list-style-type:disc;
}
#coupon .privilege li {
    margin-left:1.5em;
}
#coupon .condition {
    list-style-type:none;
    margin-bottom:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

.bubbleTitle {
    font-size:120%;
    font-weight:bold;
}
.bubbleRight {
    text-align:right;
}
