@charset "Shift_JIS";

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

#header {
    width : 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 94px;
}

#inner {
    width : 1000px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.layoutset-02 #inner {
    padding-top: 15px;
}

.layoutset-02 #wrapper {
    width : 530px;
    text-align: left;
    float: left;
    display: inline;
    margin-left : 235px;
  
}

.layoutset-01 #title {
    height: 235px;
    margin: 0;
    padding: 0;
}

.layoutset-02 #title {
}

.layoutset-01 #main {
    width : 530px;
    text-align: left;
    float: left;
    display: inline;
    margin-left : 235px;
    min-height: 300px;
}

.layoutset-02 #main {
    padding-bottom: 50px;
    min-height: 300px;
}

* html #main {
    min-height: 300px;
}

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

#footer {
    width : 1000px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-top: 50px;
}

#nav {
    width: 220px;
    float: left;
    overflow: hidden;
    margin-left : -765px;
    padding-bottom: 50px;
}


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

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


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

/* ナビゲーション */
#nav h3.c-index {
    display: block;
    height: 31px;
    background-image : url(navtitle_1A_031111.png);
    overflow: hidden;
    text-indent: -9999px;
}

#nav ul {
    margin-top: 0;
    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;
}

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

#nav li {
    display: block;
    font-size: 13px;
    line-height: 38px;
    height: 37px;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

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

#nav li span.en {
    display: none;
}


#nav a:link {
    background-image : url(mainmenu_1A_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#nav a:visited {
    background-image : url(mainmenu_1A_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#nav a:hover {
	background-image : url(mainmenu_1A_02_on.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#nav a:active {
	background-image : url(mainmenu_1A_02_on.png);
	background-position: left top;
	background-repeat: repeat-x;
}


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