@charset "Shift_JIS";
/* CSS Document */


/*リセット*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:75%;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , '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.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	position:relative;
}

#header {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	height:100px;
}

*:first-child + html #header {
    /* for IE7 */
	padding-left:15px;
	height:106px;
}

* html #header {
    /* for IE6 */
	padding-left:15px;
	height:106px;
}

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

.layoutset-02 #wrapper {
	width:655px;
	padding-top:0px;
	float:right;
}

#main {
	width:655px;
	float:right;
	text-align:left;
}

.layoutset-01 #main {
    padding-top: 10px;
}

#aside {
    width: 225px;
    float: left;
    margin-top: 19px;
    padding-bottom: 50px;
}

.layoutset-02 #aside {
    margin-top: 20px;
}

#footer {
    width: 900px;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    clear: both;
}

.layoutset-01 #nav {
    width: 225px;
    margin-top: -260px;
    overflow: hidden;
    float: left;
}

.layoutset-02 #nav {
    width: 225px;
    overflow: hidden;
    float: left;
}


/* 背景設定 */
.layoutset-01 {
    background-image : url(../img/bg_6B_01_01.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}
.layoutset-02 {
    background-image : url(../img/bg_6B_01_01.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

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

/* ナビゲーション */
#nav ul {
    display: block;
    margin-top: -1px;
    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;
}

#nav li {
    display: block;
    overflow: hidden;
}


#nav li a {
    display: block;
    height: 52px;
    text-align: left;
    overflow: hidden;
    line-height: 1;
    padding-left: 20px;
}

#nav li span.en {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 52px;
}

#nav li span.ja {
    color: #C1DBB3;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    line-height: 12px;
}

#nav a:link {
    background-image : url(../img/menuBg_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#nav a:visited {
    background-image : url(../img/menuBg_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#nav a:hover {
    background-image : url(../img/menuBg_01_on.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#nav a:active {
    background-image : url(../img/menuBg_01_on.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#nav a:hover span.en {
    color: #C1DBB3;
}
#nav a:active span.en {
    color: #C1DBB3;
}

#nav h3.c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}
