/* NORMALISE VALUES */
html,
body,
h1,
h2,
h3,
h4,
table,
th,
td,
p,
img,
form,
label,
input,
ul,
ol,
li,
figure,
figcaption,
a {
    border: 0;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display:block;
}
/* REDEFINE TAGS */
body {
    background: #ffffff;
    color: #333333;
    font-family: "Arial", sans-serif;
    font-size: 0.9em;
}
input[type=text],
input[type=submit],
input[type=button], 
textarea {
    border: 1px solid #cccccc;
}
textarea {
    line-height: 1.7;
}
input[type=submit] {
    border-radius: 3px;
    background: #eeeeee;
    color: #222222;
    padding: 0.25em 1em;
}
input[type=submit]:hover {
    border-color: #aaaaaa;
    background: #eceef0;
}
input[type=submit]:disabled,
input[type=submit]:disabled:hover {
    border: 1px solid #dddddd;
    background: #f9f9f9;
    color: #888888;
}
label {
    margin-right: 0.75em;
}
h1 {
    font-size: 2em;
    font-weight: bold;
    margin-top: -0.3em; *margin-top: 0;
}
h2 {
    border-top: 1px solid #cccccc;
    color: #444444;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.5em 0 0.5em 0;
    padding: 1em 0 0 0;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}
h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

p,
table,
li,
dl {
    line-height: 1.8;
    list-style: none;
}
#centerContainer p {
    margin-top: 1em;
}
figure {
    margin-top: 1.5em;
}
figure img {
    display: block;
    margin: auto;
}
figcaption {
    color: #000000;
    margin: 0.5em 0;
    text-align: center;
}
em {
    color: #000000;
}
strong {
    font-weight: bold;
}
a {
    color: #0274A1;
}
a:hover {
    text-decoration: underline;
}
dt {
    font-weight: bold;
    margin-top: 1em;
}
hr {
    border-top: 1px solid #cccccc;
    margin: 1.5em 0 1em 0;
}

/* SITE STRUCTURE */
#pageContainer {
    margin: 0 auto;
    padding: 0 20px;
    width: 1000px;
}
#headerContainer {
    position: relative;
    height: 180px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
#mainBodyContainer {
    background: url(images/main_body_bg.png);
    width: 1000px;
}
#mainBodyContainer:after {
    clear: both;
    content: "";
    display: block;
}
#leftContainer {
    float: left;
    width: 169px;
    padding-left: 10px;
}
#centerContainer {
    float: left;
    margin: 0 31px;
    width: 580px;
}
#rightContainer {
    float: left;
    width: 169px;
}
#footerContainer {
    border-top: 1px solid #cccccc;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    width: 1000px;
}
/* LAYOUT */
/* header elements */
#mainLogo {
    height: 144px;
    left: 37px;
    position: absolute;
    top: 20px;
    width: 120px;
}
#headerTools {
    position: absolute;
    top: 20px;
    right: 0px;
}
#headerTools ul {
    margin: 0;
    padding: 0;
}
#headerTools ul li,
#headerTools ul li label,
#headerTools ul li input {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
}
#headerTools ul li a {
    margin: 0;
    padding: 0 5px;
    color: #333;
}
#headerTools .headerToolsDropdown {
    margin: 0 5px 0 0;
    padding: 0 13px 0 0;
    background: url(images/downArrowNoBkgnd.gif) 100% 7px no-repeat;
}
#headerTools .textresizer-active {
    color: #0274a1;
    font-weight: bold;
}
#headerTools .textSize {
    margin: 0 5px
}
#headerTools .small {
    font-size: 0.8em;
    padding: 0;
}
#headerTools .medium {
    font-size: 0.9em;
    padding: 0;
}
#headerTools .large {
    font-size: 1.1em;
    padding: 0 5px 0 0;
}
#headerTools ul li.changeColour {
    padding: 0 5px
}
#headerTools li.changeColour span {
    float: left
}
#headerTools li.changeColour ul {
    float: left;
    margin: 0;
    padding: 2px 0 0 0;
}
#headerTools #search label {
    padding: 2px 5px 0 5px
}
#headerTools #search #searchBox {
    height: 20px;
    line-height: 20px;
    font-size: 1em;
}
#headerTools #search #searchButton {
    margin: 0px 0 0 0
}
#topMenu {
    bottom: 20px;
    left: 210px;
    position: absolute;
}
#topMenu li {
    display: block;
    float: left;
    font-size: 1.2em;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 1;
    border-right: 1px solid #cccccc;
}
#topMenu li.last {
    border: 0;
}
#topMenu li a {
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
}
#topMenu li a.lightBlueText {
    padding-left: 0;
}
#topMenu li a.selected,
#topMenu li a:hover {
    text-decoration: none;
    color: #555;
    background: url(images/topMenuRollover.gif) 50% 100% no-repeat;
}
/* left col elements */
.leftColBlock {
    border-bottom: 2px dotted #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#leftContainer .head {
    color: #829f00;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    padding-bottom: 0.5em;
}
.leftMenu a {
    padding-left: 20px;
    background: url(images/leftMenuBg.png) no-repeat 0 0;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    color: #444444;
    font-size: 0.9em;
    display: block;
    margin: 0.25em 0;
    padding: 5px 0 5px 15px;
}
.leftMenu a:hover {
    background-position: -170px 0;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    color: #009bbe;
    text-decoration: none;
}
.leftMenu ul {
    margin-left: 15px;
}
.leftMenu li {
    display: inline;
}
#leftBanner img {
    display: block;
}
#leftBanner a {
    display: block;
    margin-bottom: 10px;
}

