* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background: #f6f8fb;
    color: #444444;
    font-size: 13px;
}

img {
    border-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
    color:#006e54;
}

/* Header */

#header {
    clear: both;
    width: 100%;
    height: 140px;
    background: #FFFFFF url(http://www.honjofarm.jp/images/header.gif) repeat-x;
}

#header-inner {
    width: 827px;
    height: 140px;
    margin: 0 auto;
    border-left: 1px solid #EDEBD5;
    border-right: 1px solid #EDEBD5;
}

#logo {
    width: 180px;
    margin: 0;
    padding: 10px 0 0 20px;
    float: left;
}

#google {
    padding: 20px 20px 0 0;
    text-align: right;
}

/* Banner */

#banner {
    clear: both;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    background-image: url(http://www.honjofarm.jp/images/top.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#banner h1 {
    color: #FFFFFF;
    padding: 15px;
}

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

#crops {
    width: 827px;
    margin: 0 auto;
}

#crops a{
    text-decoration: none;
}

#crops li {
    padding: 15px;
    float:left;
}

#crops ul {
    list-style:none;
}

/* Navigation */

#navi {
    clear: both;
    width: 100%;
    height: 50px;
    background: #FFFFFF url(http://www.honjofarm.jp/images/navi.gif) repeat-x;
}

#menu {
    clear: both;
    width: 828px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    border-left: 1px solid #EDEBD5;
    border-right: 1px solid #EDEBD5;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    float: left;
    display: inline;
    border-right: 1px solid #EDEBD5;
}

#menu a {
    display: block;
    float: left;
    width: 137px;
    height: 20px;
    padding: 15px 0;
    text-transform: lowercase;
    text-decoration: none;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
    background: #009900 url(http://www.honjofarm.jp/images/green_btn.gif) no-repeat;

}

#menu a:hover {
    background: #ff6600 url(http://www.honjofarm.jp/images/orange_btn.gif) no-repeat;
}

#menu .active a {
    background: #ff6600 url(http://www.honjofarm.jp/images/orange_btn.gif) no-repeat;
}

/* Container */

#container {
    clear: both;
    margin: 0 auto;
    width: 827px;
    border-left: 1px solid #EDEBD5;
    border-right: 1px solid #EDEBD5;
    background: #ffffff;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 205px;
    padding: 5px 20px 5px 30px;
}

#sidebar ul {
    list-style:none;
}

.widget {
    padding: 10px 0;
}

.widget-header {
    width: 180px;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: left;
    color: #aacf53;
    margin: 20px 0 0 0;
    padding: 15px 0 0 25px;
    background: url(http://www.honjofarm.jp/images/widget_header.gif) no-repeat;
}

.widget-body a,
.widget-body a:hover,
.widget-body a:active,
.widget-body a:visited,
.widget-body a:link {
    color: #006e54;
}

.widget-body {
    padding: 5px 10px 0 10px;
    line-height: 140%;
    text-align: left;
    background: url(http://www.honjofarm.jp/images/widget_body.gif) repeat-y;
}

.widget-footer {
    height: 10px;
    background: url(http://www.honjofarm.jp/images/widget_footer.gif) no-repeat;
}

#calendar {
    margin-bottom: 10px;
    font-family: Verdana;
}

#calendar table {
    width: 100%;
}

.calendarhead {
    border-bottom: 1px solid #006e54;
    color: #505050;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
}

.calendarhead a{
    text-decoration: none;
}

.calendarhead .calendarday a{
    font-size: 10px;
    text-decoration: none;
}

.calendarhead .calendarday{
    color: #505050;
    font-size: 10px;
}

.calendarday {
    color: #505050;
    font-size: 12px;
    padding: 6px 2px;
}

.calendarday-a {
    font-weight: bold;
}

/* Contents */

#contents {
    padding: 0 20px;
}

.article {
    padding: 10px;
    line-height: 170%;
}

