@charset "utf-8";

/* 要素リセット */
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 {
    margin: 0;
    padding: 0;
    border: 0; 
    vertical-align:bottom;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container {
    background-image : url(../img/head_bg.gif);
    background-position: top left;
    background-repeat: repeat-x;
	background-color: #015547;	/*GIF #015547 PNG #005447*/
}

#header {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 115px;
    overflow: hidden;
	background-color: #ffffff;
}

#inner {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
    padding-top: 40px;
}

#wrapper {
    /*padding-top: 1px;*/
}

#main {
    text-align: left;
    width: 650px;
    height: auto;
    margin-left: auto;
    float: left;
    padding-left: 10px;
    padding-bottom: 30px;
	background-color: #ffffff;
}

#aside {
    width: 230px;
    float: right;
    padding-right: 10px;
    padding-bottom: 30px;
	background-color: #ffffff;
}

#menu {
    text-align: left;
    width: 130px;
    margin-left: auto;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
	background-color: #ffffff;
}

#text {
    width: 730px;
    float: right;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 50px;
	background-color: #ffffff;
}

#white_area {
    float: left;
    width: 100%;
    height: 100%;
	background-color: #ffffff;
}

* html #aside {
    float: none; /* for IE6 */
}

*:first-child + html #aside {
    float: none; /* for IE7 */
}

* html #text {
    float: none; /* for IE6 */
}

*:first-child + html #text {
    float: none; /* for IE7 */
}


.layoutset-02 #aside {
}

#footer {
    width: 900px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    background-image : url(../img/footer.gif);
    /*background-position: bottom left;
    background-repeat: repeat-x;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}

#nav {
    width: 900px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image : url(../img/navi_bg.gif);
    background-repeat: repeat-x;
}



/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#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;
    /*border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #E2E2E2;*/
    height: 40px;
}

#nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav li {
    display: block;
    width: 150px;
    float: left;
    height: 40px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000045;
    text-align: center;
}

#nav li.active {
	margin: 0;
	padding: 0;
    display: block;
    width: 150px;
    float: left;
    height: 40px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000045;
    text-align: center;
    background-image : url(../img/navi_bg_active.gif);
    background-repeat: repeat-x;
}

#nav li a {
    display: block;
    height: 40px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

#nav li span.ja {
    margin-top: 11px;
    display: block;
    /*letter-spacing: -1px;*/
    font-size: 14px;
    font-weight:bold;
    line-height: 18px;
}

#nav li span.en {
    display: block;
    font-size: 9px;
    line-height: 9px;
}

#nav a:link {
}
#nav a:visited {
}
#nav a:hover {
}
#nav a:active {
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/******************************
 * float clear
 ******************************/
.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.clearfix {
    zoom: 1; /* for IE6 */
}


/*--------------------------------------------------------
  追加
--------------------------------------------------------*/
.hspace10 {
	width: 100%;
	height: 10px;
}

.hspace15 {
	width: 100%;
	height: 15px;
}

.hspace20 {
	width: 100%;
	height: 20px;
}

.hspace30 {
	width: 100%;
	height: 30px;
}

.hspace50 {
	width: 100%;
	height: 50px;
}

.hspace70 {
	width: 100%;
	height: 70px;
}

.hspace150 {
	width: 100%;
	height: 150px;
}

.wspace10 {
	width: 10px;
	height: 50px;
}

img.middle, input.middle {
	vertical-align:middle;
}

a:link.fc_navy {
    color: #0000aa;
    text-decoration: none;
}
a:visited.fc_navy {
    color: #0000aa;
    text-decoration: none;
}
a:hover.fc_navy {
    color: #0000aa;
    text-decoration: none;
}
a:active.fc_navy {
    color: #0000aa;
    text-decoration: none;
}