#centerContainer {
    padding-bottom: 30px
}
.lv1Intro {
    color: #333333;
    margin-top: 0.5em;
    margin-right: 302px;
}
.lv1Intro:after {
    clear: both;
    content: "";
    display: block;
}
.mainImage {
    float: right;
    display: block;
    height: 170px;
    margin-left: 20px;
    width: 282px;
}

#centerContainer ol {
    left: -3em;
    margin: 1em -3em 0 0;
    overflow: hidden;
    position: relative;
}
#centerContainer ol li {
    list-style-type: decimal;
    margin-left: 5em;
}

#centerContainer ul {
    margin-top: 1em;
}
#centerContainer ul li {
    background: url(images/greenBulletListItem.gif) 0 0.7em no-repeat;
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0 0 0 15px;
}

#centerContainer #breadCrumb {
    font-size: 0.85em;
    margin-bottom: 2em;
    zoom: 1;
}
#centerContainer #breadCrumb ol {
    left: 0;
    margin: 0;
    padding: 0;
    position: static;
}
#centerContainer #breadCrumb:after {
    clear: both;
    content: "";
    display: block;
}
#centerContainer #breadCrumb li {
    background: url(images/breadcrumbListItem.gif) 100% 50% no-repeat;
    float: left;
    line-height: 1;
    list-style-type: none;
    margin: 0 8px 0 0;
    padding: 0 2px 0 0;
}
#centerContainer #breadCrumb a {
    padding-right: 8px;
    color: #444444;
}
#centerContainer #breadCrumb a:hover {
    color: #009bbe;
    text-decoration: underline;
}

#centerContainer ul.subSections {
    border-top: 1px solid #cccccc;
    clear: both;
    margin: 2em 0 0 0;
    padding: 1em 0 0 0;
}
#centerContainer ul.subSections li {
    background: none;
    border-left: 1px solid #cccccc;
    float: left;
    margin: 0 0 1.5em 0;
    padding: 0;
    width: 144px;
}
#centerContainer ul.subSections a {
    display: block;
    padding: 0 7px;
}
#centerContainer ul.subSections a:hover {
    background: url(images/centerContainerLiBkgnd.gif) repeat-x;
    text-decoration: none;
}
#centerContainer ul.subSections li.first {
    border-left: none;
}
#centerContainer ul.subSections strong {
    cursor: pointer;
    display: block;
    font-size: 110%;
    min-height: 4em; _height: 4em;
    padding-top: 0.5em;
}
#centerContainer ul.subSections strong:hover {
    text-decoration: underline;
}
#centerContainer ul.subSections p {
    background-repeat: no-repeat;
    background-position: 0 bottom;
    color: #333333;
    cursor: pointer;
    font-size: 88%;
    margin: 0;
    min-height: 14.5em; _height: 14.5em;
    padding: 0;
}

.bottomColor {
    border-bottom: 3px solid #009fcf;
}

/* right col elements */
#rightContainer .rightColBlock {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#rightContainer .head {
    color: #666666;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
}

#rightNews li {
    background: url(/images/greenBulletListItem.gif) no-repeat 0 0.6em;
    font-size: 90%;
    line-height: 1.5;
    margin: 0.5em 0;
    padding-left: 9px;
}
#rightNews li a {
    color: #444444;
}
#rightNews li a:hover {
    color: #009bbe;
}
#rightLink {
}
#rightFollow img {
    vertical-align: middle;
    margin-right: 5px;
}
#rightFollow a {
    display: block;
    margin-bottom: 5px;
}

/* footer elements */
#footerContainer ul {
    text-align: center;
    margin-bottom: 5px;
}
#footerContainer ul li {
    border-right: 1px solid #cccccc;
    display: inline-block; *display: inline;
    line-height: 1;
    padding: 0 0.5em;
}
#footerContainer ul li.last {
    border: 0;
}

/* SITE WIDE GENERIC STYLES */
.block {
    display: block;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block; _display: inline;
}
.none {
    display: none;
}
.clear {
    clear: both;
}
.floatL {
    float: left
}
.floatR {
    float: right
}
.alignL {
    text-align: left;
}
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.nowrap {
    white-space: nowrap;
}
.loose {
    letter-spacing: 0.2em;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.formError {
    background: #fff9f9;
    border: 1px solid #cc0000;
    color: #cc0000;
    margin: 1em 0;
    padding: 0.5em 1em;
}

/* COLOURS */
.greenText {
    color: #829f00;
}
.orangeText {
    color: #d28b3a;
}
.pinkText {
    color: #e55a9b;
}
.redText {
    color: #ef3a42;
}
.purpleText {
    color: #86398c;
}
.lightBlueText {
    color: #009fcf;
}
.petrolGreenText {
    color: #0274a1;
}
/* TABLE */
#centerContainer table {
    border: solid 1px #cccccc;
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1em;
}
#centerContainer th,
#centerContainer td {
    border: solid 1px #cccccc;
    padding: 0.5em;
}
#centerContainer th {
    background: #f3f3f3;
    font-weight: bold;
}
#centerContainer thead th {
    text-align: center;
}
#centerContainer caption {
    color: #000000;
    text-align: center;
    margin-bottom: 0.5em;
}

#centerContainer table, 
#centerContainer table.plain td, 
#centerContainer table.plain th {
    background: transparent;
    border: 0;
    margin: 0.5em 0;
    text-align: left;
    vertical-align: top;
}
#centerContainer table.plain td, 
#centerContainer table.plain th {
    padding: 0 1em 0 0;
}

/* -- フェアトレード製品 -- */
#centerContainer #products_btns {
    width: 530px;
}
#centerContainer #products_btns li {
    margin: 10px 0 0 7px;
    float: left;
    background: none;
}