div#genre-navi {
	font-size:0.85em;
	background-color:#D90D0D;
	margin:0px 10px;
	clear: both;
}

div#genre-navi a { color: #fff; text-decoration: underline;font-weight:bold; }
div#genre-navi a:hover { color: #bbb; }

div#genre-navi ul {
	margin: 0px;
	padding: 10px 10px;
	text-align: left;
}
div#genre-navi li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 10px 12px;
}

.top li#top a{ color: #ff0;text-decoration:none }
.okonomiyaki li#okonomiyaki a{ color: #ff0;text-decoration:none }
.other li#other a{ color: #ff0;text-decoration:none }
.cafe li#cafe a{ color: #ff0;text-decoration:none }
.curry li#curry a{ color: #ff0;text-decoration:none }
.steak li#steak a{ color: #ff0;text-decoration:none }
.noodles li#noodles a{ color: #ff0;text-decoration:none }
.chinese li#chinese a{ color: #ff0;text-decoration:none }
.european li#european a{ color: #ff0;text-decoration:none }
.chicken li#chicken a{ color: #ff0;text-decoration:none }
.meat li#meat a{ color: #ff0;text-decoration:none }
.myself li#myself a{ color: #ff0;text-decoration:none }


#photos_here{
  margin-left:10px;
  height:75px;
  text-align:left;
}

#map{
   width:900px;
   height: 415px;
   margin:0px 10px;
   margin-bottom:0px;
   border-bottom:#E46B98 0px solid;
}
em{
  font-weight:bold;
  font-style:normal;
}

#header {
	padding-top: 0px;
	text-align: center;
}

#header #logo {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:0px;
	text-align:left;
	float: left;
        background-color:#fff;

	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	padding-right: 10px;
}

#header #util{
	padding-top: 10px;
	padding-right:10px;
	text-align:right;
	float: right;

	position: absolute;
	top: 72px;
	right: 20px;
	z-index: 6;
	padding-right: 0px;
}

#footer {
   text-align:center;
    padding: 10px;
    margin:0px;
    font-size:0.7em;
    background-color:#E0E0E0;
}


/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

html[xmlns] body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:1em;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: 'ＭＳ Ｐゴシック', verdana, helvetica, arial, sans-serif, 'trebuchet ms';
    font-size:1em;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
p { margin-bottom:25px; }

blockquote{
    border-left:#ddd 7px solid;
    padding-left:18px;
}

h2, h3, h4, h5, h6, ol, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1{
  padding-top:5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size:1.5em;
}

h2, h3{
  font-size:1.4em;
}

h2{
   margin: 0px;
   background: url(/img/h2_food.gif) no-repeat 0px 7px;
   padding-top:10px;
   padding-left:35px;
}

h2.curry{
   background: url(/img/h2_curry.gif) no-repeat 0px 7px;
}

h2.cafe{
   background: url(/img/h2_cafe.gif) no-repeat 0px 7px;
}

h2.noodles{
   background: url(/img/h2_noodle.gif) no-repeat 0px 6px;
}

h2.meat{
   background: url(/img/h2_meat.gif) no-repeat 0px 6px;
}

div.related-contentbk{
  padding-top:0px;
  margin-top:0px;
  margin-bottom:15px;
  background-color:#eeeeee;
}

div.related-content{
  padding:10px;
  margin:10px 0px;
  background-color:#eeeeee;
}

div.related-content .related-header{
  font-size:1em;
  font-weight: normal;
}
div.related-entry li{
  font-size:0.75em;
}

/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    text-align: left;
}
#container-inner { position: static; width: auto;text-align:left; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#alpha{ float: left; }
#delta { float: right; }
#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
    text-align:left;
}


/* content */

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;

    padding:0px;
    border: 0px solid #000;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
    padding:10px;
}

.entry-content{
    padding:0px;
}

/*add*/
.trackbacks,
.comments {
    background: #f3f3f3;
    padding:0px;
}


.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 0px 10px 5px 10px;
    font-family: verdana, helvetica, arial, sans-serif, 'trebuchet ms';
    font-size:0.9em;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
    margin:5px 0px;
}

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

.comments-open-header {
    clear: both;
}

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

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 0px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }


.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }




/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

