@charset "Shift_JIS";

/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'ヒラギノ角ゴ Pro W' ,'メイリオ' ,Meiryo, 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    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 {
    background-image : url(../img/fbg_1B.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
	
}

#header {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 82px;
    overflow: hidden;
}

#inner {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
    padding-top: 46px;
}

#wrapper {
    padding-top: 1px;
}

.layoutset-01 #title {
    height: 220px;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    background-image : url(../img/top_mainimg_1B_01.png);
    background-position: top right;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.layoutset-02 #title {
    height: 135px;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    zoom: 100%;
}

.layoutset-02 #title h2 {
    padding-left: 0;
}
/* コンテンツ左時のインデント設定 */


#aside_left {
    width: 200px;
    float: left;
    padding-bottom: 50px;
}

* html #aside_left {
    float: none; /* for IE6 */
}

*:first-child + html #aside_left {
    float: none; /* for IE7 */
}

.layoutset-02 #aside_left {
}



#main1 {
    text-align: left;
    width: 420px;
    margin-left: 15px;
    float: left;
    padding-bottom: 50px;
}



#main{
    text-align: left;
    width: 630px;
    margin-left: auto;
    float: left;
    padding-bottom: 50px;
}

#aside {
    width: 242px;
    float: right;
    padding-bottom: 50px;
}

* html #aside {
    float: none; /* for IE6 */
}

*:first-child + html #aside {
    float: none; /* for IE7 */
}


.layoutset-02 #aside {
}

#footer {
    width: 900px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#nav {
    width: 901px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}



/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.layoutset-01 {
    background-image : url(../img/bg_1B_02_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.layoutset-02 {
    background-image : url(../img/bg_1B_02_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}


/* コンテンツ配置領域 */

/* ナビゲーション */
#nav ul {
 margin-top: 0px;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
 padding-top: 0;
 padding-right: 0;
 padding-left: 0;
 padding-bottom: 0;
 list-style-type: none;
 text-align: left;
 border-left-width: 1px;
 border-left-style: solid;
 border-right-color:#1B1B1B;
 height: 46px;
 background-color:#232323;
    background-image : url(../img/nav3.png);


}

#nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav li {
 display: block;
 width: 224px;
 float: left;
 height: 43px;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #E2E2E2; 
text-align: center;
}

#nav li a {
    display: block;
    height: 35px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

#nav li span.ja {
    margin-top: 3px;
    display: block;
    letter-spacing: -1px;
    font-size: 12px;
    line-height: 18px;
}

#nav li span.en {
    display: block;
    font-size: 9px;
    line-height: 9px;
}

#nav a:link {

}
#nav a:visited {
}
#nav a:hover {
    background-image : url(../img/nav.png);
}
#nav a:active {
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

h1 #cont{
 color:#5F9D1D;
}
