﻿div {
    /*border: dotted 2px #666666;*/
    /*height: 99%;*/
}

html, body {
    text-align: center;
    height: 99%;
    margin: 0;
    padding: 0;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #e0e0e0;
}

/***************************************************
*affinitess トップ画面
*
*
***************************************************/
#bmslideshow {
    position: relative;
    text-align: center;
    width: 560px;
    height: 350px;
}

#bmslideshow img {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0px;
    z-index: 8;
    opacity: 0.0;
}

#bmslideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#bmslideshow img.last-active {
    z-index: 9;
}

#TopLogo1 {
    width: 100%;
    text-align: center;
}

#TopLogo1Image {
    width: 200px;
    height: 200px;
}

#TopLogo2 {
    width: 100%;
    text-align: center;
}

#TopLogo2Image{

}

#MainContents {
    width: 100%;
    height: auto;
    text-align: center;
}

#MainContentsInner {
    width: 740px;
    margin: 0 auto;
}

#LeftContents {
    width: 150px;
    height: 227px;
    text-align: center;
    margin: 0 auto;
    float:left;
}

#LeftContentsMain {
    width: 150px;
    height: 227px;
    background-image: url("/image/88992.jpg");
    margin: 50px 0px 0px 0px;
}

#LeftContentsMainList {
    width: 150px;
    height: 227px;
    padding: 45px 0px 0px 0px;
    font-size:16px;
}

#RightContents {
    width: 560px;
    height: 350px;
    text-align: center;
    margin: 0 auto;
    float: left;
}

#RightContentsSlideShow {
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#bmslideshowImage {
    width: 560px;
    height: 440px;
}