/*
Theme Name: Yamayaen
Theme URI: http://www.dosanite.co.jp
Description: Designed by Yukari , Coded by Akn , Produced by dosanite.
*/
/*--------------------
   clearfix
  --------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*--------------------
   WordPress default
  --------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-bottom: auto;
}
.alignleft ,
.alignright {
    margin: 3px 10px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    border: 1px solid #666666;
    text-align: center;
    padding-top: 5px;
}
.wp-caption-text {
    padding: 3px 0;
}

/*--------------------
   html basic element
  --------------------*/
a:link ,
a:visited ,
a:active ,
a:hover {
    text-decoration: none;
}
a:link {
    color: #0033ff;
}
a:visited {
    color: #990066;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

/*--------------------
   layouts
  --------------------*/
html {
    background: #669966;
}
#wrapper {
    margin: 0 auto;
    height: 100%;
    width: 750px;
}
#contents {
    margin-left: -40px;
    width: 750px;
}
#logo ,
#banner {
    float: left;
    height: 210px;
}
#articles ,
#widgetManager {
    float: right;
}
#logo ,
#widgetManager {
    width: 150px;
}
#banner ,
#articles {
    width: 600px;
}

#miniNavi {
    position: fixed;
    margin-left: 350px;
    bottom: 10px;
    left: 50%;
    width: 80px;
}
/* layout change for IE6 */
* html ,
* html body {
    height: 100%;
    overflow: hidden;
}
* html #wrapper {
    height: 100%;
    width: 100%;
    overflow: auto;
}

* html #contents {
    margin-left: 40px;
}
* html #widgetManager {
    overflow: hidden;
}
* html #miniNavi {
    position: absolute;
    left: 810px;
    margin-left: 0;
}

/*--------------------
   contents
  --------------------*/
#contents {
    background: #2f6432;
    padding-bottom: 20px;
}

/*--------------------
   logo
  --------------------*/
#logo {
    
}


/*--------------------
   banner
  --------------------*/
#banner {
    background: url('banner-bg.png');
}
#banner h1 {
    display: none;
}
#banner h2 {
    margin-top: 160px;
    margin-left: 24px;
    width: 240px;
    color: #ffffcc;
    font-size: 93%;
}

/*--------------------
   articles
  --------------------*/
#articles {
    background-color: #f7f7ca;
    padding-bottom: 2em;
}
#articles h3{
    background: #669900;
    line-height: 25px;
    padding-left: 20px;
    color: #ffffcc;
}
.main #articles {
    background-image: url('main-bottom-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 190px;
}
.main #articles dl {
    margin-left: 30px;
    margin-top: 20px;
}
.main #articles dt {
    margin-top: 10px;
    color: #0033ff;
}
.main #articles dd {
    margin-top: 5px;
}
.main #articles dd a {
    color: #000000;
}
.main #articles dd a:hover {
    color: #0033ff;
}
/*--------------------
   entry
  --------------------*/
.entry {
    margin-bottom: 20px;
}
.entry .date {
    margin: 10px 20px;
    text-align: right;
}
.entry .content {
    margin: 10px 20px;
}
.entry h3.header a {
    color: #ffffcc;
}
.entry .footer {
    margin: 0 18px;
    padding-top: 4px;
    border-top: 1px solid #336600;
}
.entry .footer .comment a ,
.entry .footer .trackback a {
    margin-left: 8px;
    color: #336600;
}
.entry .footer h4 {
    margin-top: 10px;
    line-height: 25px;
    text-indent: 6px;
    color: #336600;
    border-left: 12px solid #336600;
}
.entry .footer #trackback-body {
    margin: 0 30px;
    padding: 16px 10px;
    background: #ccde85;
}
.comment-post ,
.comment-form {
    margin: 10px 30px;
}
.comment-form textarea {
    width: 500px;
}


/* prev & next link*/
.pageprev ,
.pagenext {
    margin: 10px 0;
    padding: 0 10px;
}
.pagesprev ,
.pagesnext {
    margin: 10px 50px 0;
    padding: 0 10px;
}
.pageprev ,
.pagesprev {
    float: left;
}
.pagenext ,
.pagesnext {
    float: right;
}

/*--------------------
   widgetManager
  --------------------*/
.widget {
    margin: 0 5px 10px;
    color: #ffffcc;
}
.widget .header {
    display: none;
}
.widget a:link ,
.widget a:visited  {
    color: #ffffcc;
    text-decoration: underline;
}
.widget li.cat-item {
    line-height: 0;
    list-style: none;
}
.widget li.cat-item a{
    display: block;
    line-height: 25px;
    background: url('navi-bg.png') 0 0 no-repeat;
    text-align: center;
    text-decoration: none !important;
}
.widget li.cat-item a:link ,
.widget li.cat-item a:visited {
    color: #000;
}
.widget li.cat-item a:hover ,
.widget li.current-cat a {
    color: #fff;
}
.widget li.cat-item li.cat-item a{
    display: block;
    background: #c6d683 url('navi-child-marker.png') 12px 3px no-repeat;
    padding-left:13px;
    line-height: 20px;
    text-align: left;
    text-indent: 15px;
    font-size: 85%;
}
.widget li {
    list-style: disc;
    list-style-position: inside;
    line-height: 1.4em;
}

/* calendar */
.calendar {
    padding: 5px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar th ,
#wp-calendar td {
    text-align: center;
    font-size: 108%;
}
#wp-calendar th {
    font-weight: bold;
}
#wp-calendar caption {
    margin-bottom: 3px;
    padding: 3px 0 3px 26px;
    background: url('squre-purple.png') 10px 50% no-repeat ;
    border-bottom: 1px solid #ffffcc;
}

#widgetManager #searchform #s {
    width: 136px;
}


/*--------------------
   miniNavi
  --------------------*/
#miniNavi li a {
    color: #000;
}