/**
 * StyleName		: _base
 * MainImageWidth	: 940
 * MainImageHeight	: free
 */
* {
    margin: 0;
    padding: 0
    }
table {
    margin: auto
    }
/** Tags
------------------------------ **/
body {
    /** padding-top:30px !Reserved **/
    color: #DDD;
    font-size: 12px;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-x: hidden
    }
h1 {
    font-size: 22px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    color: #fff
    }
h1 a {
    text-decoration: none;
    color: #fff
    }
html > /**/body h1, h2, h3 {
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro";
    font-weight: normal
    }
/* IE7 */
*:first-child + html h1, h2, h3 {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: normal
    }
img {
    border: none;
    vertical-align: bottom
    }
ul, li {
    list-style: none
    }
/** Classes
------------------------------ **/
/** Layout blocks
------------------------------ **/
/** Wrap **/
#wrap {
    width: 100%;
    position: relative;
    _overflow-x: hidden;
    top: 320px
    }
/** Title **/
#title {
    text-align: right;
    position: relative;
    top: -320px;
    z-index: 5;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-top: 2px;
    color: #fff
    }
#title_body {
    padding: 20px;
    width: 950px;
    margin: 0 auto
    }
.description {
    font-size: 12px;
    padding: 0;
    color: #fff
    }
/** Main image **/
#mainImage {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
    height: auto !important
    }
#mainImage_body {
    width: 900px;
    margin: 0 auto;
    /* all browsers */
    /* IE7 */
    padding-top: 95px
    }
#mainImage_outer {
    margin: 0 auto
    }
#mainImage_body img {
    max-width: 900px;
    overflow: hidden
    }
/** Top menu **/
#topMenu {
    width: 960px;
    position: relative;
    margin: 0 auto
    }
#topMenu_outer {
    width: 100%
    }
#topMenu_body {
    width: 960px;
    height: 55px;
    padding-top: 8px;
    margin: 0 auto
    }
#topMenu .topMenu li {
    overflow: hidden;
    width: 169px;
    line-height: 50px
    }
#topMenu .topMenu li.first, #topMenu .topMenu li.second, #topMenu .topMenu li.third, #topMenu .topMenu li.fourth {
    width: 170px
    }
/** Contents **/
#contents {
    width: 100%;
    position: relative
    }
#contents_outer {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 90px
    }
/** Main contents **/
#mainContents {
    width: 650px;
    margin-top: 35px;
    font-size: 14px
    }
/** Side contents **/
#sideContents {
    width: 240px;
    text-align: center
    }
/** Footer **/
#footer {
    padding: 70px 0;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative
    }
#footer_body {
    width: 960px;
    margin: 0 auto
    }
.footer .topMenu, .footer .services {
    width: 960px;
    height: auto !important;
    padding-bottom: 10px
    }
.footer * {
    color: #fff;
    font-size: 12px
    }
.footer li {
    padding: 0 30px;
    line-height: 24px;
    height: 24px;
    display: inline
    }
.footer li a {
    padding-left: 5px;
    text-decoration: none;
    color: #eee
    }
.footer p {
    clear: both;
    text-align: center;
    color: #FFF
    }
.footer .copyright {
    margin-top: 15px;
    font-size: 11px;
    letter-spacing: 0.2em
    }
.footer p a {
    text-decoration: none
    }
/** more
------------------------------ **/
/***************/
/** Clear Fix **/
/***************/
.contents:after, .mainArticles .article_body:after, .mainArticles ul.galleryImages:after, .mainServices .services:after, .mainTopics ul li:after, .footer ul:after, .sideMobile:after, .clearfix:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: "."
    }
.contents, .mainArticles .article_body, .mainArticles ul.galleryImages, .mainServices .services, .mainTopics ul li, .footer ul, .sideMobile, .clearfix {
    min-height: 1px
    }
* html .contents, * html .mainArticles .article_body, * html .mainArticles ul.galleryImages, * html .mainServices .services, * html .mainTopics ul li, * html .footer ul, * html .sideMobile, * html .clearfix {
    height: 1px;
    /*¥*/
    /*/
      height: auto;
      overflow: hidden;
      /**/
    }