@charset "Shift_JIS";

/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #666666; /* 標準文字色 */
    min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
    font-size: 70%;
}
/* end */

img {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container {
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(images/footerBg_10C.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    zoom: 1;
}

#container:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#header {
    width: 900px;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#inner {
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    zoom: 1;
}

* html .layoutset-01 #inner {
    /* for IE6 レイアウト崩れに対応するために背景にメインイメージを配置 */
    background-image : url(images/mainimg_10C.png);
    background-position: 0px 50px;
    background-repeat: no-repeat;
}

#inner:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#wrapper {
    width: 668px;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

* html .layoutset-01 #wrapper {
    /* for IE6 */
    width: 660px;
    padding-top: 300px;
}

* html .layoutset-02 #wrapper {
    /* for IE6 */
    width: 660px;
}

#title {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.layoutset-01 #title {
    width: 900px;
    margin-right: -232px;
    height: 400px;
}

* html .layoutset-01 #title {
    /* for IE6 */
    display: none;
}

.layoutset-02 #title {
    width: 625px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

#main {
    padding-bottom: 0px;
}

.layoutset-01 #main {
    width: 605px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.layoutset-02 #main {
    width: 615px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

.layoutset-02 #mai2 {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}



#aside {
    width: 230px;
    float: right;
}


#aside2 {
    width: 220px;
    float: right;
}

.layoutset-01 #aside {
    margin-top: 430px;
}

.layoutset-02 #aside {
    margin-top: 20px;
}

#footer {
    clear: both;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

#nav {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 900px;
    overflow: hidden;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.layoutset-01 {
    background-image : url(images/bg_10C_01_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.layoutset-02 {
    background-image : url(images/bg_10C_01_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* コンテンツ配置領域 */
/* ナビゲーション */
#nav ul {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e6e6e7;
}

#nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav li {
    display: block;
    width: 179px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e6e6e7;
}

#nav li#nav-toppage {
    width: 178px;
}
/* トップページを1px小さく */

#nav li a {
    display: block;
    height: 40px;
    overflow: hidden;
    border-bottom-width: 9px;
    border-bottom-style: solid;
    border-bottom-color: #0068B7;
}

/* メニュー下線色設定 */
#nav li#nav-toppage a {
    border-bottom-color: #000099;
}
#nav li#nav-policy a {
    border-bottom-color: #000000;
}
#nav li#nav-entrance a {
    border-bottom-color: #ff0000;
}
#nav li#nav-program a {
    border-bottom-color: #ffff00;
}
#nav li#nav-company a {
    border-bottom-color: #009900;
}

#nav li span.en {
    display: block;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

#nav li span.ja {
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding-top: 5px;
    color: #0099cc;
}

#nav a:link {
    color: #666666;
    text-decoration: none;
    background-image: none;
}
#nav a:visited {
    color: #666666;
    text-decoration: none;
    background-image: none;
}
#nav a:hover {
    color: #ffffff;
    text-decoration: none;
    background-image : url(images/navBg_10C_on.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}
#nav a:active {
    color: #ffffff;
    text-decoration: none;
    background-image : url(images/navBg_10C_on.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#shopinfo {
    padding-right: 15px;
}

#banner {
    margin-right: auto;
}
