﻿@charset "utf-8";

/*=============================================================**
        Common Style
**=============================================================*/

* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}

/*\*/
* html {
    font-size: 100%;
}
/**/

body {
    font-size: 90%;
}

a img {
    border: none;
}

.skip {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: -1px;
}

.docSeparate {
    display: none;
}


/*============================================================**
        Fonts
**============================================================*/

body {
    font-family: 'Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Gill Sans';
}

/*============================================================**
        Layout
**============================================================*/

body {
    text-align: center;
}

#container {
    margin: 0px auto;
    text-align: left;
    width: 720px;
}

#siteHeader,
#siteNavigation,
#contents,
#footerNavigation {
    margin: 0px auto;
}

#contents:after {
    content: " ";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/


/*============================================================**
        images
**============================================================*/

body {
	background-image: url( ../images/hr5.gif );
}

#container {
    background-color: #fff;
}


/*============================================================**
        #siteHeader
**============================================================*/

#siteHeader {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.innerPage #siteHeader {
    border-bottom: 5px solid #0a6734;
}

#logo {
    padding-top: 20px;
    padding-bottom: 15px;
}

#tradeMark {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
}

#mainImage {
    margin-bottom: 30px;
}

#mainDesc {
    font-size: 130%;
    text-align: left;
    margin: 0px 30px;
    background: url( ../images/hr2.gif ) no-repeat bottom;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

#mainDesc th {
    padding-right: 5px;
}

#mainDesc th,
#mainDesc td {
    vertical-align: center;
    padding-bottom: 10px;
}

#mainDesc .initStr {
    font-size: 150%;
}


/*============================================================**
        #mainContents
**============================================================*/

#mainContents {
    padding: 0 30px;
    line-height: 1.6;
}

#mainContents h2 {
    font-size: 120%;
    font-weight: bold;
    color: #006600;
    margin-bottom: 10px;
}

#mainContents .innerPageHeader {
    margin-bottom: 30px;
}

#mainContents h3 {
    font-size: 110%;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}

#mainContents p {
    margin-bottom: 10px;
}

#mainContents .section {
    background: url( ../images/hr2.gif ) no-repeat bottom;
    padding: 0px 15px 35px 15px;
    margin-bottom: 20px;
}

#mainContents table,
#mainContents .section table.itemTable {
    width: 100%;
    margin: 0px auto;
    border-collapse: collapse;
}

#conditions #mainContents .section table.itemTable {
    margin-bottom: 20px;
}

#mainContents table th,
#mainContents table td,
#mainContents .section table.itemTable th,
#mainContents .section table.itemTable td {
    padding: 3px;
}

#mainContents table th,
#mainContents .section table.itemTable th {
    background-color: #ccc;
    border: 1px solid #fff;
}

#mainContents table td,
#mainContents .section table.itemTable td {
    border: 1px solid #ccc;
}

#mainContents table.noBorder th,
#mainContents table.noBorder td {
    border: 0;
}

#mainContents table.noColor th,
#mainContents table.noColor td {
    background-color: #fff;
}

#mainContents .section table td dl dd {
    margin-bottom: 10px;
}

#mainContents ol {
    padding: 10px 80px 20px 80px;
}

#mainContents ul {
    padding: 10px 0px 10px 80px;
}

#mainContents .subDesc {
    margin: 15px 20px 10px 20px;
}


/*============================================================**
        #footerNavigation
**============================================================*/

#footerNavigation {
    clear: both;
    text-align: center;
    padding: 2% 0 3% 0;
}

/*\*/
* html #footerNavigation {
    font-size: 100%;
}
/**/

#footerNavigation #navImages {
    width: 450px;
    text-align: center;
    margin: 0 auto;
}

#footerNavigation p.topLink {
    clear: both;
    text-align: right;
    padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 10px;
}

#footerNavigation #navImages p {
    float: left;
}

#footerNavigation #navImages p.leftColumn {
    width: 220px;
}

#footerNavigation #navImages p.rightColumn {
    width: 191px;
}

#footerNavigation address {
    background: url( ../images/hr2.gif ) no-repeat top;
    padding-top: 25px;
    clear: both;
    font-style: normal;
    color: #333;
}


/*============================================================**
        Style Components
**============================================================*/

.notice {
    color: red;
}

.strong {
    font-weight: bold;
}

.cSide {
    text-align: center;
}

.rSide {
    text-align: right;
}

.noBorder {
    border: 0;
}

.underline {
    text-decoration: underline;
}

.width50 {
    width: 50%;
}

.vTop {
    vertical-align: top;
}

.fwNormal {
    font-weight: normal;
}

.mb20 {
    margin-bottom: 20px;
}