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

/* basic elements */

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-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
}

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

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

h3 { font-weight: normal; }
h3 {
    margin-top: 0px;
    margin-bottom: -13px;
}


/* 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; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 810px;
    text-align: left;
    background: url(img/body_bg.jpg) left repeat-y;
}
#container-inner { position: static; width: auto; }

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

#pagebody { position: relative; width: 100%;
margin: 0px 0px 0px 4px;
}
#pagebody-inner { position: static; width: 100%; }

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

#beta { float: left;
}



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

/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

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

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 533px;
    margin: 0px 0px -20px 5px;
    padding: 0px 10px 20px 10px;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
}

.entry-top {
    position: static;
    overflow: hidden;
    clear: both;
    width: 543px;
    margin: 0px 0px 0px 5px;
    padding: 0px 10px 20px 0px;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
}

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

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

.entry-body {
line-height: 2;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 0px 10px 20px 10px;
    background: url(img/entry-footer.gif) no-repeat right bottom;
    height: 155px;
}

*:first-child+html .entry-footer {
    height: 158px;
}

.entry-top-footer {
    clear: both;
    margin: -10px 10px 20px -5px;
    background: url(img/entry-footer.gif) no-repeat right bottom;
    height: 70px;
}

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

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-content {
    position: relative;
    margin: 5px 10px 0px 10px;
}

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

.module-list-item {
padding: 5px 0px 10px 20px;
background-image: url(img/arrow01.gif);
background-repeat: no-repeat;
line-height: 2;}

.side-list-item {
font-size: 12px;
padding: 5px 0px 0px 20px;
background-image: url(img/arrow01.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

.category-list {
margin: 0px 0px 10px 0px;
padding: 10px 0px 10px 0px;
list-style: none;
background: #eee;
}

.category-list-item {
font-size: 10px;
padding: 0px 0px 5px 15px;
background-image: url(img/arrow02.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
line-height: 1.4;}

.category-list-item1 {
font-size: 12px;
padding: 5px 0px 0px 20px;
background-image: url(img/number01.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

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

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

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}



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

/* basic page elements */

body {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }

#banner a { color: #555; text-decoration: none; }
#banner a:hover { color: #555; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

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

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

    margin: 0;
    padding: 10px 5px 0px 10px;
    height: 30px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header01 {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 0;
    padding: 5px;
    color: #333;
    background: #a3b8cc;
    font-size: 13px;
    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;
}

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

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


/* page layout */

body {
    min-width: 810px;
    color: #333;
    background: #F9EEDD;
}

#top-lead {
   position: relative;
   margin: 0 auto; /* center on everything else */
    width: 810px;
   text-align: left;
    background: #F9EEDD;
}

#lead {
text-align: left;
font-weight: normal;
font-size: 14px;
margin: 10px 0px 0px 25px;
}

#container {
    width: 810px;
    margin-bottom: 20px;
}

#banner {
margin: 0px 0px 0px 5px;
height: 220px;
background: url(images/banner_bg.jpg) no-repeat;
}

#banner1 {
margin: 0px 0px 0px 5px;
height: 140px;
background: url(images/banner_bgs.jpg) no-repeat;
}

#banner-profile {
margin: 0px 0px 0px 5px;
height: 220px;
background: url(http://www.swrb.jp/kitchen/img/banner_profile.jpg) no-repeat;
}

#banner-monologue {
margin: 0px 0px 0px 5px;
height: 220px;
background: url(http://www.swrb.jp/kitchen/img/banner_monologue.jpg) no-repeat;
}

#banner-article {
margin: 0px 0px 0px 5px;
height: 220px;
background: url(http://www.swrb.jp/kitchen/img/banner_bg-article.jpg) no-repeat;
}

#banner-inner {
    padding: 15px 0px 15px 13px;
}

#banner-header {
    margin: 0;
    color: #555;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
}

#banner-description {
    margin-top: 20px;
    margin-bottom: 0;
    color: #555;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}

#button-profile {
margin: 160px 0px 0px 0px;
}
#alpha { 
width: 560px;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
overflow: hidden;
}


#beta { width: 200px; 
_margin-left: 15px;
}
#gamma, #delta { width: 180px;  }

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

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

.entry-header {
    margin-top: 0;
    padding: 0 0 0 10px;
    color: #066401;
    font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    padding: 0px 5px 0px 15px;
    line-height: 1.7;
}

.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 0 20px 0;
    padding-top: 0px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

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

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

#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #a3b8cc;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: center;
    background: #e6ecf2;
}

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

/* modules */

.module {
    margin: 0 0 10px 0;
}

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

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

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

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
}

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

.module-list {
    margin: 0 15px 10px 0px;
    list-style: none;
}

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

