/*
 
 Theme Name: mokuyoren
 Theme URI: http://jp.cssez.com/demo.php?d=b753ad3a0b9de7b0deb6033d8498dff6
 Description:
 Version: 1.0
 Author: CSSEZ.com
 Author URI: http://jp.cssez.com/
 
 mokuyoren
 This theme was designed and built by CSSEZ.com,
 through http://jp.cssez.com/.
 
 The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/
 
 */
/* Cross-browser settings */
* {
    margin: 0;
    padding: 0;
}
/* general styles */
body {
    height: 100%;
    background-color: #ffffff;
}

img {
    border: 0;
}

a {
    color: #2f2f2f;
}

a:visited {
    color: #2f2f2f;
}

a:hover {
    color: #df4a38;
}

#topbunner {
    float: right;
    width: 280px;
    padding: 2px 0 10px 0;
}

#toppbunner h2 {
    float: right;
}

#toplogo {
    float: left;
    margin: 0 1px 0 1px;
    padding: 8px 0 0 8px;
    background: url(image/topimage.jpg) no-repeat;
    width: 735px;
    height: 227px;
}

#topinfo {
    float: left;
    width: 463px;
    /*height: 40px;*/
    padding: 2px 2px 10px 0;
    margin: 0;
}
/*#topinfo .corner {
 background:#aec2bc;
 width:280px;
 margin:4px auto 4px auto;
 text-align:center;
 padding:4px;
 }*/
#topinfo h1 {
    background: #aec2bc;
    color: #000000;
    padding: 4px 0 4px 0;
    font-size: 140%;
    text-align: center;
}

#topinfo h2 {
    color: #000000;
    margin: 20px 0 0 20px;
    padding: 0 20px 0 0;
    font-size: 120%;
    border-color: #df4a38;
    border-width: 0 0 0 16px;
    border-style: solid;
}

#topinfo ul {
    padding: 0 0 0 40px;
    list-style-type: none;
    font-size: small;
    line-height: 130%;
}

#topinfo p {
    font-size: small;
    line-height: 120%;
    margin: 8px 8px 0 8px;
}

#wrapper {
    width: 745px;
    margin: 0px auto;
    padding: 0px;
    background: #ffffff;
    color: #333333;
    font: 1.0em / 150% 'arial', sans-serif;
}

.main {
}

.entry{
	background-color:#ffffff;
}

#header {
    background: #E4E6EB;
    margin: 5px 0 0 0;
}

#breadcrumb {
    background: #E4E6EB;
    font-size: small;
    padding: 0 0 0 5px;
    margin: 0;
}
/* Navigation */
#navigation {
    float: left;
    width: 745px;
    margin: 0 auto 0 auto;
    background: #E4E6EB;
    border-style: solid;
    border-width: 0 0px 0 0px;
    border-color: #272B2F;
}

#navigation ul {
    list-style: none;
    padding: 0 0 0 0;
    text-align: center;
    height: 40px;
    margin: 0 0 0 0;
}

#navigation li {
    display: inline;
    margin: 0 0 0 0 ;
    padding: 0 0 0 0;
    font-size: small;
    text-align: center;
}

#navigation li a {
    background: url(image/headermenu.gif) repeat-x;
    float: left;
    width: 147px;
    height: 40px;
    margin: 0 1px 0 1px;
    color: #272B2F;
    text-decoration: none;
    text-align: center;
}

#navigation li a:hover {
    margin: 0;
    width: 147px;
    height: 40px;
    background: url(image/headermenu_hover.gif) repeat-x;
    margin: 0 1px 0 1px;
    color: #DF4A38;
    text-decoration: underline;
    text-align: center;
}

#navigation li a.tabs {
    float: left;
    padding-left: 1px;
    text-decoration: none;
    width: 200px;
}

#navigation li a.tabs:hover {
}

#navigation li a.tabs span {
    float: left;
    padding: 5px 15px 4px 6px;
    color: #FFFFFF;
    font-size: 1.0em;
}

#navigation li a.tabs:hover span {
    color: #6B78A9;
}
/* Main contents */
#contents {
    float: right;
    width: 590px;
    margin: 4px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #E4E6EB;
    background: #ffffff;
    font-size: 80%;
    text-align: left;
    line-height: 140%;
    height:100%;
}
/*
 #contents h2 {
 margin: 20px 25px 10px;
 padding: 10px 20px;
 border-top: 1px solid #999999;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
 border-left: 5px solid #5A5573;
 color: #000000;
 font: bold 1.6em 'arial', sans-serif;
 text-align: left;
 }
 */
 
