@import "http://";
/* Yakinikutei WebSite CSS */

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

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    font-family: verdana, 'trebuchet ms', sans-serif;

}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 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;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* lightbox */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
#overlay {
  text-align: left;
  background-image: url(images/overlay.png);
}
#lightboxCaption {
	color: #333333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(images/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000000;
	background-image: url(images/blank.gif);
	filter: Alpha(opacity=50);
}


/* page layout */

/* content */

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

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    margin: 10px 0px 20px 10px;
    clear: both;
}

.entry-more-link{
    clear: both;
    font-size: 11px;
    margin: 0px 0px 0px 60px;
}


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

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

.trackback-footer,
.comments-open-footer,
.archive-content {
    clear: both;
}

.comments-open label { display: block; }

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

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

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

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

/* modules */

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

* html .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-list { height: 1%; }
.module-list {
 display: block;
 line-height: 150%;
}


/* スタイル */
body { text-align: center; } /* center on ie */

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

#banner { position: relative; }
#banner-inner { position: static; }

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

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

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}

/* 本文タイトル */
a { color: #FFB700; text-decoration: underline; }
a:hover { color: #EC3402; }

/* バナータイトル */
#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #EC3402; }

/* サイドメニューリンク */
.module-content a { color: #fff; }
.module-content a:hover { color: #EC3402; }

h1, h2, h3, h4, h5, h6 {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 80%;
    w\idth: auto;
    border-left: 5px solid #cc0000;
    padding: 5px;
    color: #fff;
    background: #400A00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.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: #fff;
}

.topmenu {
    font-size: 11px;
}

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


/* page layout */

/* 全体のサイズ・背景 */
body {
    min-width: 780px;
    color: #ffffff;
    background: #000000;
    /*background-image : url(images/bar2.gif); */
}

/* 大枠のサイズ・背景 */
#container {
    width: 780px;
    margin: 20px;
    border-color: #333333;
    background: #000000;
}

/* 大枠の囲い */
#container-inner {
    background: #000000; 
}

#menu {
 width: 780px;
 height: 25px;
 text-align: right;
 vertical-align: middle;
 margin: 0px;
 padding: 0px;
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 font-size: 14px;
 font-weight: bold;
 background-image : url(images/index02_menu.jpg); 
 background-repeat: no-repeat;
 background-attachment: fixed;

}
#menu a { text-decoration: none; }

/* バナーサイズ・背景 */
#banner {
    width: 780px; /* necessary for ie win */
    height: 90px;
    /*background-image : url(images/index01_banner.jpg);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* バナー囲い */
#banner-inner {

}

#banner-header {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-align: right;
}

#copyright {
 width: 780px;
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 font-weight: bold;
 font-size: 12px;
 background-image: url("images/index04_footer.jpg");
 text-align: right;
 height:30px;
 background-repeat: no-repeat;
 background-attachment: fixed;
}

/* 中のスペース */

#alpha { width: 587px; background: #000000; }
#beta { width: 190px; float:right background: #000000; }
#gamma, #delta { width: 160px; background: #000000; }

#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 10px 0 10px;
}

.date-header {
    margin: 0 0 0 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    width: 30%;
    margin-top: 10px;
    border-left: 8px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 0 10px;
    color: #ffffff;
    font-size: 21px;
}

.archive-title {
    width: 60%;
    margin: 20px 0px 0px 10px;
    border-left: 3px solid #ffcc66;
    border-bottom: 1px solid #ffcc66;
    background-position: bottom;
    padding: 0px 0px 0px 10px;
    color: #ffffff;
    font-size: 16px;
}

#archive-title {
    width: 80%;
    margin: 30px 0px 0px 30px;
    border-left: 3px solid #ffffff;
    border-bottom: 1px solid #ffcc66;
    background-image: url(images/title.jpg);
    background-position: bottom;
    padding: 0px 0px 0px 10px;
    color: #ffffff;
    font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content {
    font-size: 14px;
    margin: 10px 0px 5px 40px;
    line-height: 1.5;
}

.entry-tags {
    margin: 0px 0px 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 {
    width: 90%;
    margin: 0px 0px 20px 40px;
    border-top: 1px solid #ffffff;
    padding-top: 3px;
    color: #ffffff;
    font-size: 10px;
    text-align: right;
}

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

.content-nav { margin-top: 0; }

/* 中央部分本文 */
.pro {
 float:center;
 width:480px;
 background-color: #FFFFFF;
 color: #400a00;
 font-size: 14px;
 line-height: 150%;
 border: 1px solid #ffcc66;
 margin: 10px 0px 0px 0px;
 padding: 10px;
}

.kawara {
 float:center;
 width:500px;
 background-color: #FFFFFF;
 background-image: url(images/kawara_back.jpg);
 background-position: right bottom;
 background-repeat: no-repeat;
 color: #400a00;
 font-size: 14px;
 line-height: 150%;
 border: 1px solid #ffcc66;
 margin: 0px;
 padding: 10px;
}

.donbe {
 float:center;
 width:500px;
 background-color: #FFFFFF;
 background-image: url(images/donbe_back.jpg);
 background-position: right bottom;
 background-repeat: no-repeat;
 color: #400a00;
 font-size: 14px;
 line-height: 150%;
 border: 1px solid #ffcc66;
 margin: 0px;
 padding: 10px;
}

.mainphoto {
 float:left;
 width:500px;
 text-align: center;
}

.annai {
 float:left;
 width:500px;
 background-color: #ffffff;
 color: #400a00;
 border: 1px solid #ffcc66;
 padding: 10px;
 }
.value {
 float:left;
 width:120px;
 background-color: #ffffff;
 font-size: 14px;
 line-height: 180%;
}
.mark {
 float:left;
 width:20px;
 background-color: #ffffff;
 text-align: center;
 font-size: 14px;
 line-height: 180%;
}

.input {
 float:left;
 width:360px;
 background-color: #ffffff;
 font-size: 14px;
 line-height: 180%;
}

.image0	{
 float:left;
 width:480px;
 margin: 5px;
 padding: 5px;
}

.image1 {
 float:left;
 width:240px;
 text-align: center;
}

.image2	{
 float:left;
 width:240px;
 text-align: center;
}

#trackbacks-info {
    margin: 10px;
    border: 1px dashed #cc0000;
    padding: 0 10px;
    color: #cc0000;
    font-size: 11px;
    text-align: center;
    background: #400A00;
}

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

/* modules */

.module {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ffffff;
    background: #400A00;
}



.module-powered { border-width: 0; }
.module-powered {
    margin-bottom: 0;
    border: 1px dashed #ffffff;
    padding-bottom: 10px;
    color: #400A00;
    background: #fff;
}

.module-list-item a:hover {
    border-color: #400A00;
}

.module-content {
    margin: 0 0 10px 0;
    font-size: 10px;
    line-height: 1.2;
    background-image : url(images/bar2.gif);
}

.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #cc0000;
    background-color: #400A00;
    color: #ffffff;
    padding: 5px;
}

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

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

.archive-list {
    padding: 0;
    margin: 0px 15px 10px 0px;
    list-style: circle;
}

.module-list {
    margin: 0 5px 10px 5px;
    display: block;
    height: 1%;

.module-list-item {
    width: 64px; /* mac ie fix */
    /* ie win fix \*/ height: 1%; /**/
    float: left;
    margin: 5px 0px 10px 2px;
    padding: 0;
    color: #ffffff;
    line-height: 1.2;
    list-style: disc;
}

.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