a { color: #0000CC; text-decoration: underline; }
a:hover { color: #00f; }

.module-content a { color: #0000CC; }
.module-content a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6 {
    font-family: verdana, helvetica, arial, sans-serif, 'trebuchet ms';
}

.module-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 5px solid #000;
    padding: 3px;
    padding-left: 10px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header {
  border-top:0px solid #ddd;
  background: transparent url('http://work.kimama-labo.com/img/bg_h23.gif') repeat-x 0 0;
  color:#000;
  margin-bottom:20px;
}

.trackbacks-header,
.comments-header,
.comments-open-header{
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    color: #333; 
    border-bottom:0px solid #999;
    padding:8px;
    font-size: 0.95em;
    font-weight: bold;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #000;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 12px;
}

.entry{
   margin-bottom:25px;
   padding-top:5px;
   background: url(/img/h2-.gif) no-repeat 0px 0px;
    border-top: 6px solid #ffff00;
}
.individual-entry-archive .entry{
   padding-top:0px;
   margin-top:0px;
   background: none;
}

.entry-more-link {
    font-size: 1.0em;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */
body { text-align: center; } /* center on ie */
body {
    min-width: 750px;
    color: #333;
    background: #ffccff;
}
/*    background: #ddd3d1;*/

/*    background: url("/img/back.jpg") repeat-x 0px 3px;*/

#container {
    width: 922px;
    margin-bottom: 20px;
    background: #fff;
    border-left: 2px solid #aaaaaa;
    border-right: 2px solid #aaaaaa;
    border-bottom: 2px solid #aaaaaa;
}

#alpha { margin: 0px 20px 0 25px; width: 650px; }
#beta { margin: 0px;margin-right: 20px; width: 204px; background: #fff; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 0px 0px 0 0px;
    border-width: 2px 0px 2px 0;
    border-style: solid;
    border-color: #fff;
}

.date-header {
    font-family: verdana, helvetica, arial, sans-serif, 'trebuchet ms';
    margin: 0px;
    padding:2px;
    font-size: 0.65em;
    color: #999; 
    letter-spacing: 2px;
}

.entry-header {
    margin-top: 0;
    border-left: 5px solid #000;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content {
    margin-top: 15px;
    line-height: 1.5;
}

.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;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 10px 5px 10px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}

.trackbacks {
    border: #000 0px solid;
}

#trackbacks-info {
    margin: 5px 0;
    padding:5px;
    color: #292e33;
    font-size: 11px;
    text-align: left;
}

.comments-open-footer {
    margin: 10px 0;
}

/* modules */

.module {
    margin: 0 0 10px 0;
    background: #c1c1c1;
}

.module-content {
    position: relative;
    margin: 0 0 0px 0;
    padding: 10px 2px 0px 2px;
    font-size: 12px;
    line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 75px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }


.module-syndicate .module-content,
.module-powered .module-content,
.module-creative-commons .module-content {
    text-align:center;
}

.module-syndicate .module-content p,
.module-powered .module-content p,
.module-creative-commons .module-content p {
    margin-bottom:5px;
}

.module-syndicate .module-content{
    text-align:center;
    border: solid 1px #000; 
    padding-top:25px;
    padding-bottom:5px;
}


.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list {
    margin: 0px 5px;
    list-style: disc;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #666;
    line-height: 1.2;
}





/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a {
  text-decoration: none;
  font-weight:bold;
  color:#000;
}
    /* Suppress the prev/next nav */
.content-nav {
    margin-top: 20px;
    padding:0px;
    display: block;
    text-align:center;
    width:auto;
    font-size:0.9em;
}



/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
}
.mt-search-results .search-results-container {
    margin-left:10px;
    font-size:1em;
}
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 70%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

.entry-tags-header{
  padding:0px;
  margin:0px;
  font-size:12px;
  font-weight:bold;
}



/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: block; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 10px solid #000;
    padding: 5px;
    color: #000;
    background: #fff;

}


/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

.comment {
    border-bottom:1px dotted #999; 
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }



div.profile {
    font-size:12px;
    line-height:1.5;
}

div.module{
    background-color: #fff;
    border:#c1c1c1 0px solid;
    border-top:#c1c1c1 0px solid;
    margin-bottom:25px;
}
div.module-content{
    padding:10px;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }

.module-tagcloud li.taglevel1  { font-size: 2.0em; }
.module-tagcloud li.taglevel2  { font-size: 1.8em; }
.module-tagcloud li.taglevel3  { font-size: 1.6em; }
.module-tagcloud li.taglevel4  { font-size: 1.5em; }
.module-tagcloud li.taglevel5  { font-size: 1.4em; }
.module-tagcloud li.taglevel6  { font-size: 1.3em; }
.module-tagcloud li.taglevel7  { font-size: 1.2em; }
.module-tagcloud li.taglevel8  { font-size: 1.1em; }
.module-tagcloud li.taglevel9  { font-size: 1.0em; }
.module-tagcloud li.taglevel10 { font-size: 0.9em; }
.module-tagcloud li.taglevel11 { font-size: 0.8em; }
.module-tagcloud li.taglevel12 { font-size: 0.6em; }