*html body #contents p {
    margin: 4px 8px 0 10px;
    font-size: 1.1em;
    line-height: 1.6em;
}

#contents p {
    margin: 4px 16px 0 20px;
    font-size: 1.1em;
    line-height: 1.6em;
}

#contents li {
    font-size: 1.1em;
    margin: 0 40px 8px 40px;
    line-height: 1.4em;
}

#contents .corner {
    background: #aec2bc;
    width: 560px;
    margin: 4px auto 4px auto;
    text-align: center;
    padding: 4px;
}

#contents .corner h2 {
    margin: 0;
    padding: 4px;
    font-size: large;
    color: #000000;
}

#contents h2 a {
    color: #000000;
}

#contents .categorytitle {
    font-size: large;
    color: #000000;
}

*html body #contents h3 {
    color: #000000;
    margin: 12px 0 8px 5px;
    padding: 2px;
    font-size: middle;
    border-color: #df4a38;
    border-width: 0 0 0 10px;
    border-style: solid;
    clear: both;
}

#contents h3 {
    color: #000000;
    margin: 12px 0 8px 10px;
    padding: 2px;
    font-size: middle;
    border-color: #df4a38;
    border-width: 0 0 0 10px;
    border-style: solid;
    clear: both;
}

*html body #contents h2 {
    color: #aec2bc;
    margin: 8px 0 0 2px;
    padding: 4px;
    font-size: large;
    clear: both;
}

#contents h2 {
    color: #aec2bc;
    margin: 8px 0 0 4px;
    padding: 4px;
    font-size: large;
    clear: both;
}

#contents .contents_body {
    margin: 6px;
    padding: 0px;
}

#contents blockquote {
    padding: 10px;
    background: #efefef;
    border: #999999;
}

#contents .member {
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
    border-width: 0 0 3px 0;
    border-style: dotted;
    border-color: #aec2bc;
}

#contents .member p {
    margin: 0 0 0 2px;
    padding: 0;
}

#contents .member h3 {
    font-size: 150%;
    margin-bottom: 10px;
}

#contents .member img {
    margin: 1px;
}

#contents .member address {
    font-size: 120%;
    font-style: normal;
    margin-left: 16px;
    margin-bottom: 8px;
}

#contents .memberlist {
    margin: 0 20px 0 20px;
}

#contents .memberlist li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 6px 0 6px;
}

#contents .memberlist li + li {
    border-left: 1px solid #999;
}

#contents .midashi {
    border-width: 0 0 0 6px;
    border-color: #aec2bc;
    border-style: solid;
    margin: 6px 20px 6px 6px;
    padding: 2px;
    font-size: 110%;
}

#contents .nakami {
    font-size: 110%;
}

#contents .keisai {
    margin-left: 24px;
    width: 100%;
    border-style: dashed;
    border-width: 0 0 1px 0;
    border-color: #CCCCCC;
}
/*
 .price {
 text-align: right;
 }
 
 .pricetable {
 margin: 0 20px 0 20px;
 line-height: 110%;
 }
 
 .pricetable table {
 border-collapse: collapse;
 }
 
 .pricetable td {
 padding: 4px;
 vertical-align: top;
 }
 
 .pricetable table {
 width: 540px;
 font-size: 120%;
 color: #666666;
 margin-bottom: 30px;
 border-collapse: separate;
 border-spacing: 1px;
 }
 
 .pricetable th {
 padding: 5px;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 background-color: #E1E2E6;
 }
 
 .pricetable td {
 padding: 5px;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 background-color: #EFF2F3;
 }
 
 .pricetableunder {
 border-width: 4px 4px 4px 4px;
 border-color: #333333;
 }
 */
.comment {
    font-size: 80%;
}

#contents .categorylist {
    margin-left: 16px;
}

.aisatu {
    line-height: 140%;
    margin: 0 60px 0 20px;
}

.aisatu img {
    float: left;
    margin: 4px;
}

.jusyo {
    clear: both;
    text-align: right;
    margin: 8px 20px 0 20px;
    line-height: 130%;
    font-size: medium;
}

.jusyolist {
    text-align: left;
    margin: 8px 20px 0 20px;
    line-height: 120%;
    font-size: medium;
}

.linkul {
    list-style-type:none;
}

.linkul a{
    border: 0;
}


*html body .workimage {
    float: left;
/*    margin: 8px 10px 0 10px;*/
}

.workimage {
    float: left;
    margin: 8px 20px 0 20px;
}
    