h2 {
    margin: 5px;
    padding: 0 5px;
    height: 20px;
    border-left: 5px solid #008000;
    border-top: 1px solid #008000;
    color: #006400;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.article-title a,
.article-title a:hover,
.article-title a:active,
.article-title a:visited,
.article-title a:link {
    padding: 10px;
    text-decoration: none;
    color: #008000;
}

.mama {
    border-left: 5px solid #cc0066;
    border-top: 1px solid #cc0066;
}

.mama a,
.mama a:hover,
.mama a:active,
.mama a:visited,
.mama a:link {
    padding: 10px;
    text-decoration: none;
    color: #cc0066;
}

.mee {
    border-left: 5px solid #9933ff;
    border-top: 1px solid #9933ff;
}

.mee a,
.mee a:hover,
.mee a:active,
.mee a:visited,
.mee a:link {
    padding: 10px;
    text-decoration: none;
    color: #9933ff;
}

.mickey {
    border-left: 5px solid #0099cc;
    border-top: 1px solid #0099cc;
}

.mickey a,
.mickey a:hover,
.mickey a:active,
.mickey a:visited,
.mickey a:link {
    padding: 10px;
    text-decoration: none;
    color: #0099cc;
}

.date {
    color: #ffffff;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    background: url(http://www.honjofarm.jp/images/h3.gif) repeat-x;
    text-align: right;
}

h3 {
    color: #ffffff;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    background: url(http://www.honjofarm.jp/images/h3.gif) repeat-x;
}

.title a,
.title a:hover,
.title a:active,
.title a:visited,
.title a:link {
    text-decoration: none;
    color: #ffffff;
}

.category {
    font-size: 12px;
    text-align: right;
    padding: 0 5px;
}

.article-body {
    padding: 10px;
    margin: 5px;
    text-align: left;
}

.posted {
    margin: 5px;
    padding: 0 15px;
    height: 20px;
    font-size:12px;
    text-align: right;
    border-right: 5px solid #008000;
    border-bottom: 1px solid #008000;
}

.posted a,
.posted a:hover,
.posted a:active,
.posted a:visited,
.posted a:link {
    text-decoration: none;
    color: #008000;
}

.mama-posted {
    margin: 5px;
    padding: 0 15px;
    height: 20px;
    font-size: 12px;
    text-align: right;
    border-right: 5px solid #cc0066;
    border-bottom: 1px solid #cc0066;
}

.mama-posted a,
.mama-posted a:hover,
.mama-posted a:active,
.mama-posted a:visited,
.mama-posted a:link {
    text-decoration: none;
    color: #cc0066;
}

.mee-posted {
    margin: 5px;
    padding: 0 15px;
    height: 20px;
    font-size: 12px;
    text-align: right;
    border-right: 5px solid #9933ff;
    border-bottom: 1px solid #9933ff;
}

.mee-posted a,
.mee-posted a:hover,
.mee-posted a:active,
.mee-posted a:visited,
.mee-posted a:link {
    text-decoration: none;
    color: #9933ff;
}

.mickey-posted {
    margin: 5px;
    padding: 0 15px;
    height: 20px;
    font-size: 12px;
    text-align: right;
    border-right: 5px solid #0099cc;
    border-bottom: 1px solid #0099cc;
}

.mickey-posted a,
.mickey-posted a:hover,
.mickey-posted a:active,
.mickey-posted a:visited,
.mickey-posted a:link {
    text-decoration: none;
    color: #0099cc;
}

.article-footer {
    font-family: Verdana;
    font-size: 10px;
    text-align: right;
    padding: 5px;
}

.article-footer a,
.article-footer a:hover,
.article-footer a:active,
.article-footer a:visited,
.article-footer a:link {
    color: #aaaa00;
}

.page-navi {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Verdana;
}

.page-navi a,
.page-navi a:hover,
.page-navi a:active,
.page-navi a:visited,
.page-navi a:link {
    color: #006e54;
}

/* Comment */

#comment,
#trackback {
    border-top: 1px dashed #aaaa00;
    margin: 15px;
    text-align: left;
    font-size: 12px;
}

.comment-body,
.trackback-body {
    padding: 10px;
    border-bottom: 1px dotted #aaaa00;
}

#adsense {
    clear: both;
    width: 827px;
    padding: 10px 0 0 0;
    text-align: center;
}

#footer {
    clear: both;
    width: 100%;
    text-align: center;
    background: #ffffff url(http://www.honjofarm.jp/images/navi.gif) repeat-x;
}

#footer-inner {
    width: 827px;
    font-size:12px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #EDEBD5;
    border-right: 1px solid #EDEBD5;
}