li.area1  { font-size: 0.7em; }
li.area2  { font-size: 0.8em; }
li.area3  { font-size: 0.9em; }
li.area4  { font-size: 1.0em; }
li.area5  { font-size: 1.1em; }
li.area6  { font-size: 1.2em; }
li.area7  { font-size: 1.3em; }
li.area8  { font-size: 1.4em; }
li.area9  { font-size: 1.5em; }
li.area10 { font-size: 1.6em; }
li.area11 { font-size: 1.7em; }
li.area12 { font-size: 1.8em; }
li.area13 { font-size: 1.9em; }
li.area14 { font-size: 2.0em; }
li.area15 { font-size: 2.0em; }
li.area16 { font-size: 2.0em; }
li.area17 { font-size: 2.1em; }
li.area18 { font-size: 2.1em; }
li.area19 { font-size: 2.1em; }
li.area20 { font-size: 2.2em; }
li.area21 { font-size: 2.2em; }
li.area22 { font-size: 2.2em; }
li.area23 { font-size: 2.3em; }
li.area24 { font-size: 2.3em; }
li.area25 { font-size: 2.3em; }
li.area26 { font-size: 2.4em; }
li.area27 { font-size: 2.4em; }
li.area28 { font-size: 2.4em; }
li.area29 { font-size: 2.5em; }
li.area30 { font-size: 2.5em; }
li.area31 { font-size: 2.5em; }
li.area32 { font-size: 2.6em; }
li.area33 { font-size: 2.6em; }
li.area34 { font-size: 2.7em; }
li.area35 { font-size: 2.7em; }
li.area36 { font-size: 2.8em; }
li.area37 { font-size: 2.8em; }
li.area38 { font-size: 2.8em; }
li.area39 { font-size: 2.9em; }
li.area40 { font-size: 2.9em; }
li.area41 { font-size: 2.9em; }
li.area42 { font-size: 3.0em; }

.related-content{
  font-size:0.8em;
}
.archive-content ul,
.related-content ul,
.comments-content ul,
.releted-entry ul,
.module-content ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  margin-top:5px;
  padding-left: 5px;
}

.releted-entry li, .related-content li, .comments-content li , .module-content li {
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 5px;
  background: url(/img/arrow.gif) no-repeat 5px 5px;
}



.module-content .dir {
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  background: url(/img/folder.gif) no-repeat 0px 0px;
  background-color:#fff;
}

.archive-content .text ,
.module-content .text {
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 5px;
  background: url(/img/text.gif) no-repeat 0px 0px;
  background-color:#fff;
}




.comment-content p{
  margin-top:0px;
  padding-top:0px;
}


.module-gmap-link {
    padding-top:1px;
    padding-bottom:10px;
    margin-top:5px;
    margin-bottom:35px;
    font-size:12px;
}


#profile {
  background: url(/img/profile.gif) no-repeat 15px 15px;
  width:auto;
  padding:15px 15px 15px 60px;
  font-size:0.8em;
  border-top:#ddd 1px solid;
  border-bottom:#ddd 1px solid;
  margin: 20px;
}
#google_footer {
   width:auto;
   padding:0 0px;
   text-align:center;
   margin-top:10px;
}

.entry-body img.waku{
  padding: 6px;
  border: #ddd 1px solid;
  margin:5px;
}

h3{
  border-top: #ddd 0px solid;
  padding-top:30px;
  margin-top:30px;
}

body{
	background-color:#ccd0cc;
}


div#entry-table table.info {
	margin: 20px 1px;
	padding: 0px;
	border-collapse: collapse;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
        font-size:0.9em;
}

div#entry-table table.info th {
	margin: 0px;
	padding: 0.5em 1em;
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
	background-color: #F6F6F5;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
}

div#entry-table table.info td {
	margin: 0px;
	padding: 0.5em;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}
div#main-area {
	margin: 11px;
}
div#main-area-inner {
    line-height: 150%;
    margin: 0px;
    padding: 0px 10px;
    text-align:left;
}

div.menu{
   border:#D90D0D 2px solid;
   padding:0px;
   margin: 0px 0px 35px 0px;
}
div.menu .menu-header{
   font-weight:bold;
   background-color:#D90D0D;
   color:#fff;
   padding:5px 10px;
   margin: 0px;
}