.workimagelist img{
    margin: 4px 10px 30px 20px;
    float: left;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;    
}  
    
.workimagelist a:hover img{
    float: left;
    border-width: 1px;
    border-color: #df4a38;
    border-style: solid;
}  
      
.workcapc {
    clear: both;
    line-height: 120%;
    margin: 0 20px 0 20px;
}

.workcapr {
    line-height: 120%;
    margin: 8px 20px 0 20px;
}

#contents h4 {
    clear: both;
    border-bottom: 1px dashed #000000;
    margin: 0 20px 0 20px;
    padding: 18px 0 0 0;
    font-size: medium;
}
/* Sidebar */
#firstSide {
    float: left;
    width: 149px;
    margin: 4px 4px 4px 0px;
    padding: 0px 0px 0px 0px;
    background: #D9EBDD url(image/sideback.gif) no-repeat;
    text-align: center;
}

*html body .sidebar {
    width: 149px;
    margin: 4px 4px 4px 0px;
    padding: 0px 0px 0px 0px;
    background: #D9EBDD url(image/sideback.gif) no-repeat;
    text-align: center;
}

.sidebar {
    width: 149px;
    margin: 4px 4px 4px 0px;
    padding: 0px 0px 0px 0px;
    background: #D9EBDD url(image/sideback.gif) no-repeat;
    text-align: center;
}

.sidebar h4 {
    margin: 20px 5px 5px 5px;
    padding: 5px 5px;
    color: #DF4A38;
    font: bold 1.0em 'arial', sans-serif;
    text-align: left;
}

.sidebar ul {
    margin: 0px 5px 5px 20px;
    list-style: none;
}

.sidebar p {
    padding: 8px 0px 0px 0px;
}

.sidebar li a {
    display: block;
    line-height: normal;
    padding: 8px 0px 0px 0px;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
}

.sidebar .whatsnew h2 {
    font-size: 16px;
    text-align: left;
    margin: 10px 16px 4px 16px;
    padding: 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #999999;
}

.sidebar .whatsnew ul {
    font-size: 14px;
    text-align: left;
    margin: 0 12px 0 10px;
    line-height: 120%;
}

.sidebar .whatsnew li {
    font-size: 1.0em;
    text-align: left;
    line-height: 120%;
    margin: 4px 0 0 4px;
    border-style: dashed;
    border-width: 0 0 1px 0;
    border-color: #CCCCCC;
}

.sidebar .whatsnew li a {
    display: block;
    line-height: normal;
    padding: 2px 0px 0px 0px;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
}

.sidebar .whatsnew .motto {
    text-align: right;
    font-size: x-small;
    margin-right: 10px;
}
/* Footer */
#footer {
    clear: both;
    width: 743px;
    margin: 0 0 6px 0;
    padding: 6px 6px 6px 0;
    background: #e4e6eb;
    font-size: small;
    text-align: right;
    line-height: 110%;
}

#totop {
    clear: both;
	width:743px;
    text-align: right;
    font-size: x-small;
    margin: 0 8px 0 0;
}

#topfeed {
    clear: both;
    margin: 8px 0 8px 20px;
    font-size: 80%;
}

.date {
    text-align: right;
}

*html body .buzaitable {
    width: 540px;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 0pt;
    margin-left: 10px;
    font-size: 110%;
    line-height: 160%;
    background-color: #ffffff;
    border-collapse: separate;
    border-spacing: 0px 4px;
}


.buzaitable {
    width: 540px;
    margin-top: 4px;
    margin-right: 16px;
    margin-bottom: 0pt;
    margin-left: 20px;
    font-size: 110%;
    line-height: 160%;
    background-color: #ffffff;
    border-collapse: separate;
    border-spacing: 0px 4px;
}

.buzaitable tr {
    margin: 5px;
}

.buzaitable td {
    padding: 4px;
}

.buzaitable .number {
    vertical-align: top;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    border-left: 1px solid #e6e6e6;
}

.buzaitable .item {
    vertical-align: top;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
}

.buzaitable .price {
    vertical-align: top;
    text-align: right;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.buzaitable .smalltext {
    font-size: 80%;
    line-height: 90%;
}

.caution {
    margin-top: 4px;
    margin-right: 16px;
    margin-bottom: 0pt;
    margin-left: 20px;
    color: #993300;
    font-size: 100%;
}

.caution ul {
    font-size: 90%;
}

.caution li {
    width: 90%;
    color: #000000;
    list-style-type: square;
}