.typelist-thumbnailed .module-list {
    margin: 0 0 10px 0;
    list-style: none;
}

.typelist-thumbnailed .module-list-item {
    margin: 1px 0;
    padding: 0;
    background: #f3f6f9;
}

.typelist-thumbnail {
    background: #fff;
}

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

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
    margin: 0;
    border-width: 0;
    padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

.module-recent-photos .module-list-item a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #36414d;
    background: #fff;
}

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







/* two-column-left tweaks */

.layout-two-column-left #alpha {
    margin: 0;
    width: 200px;
}

.layout-two-column-left #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-two-column-left #beta {
    margin: 15px 15px 0 15px;
    width: 550px;
    background: none;
}

.layout-two-column-left #beta-inner {
    padding: 0;
    border-width: 0;
}



/*
 *  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; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

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

/* 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; }

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

/* 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,
.individual-entry-archive,
.date-based-archive,
.category-archive {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 557px;
    w\idth: auto;
    margin: 0px 0px 0px 5px;
    padding: 7px 0px 0px 50px;
    color: #333;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
}

/* 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;
}

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

.fft01 {
font-size: 8pt;
background: #F9EEDD;
}

.fft01w {
font-size: 8pt;
}

.fft02 {
font-size: 9pt;
background: #F9EEDD;
}

.fft02w {
font-size: 9pt;
}

#footer-copy {
margin: 5px 0px 0px 0px;
_font-size: 7pt;
font-size: 8pt;
}

*:first-child+html #footer-copy {
font-size: 6pt;
}

.entry2
{
float:left;
position: static;
overflow: hidden;
width:273px;
margin: 0px 0px 0px 0px;
background: url(img/bg_entrylist.jpg) repeat-y;
}

.entry1
{
float:left;
position: static;
overflow: hidden;
width:273px;
margin: 20px 0px 0px 0px;
background: url(img/bg_entrylist.jpg) repeat-y;
}

.entry-list {
margin: 0px 10px 10px 5px;
padding: 0;
list-style: none;	
}

.entry-list-item
{
padding: 5px 0px 10px 20px;
background-image: url(img/arrow01.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
line-height: 1.5;}

.entry-category {
padding: 10px 90px 0px 10px;
margin: 0px 0px 0px 0px;
height: 25px;
font-weight: bold;
background: url(img/bg_entryheader.jpg) no-repeat;
}

.footer-type {
background: url(img/bg_footer.jpg) no-repeat;
height: 20px;
}

.footer-base {
background: url(img/bg_footer_base.jpg) no-repeat;
height: 100px;
}

.module-footer {
background: url(img/module_footer.jpg) no-repeat bottom left;
height: 10px;
margin: -10px 0px 10px 0px;
}

.photo-caption {
font-size: 10px;
margin: 0px 0px 10px 0px;
line-height : 120%;
}

.photo-caption1 {
font-size: 10px;
margin: 0px 0px 5px 30px;
line-height : 120%;
}

.entry-img01 {
float: left;
margin: 0px 10px 10px 0px;
border: 1px solid #aaa;
}

.entry-img01a {
float: left;
margin: 0px 10px 10px 0px;
}

.entry-img01g {
float: left;
margin: 0px 10px 10px 0px;
padding: 5px 5px 5px 5px;
border: 1px solid #aaa;
}

.entry-img02 {
margin: 0px 10px 10px 0px;
}

.entry-img03 {
float: right;
margin: 0px 10px 10px 10px;
border: 1px solid #aaa;
}

.entry-img03a {
float: right;
margin: 0px 10px 10px 10px;
}

.entry-img04 {
float: left;
margin: 0px 5px 10px 0px;
border: 1px solid #aaa;
}

#archive-title {
background: url(http://www.swrb.jp/kitchen/img/entry_title.jpg) no-repeat;
font-size: 16px;
font-weight: bold;
height: 40px;
width: 547px;
margin-left: -27px;
padding: 10px 0px 0px 45px;
}

#entry-header {
background: url(img/entry_title.jpg) no-repeat;
font-size: 16px;
font-weight: bold;
color: #066401;
height: 40px;
width: 547px;
padding: 8px 0px 0px 55px;
}

#entry-header1 {
background: url(img/entry_title1.jpg) no-repeat;
font-size: 16px;
font-weight: bold;
height: 35px;
width: 547px;
padding: 10px 0px 0px 55px;
margin: 10px 0px 0px 0px;
}

.entry-item-group {
background: #dbebb5;
margin: 0px 0px 0px 40px;
padding: 5px 0px 5px 0px;
}

.entry-item {
padding: 0px 0px 5px 15px;
}

.entry-sub-header {
font-size: 16px;
color: #066401;
font-weight: bold;
padding: 0px 0px 0px 10px;
margin: 10px 0px 20px 0px;
border-top: 1px solid #066401;
border-bottom: 1px solid #066401;
}

.entry-sub-header1 {
font-size: 12px;
color: #066401;
padding: 0px 0px 0px 0px;
margin: 0px 15px 14px 60px;
border-top: 1px solid #9abc56;
border-bottom: 1px solid #9abc56;
}

h5 {
font-size: 14px;
color: #6b8f19;
font-weight: bold;
background: url(http://www.swrb.jp/kitchen/img/bullet03.gif) no-repeat left;
padding: 0px 0px 0px 25px;
margin: 10px 0px 0px 0px;
}

blockquote {
margin: 10px 0px 10px 0px;
padding: 5px 5px 5px 5px;
background: #eeeeee;
border: 1px dotted #333;
}

/* index styles */

