@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*印刷用*/
@import "print.css";

/*拡張用*/
@import "advanced.css";

/*--------------------------------------------------------
total設定
-------------------------------------------------------*/

/*背景画像設定*/
body{
	margin: 0;
	background: url(../images_design/index_body_bg.jpg) #eee center top repeat-x scroll;
	text-align: center;
}

/*文字設定*/
body,pre{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
}

/*リンク色*/
a{ text-decoration: none; }
a:link{ color: #333; }
a:visited{ color: #333; }
a:hover{ color: #f90; text-decoration: underline; }

/*--------------------------------------------------------
2、hタグ
--------------------------------------------------------*/

h1{
	width: 750px;
	height: 50px;
	color: #ccc;
	font-size: 10px;
	margin: 0 auto;
}

/*--------------------------------------------------------
サイト全体の配置＆横幅
--------------------------------------------------------*/

/*サイト全体をセンタリング*/
div#container{
	margin: 0 auto;
	text-align: left;
}

/*■サイト全体の横幅*/
div#container,
div#main{
	width: 100%;
}

div#header,
div#header-logo,
div#navi{
	width: 750px;
	margin: 0 auto;
}

/*■グローバルﾒﾆｭｰの横幅*/
div#global-menu{
	width: 380px;
	margin: 0 auto;
}

/*■トップメニュー帯の横幅（「全体」-「16px」）*/
div#header #top-menu{ width: 736px; }

/*■本文の横幅*/
div#main-contents{
	width: 100%;
}

/*--------------------------------------------------------
エリアの設定「ヘッダーロゴ」
--------------------------------------------------------*/

div#header-logo{
	height: 420px;/*■ロゴの高さ*/
	text-align: left;
	background: url(../images_design/index_header_logo.jpg) no-repeat;
}


/*ロゴテキスト*/
p#logo-text{
	position: absolute;
}

/*--------------------------------------------------------
グローバルメニューの設定
--------------------------------------------------------*/

div#global-menu{
	padding: 0 0 0 370px;
	text-align: center;
	line-height: 14pt;
	background: url(../images_design/index_navi_bg.jpg) no-repeat;
	overflow: hidden;
}

div#global-menu li{
	float: left;
	display: block;
	list-style-type: none;
	padding: 0;
	text-indent:-9999px;
}

/*レフトナビロールオーバー設定*/
.navi00 a,
.navi01 a,
.navi00 a:hover,
.navi01 a:hover{
	width: 190px;
	height: 60px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	overflow: hidden;
}

/*off時*/
.navi00 a{background: url(../images_design/index_header_navi.jpg) no-repeat;}
.navi01 a{background: url(../images_design/index_header_navi.jpg) no-repeat -190px 0px;}

/*on時*/
.navi00 a:hover{background: url(../images_design/index_header_navi.jpg) no-repeat 0px -60px;}
.navi01 a:hover{background: url(../images_design/index_header_navi.jpg) no-repeat -190px -60px;}

/*--------------------------------------------------------
エリアの設定「コンテンツ全体」
--------------------------------------------------------*/

div#main{
	overflow: hidden;
	text-align: left;
}

/*--------------------------------------------------------
エリア設定「本文」
--------------------------------------------------------*/

div#main-contents{
	display: inline;
	float: right;
	overflow: hidden;
	padding: 0 10px 0 0;
}

/*--------------------------------------------------------
エリア設定「フッター」
--------------------------------------------------------*/

div#footer{
	clear: both;
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
}

div#footer .menu{ padding: 0.5em 0;}

div#footer .menu li{
	display: inline;
	margin: 0 1.0em;
	font-size: 12px;
}

div#footer #copyright{
	clear: both;
	width: 100%;
	height: 20px;
	margin-bottom: 30px;
	padding-top: 5px;
	font-size: 12px;
	color: #333;
}

#fdcLink{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	overflow: hidden;
}

#fdcLink td{
	padding: 3px;
}

/*--------------------------------------------------------
エリア設定「バナー群」
--------------------------------------------------------*/
#banner_list_wrapper{
	width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}

#banner_list_1{
	width: 500px;
	float: left;
	overflow: hidden;
}

#banner_list_2{
	width: 500px;
	float: right;
	overflow: hidden;
}

#banner_list_1 h2,
#banner_list_2 h2{
	margin-bottom: 10px;
}