img#style_bigbanner {
	margin: 10px 0;
}

div.reform_index_subcontents_link {
	margin:5px auto;
	font-weight:bold;
	font-size:12px;
}

div.reform_index_subcontents_link img {
	margin-right:5px;
}

div.reform_index_subcontents_line {
	display:block;
	background:url(http://swrb.jp/kitchen/common/images_reform/index_line001.jpg) no-repeat;
	width:169px;
	height:4px;
	margin:5px 0px;
	font-size:0px;
}

/* 下部バナー設定 */

#reform_footer {
margin: -15px 0px 20px 0px;
_margin: -15px 10px 1px 0px;
background: url(http://swrb.jp/kitchen/img/entry-footer01.gif) no-repeat;
}

*:first-child+html #reform_footer { 
margin: -20px 10px 20px 0px;
}

div#reform_footbanner {
	width:537px;
	height:90px;
	margin:10px 0px 0 13px;
	background-color: #ffffff;
}

div#reform_footbanner_left {
	background:url(http://swrb.jp/kitchen/common/images_reform/index_bt009.jpg) no-repeat;
	width:265px;
	height:90px;
	margin-right:7px;
	float:left;
	text-decoration:none;
	border:0;
}

div#reform_footbanner_left a {
	width:265px;
	height:90px;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	display:block;
}

div#reform_footbanner_right {
	background:url(http://swrb.jp/kitchen/common/images_reform/index_bt010.jpg) no-repeat;
	width:265px;
	height:90px;
	float:left;
	text-decoration:none;
	border:0;
}

div#reform_footbanner_right a {
	width:265px;
	height:90px;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	display:block;
}

/* サイドバー設定 */

div#sidebar_returntop {
	background:url(http://swrb.jp/kitchen/common/images/rnavi_bt_reform.gif) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	margin:14px 0px 14px 0px;
	width:170px;
	height:46px;
}

div#sidebar_returntop a {
	width:170px;
	height:46px;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	display:block;
}

div.sidebar_line {
	display:block;
	background:url(http://swrb.jp/kitchen/common/images/bg001.gif) no-repeat;
	width:178px;
	height:2px;
	margin:5px 0px 5px 0px;
	font-size:0px;
}

div#sidebar_block {
	background:url(http://swrb.jp/kitchen/common/images_reform/sidebar_bg001.jpg) repeat-y;
	margin-top:10px;
	width:171px;
}

div#sidebar_block div#sidebar_dic_title {
	background:url(http://swrb.jp/kitchen/common/images_reform/sidebar_ti005.jpg) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	width:171px;
	height:31px;
	display:block;
}

div#sidebar_block div#sidebar_etc_title {
	background:url(http://swrb.jp/kitchen/common/images_reform/sidebar_ti006.jpg) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	width:171px;
	height:31px;
	display:block;
}

div#sidebar_block div#sidebar_class_title {
	background:url(http://swrb.jp/kitchen/common/images_reform/sidebar_ti002.jpg) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	width:171px;
	height:31px;
	display:block;
}

div#sidebar_block div#sidebar_recommend_title {
	background:url(http://swrb.jp/kitchen/common/images_reform/sidebar_ti003.jpg) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	width:171px;
	height:31px;
	display:block;
}

div#sidebar_block div#sidebar_style_title {
	background:url(http://swrb.jp/kitchen/common/images_reform/sidebar_ti001.jpg) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	width:171px;
	height:31px;
	display:block;
}

div#sidebar_block div#sidebar_block_bottom {
	background:url(http://swrb.jp/kitchen/common/images_reform/sidebar_bottom001.jpg) no-repeat;
	font-size:0px;
	width:171px;
	height:8px;
}

div#sidebar_block div.sidebar_link {
	display:block;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:8px;
	padding-left:13px;
	background:url(http://swrb.jp/kitchen/common/images_reform/ic002.gif) no-repeat;
	background-position-x:left;
	background-position-y:center;
	text-align:left;
}

div#sidebar_block div.sidebar_link1 {
	display:block;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:8px;
	padding-left:13px;
	background-position-x:left;
	background-position-y:center;
	text-align:left;
}

div#sidebar_seminar_title {
	background:url(http://swrb.jp/kitchen/common/images_reform/sidebar_ti004.jpg) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	margin:5px 0px;
	width:171px;
	height:64px;
}

div#sidebar_seminar_title a {
	width:171px;
	height:64px;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	display:block;
}

div#sidebar_randbshop_banner {
	background:url(http://swrb.jp/kitchen/common/images_reform/bnr001.gif) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	margin:10px 0px;
	width:167px;
	height:50px;
}

div#sidebar_randbshop_banner a {
	width:167px;
	height:50px;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	display:block;
}

div#sidebar_livingdesign_banner {
	background:url(http://swrb.jp/kitchen/common/images_reform/bnr002.gif) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	margin:5px 0 10px 0px;
	width:167px;
	height:30px;
}

div#sidebar_livingdesign_banner a {
	width:167px;
	height:30px;
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	display:block;
}

#green{
background: url(images/green_top.gif) no-repeat left top;
padding: 15px 60px 0px 60px;
margin: 0px 0px 0px 0px;
line-height : 170%;
}

#green_bottom {
background: url(images/green_bottom.gif) no-repeat left bottom;
padding: 0px 0px 0px 15px;
margin: -2px 0px 0px 0px;
_margin: -9px 0px 0px 0px;
}

*:first-child+html　#green{
margin-bottom: -20px;
}

#top_description {
margin: 0px 10px 20px 20px;
}

#top_content {
margin: 0px 0px 0px -5px;
}

#top_content a { color: #066401; text-decoration: none; }
#top_content a:hover { color: #066401; }

.module-list-item {
font-size: 14px;
color: #a80e1a;
font-weight: bold;
background: url(http://www.swrb.jp/reformshop/ecoreform/img/bullet05.gif) no-repeat left;
padding: 0px 0px 0px 30px;
margin: 20px 0px 10px 0px;
}

.top-note {
font-size: 10px;
margin: 0px 10px 0px 20px;
padding: 5px 0px 5px 40px;
border-top: 1px dotted #aaa;
border-bottom: 1px dotted #aaa;
}

.subtitle04 {
font-size: 12px;
color: #066401;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 20px 0px 5px 0px;
}

.arrow-link {
display: inline;
border-top: 2px solid #066401;
border-bottom: 2px solid #066401;
padding: 8px 0px 5px 0px;
no-repeat left;
margin-top: 10px;
_margin-top: 10px;
}

.greentable {
margin: 0px 0px 10px 0px;
}

.greentable .cellyellow {
background: #f0f065;
text-align: center;
}

.greentable td {
border-bottom: 1px solid #ccc;
}
.profile-content a { color: #a80e1a; text-decoration: underline; font-weight: bold; }
.profile-content a:hover { color: #a80e1a; }

/*------------------------------------------------------------
 new footer & others
------------------------------------------------------------*/
#lead01 {
text-align: left;
font-weight: normal;
font-size: 10px;
margin: 10px 0px 10px 0px;
}

#innerTop01 {
text-align: left;
font-weight: normal;
font-size: 10px;
margin: 10px 0px 10px 0px;
}

#footer {
width: 810px;
padding: 0px 0px 18px 20px;
margin: 0 auto;
}

#footer ul {
 width: 500px;
 margin: 0 auto;
 text-align: left;
}

 *html #footer ul {
  margin: 0;
  _margin: 0px 0px 0px 24px;
 }

#footer ul li {
 display: inline;
 padding-left: 10px;
}

#footer ul li img {
 display: inline;
}

#footer h3 {
 width: 810px;
 padding: 10px 0px 0px 10px;
 _padding: 10px 0px 0px 60px;
 margin: 0 auto;
 color: #999;
 font-size: 80%;
 *font-size: 71%;
 font-weight: normal;
 text-align: left;
}

head~/* */body #footer h3 { 
padding-bottom: 20px;
}


#footer-innerTop {
 width: 760px;
 margin: 0 auto;
 padding-right: 40px;
}

#footer-innerTop .btn-jsgc {
 float: right;
}

#footer ul {
 width: 500px;
 margin: 0;
 text-align: left;
 float: left;
}

#footer h3 {
 width: 810px;
 margin: 0px 0px 20px 0px;
 float: left;
}

#footer a { color: #555; text-decoration: none; }
#footer a:hover { color: #555; }


