@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*印刷用*/
@import "print.css";

/*拡張用*/
@import "advanced.css";

/*--------------------------------------------------------
1、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{
	z-index: 1;
	position: absolute;
	margin: 1px 0 0 0;
	font-size: 10px;
	color: #ccc;
}


/*--------------------------------------------------------
3、サイト全体の配置＆横幅
--------------------------------------------------------*/

/*サイト全体をセンタリング*/
div#container{
	margin: 0 auto;
	text-align: left;
}


/*■サイト全体の横幅*/
div#container,
div#header,
div#header-logo,
div#navi,
div#main{
	width: 750px;
}

/*■グローバルﾒﾆｭｰの横幅*/
div#global-menu{
	width: 380px;
}


/*■トップメニュー帯の横幅（「全体」-「16px」）*/
div#header #top-menu{ width: 736px; }


/*■本文の横幅*/
div#main-contents{
	width: 750px;/*「全体」-「サイドバー」-「10px」*/
}


/*--------------------------------------------------------
4-1、エリアの設定「最上部ヘッダー帯」
--------------------------------------------------------*/

div#header{
	height: 50px;
}


/*--------------------------------------------------------
4-2、エリアの設定「ヘッダーロゴ」
--------------------------------------------------------*/

div#header-logo{
	z-index: 1;
	position: absolute;
	top: 50px;
	height: 420px;/*■ロゴの高さ*/
	text-align: left;
	background: url(../images_design/index_header_logo.jpg) no-repeat;
}


/*ロゴテキスト*/
p#logo-text{
	position: absolute;
}


/*--------------------------------------------------------
4-3、グローバルメニューの設定
--------------------------------------------------------*/

div#global-menu{
	z-index: 1;
	float: left;
	position: absolute;
	top: 470px;/*■縦位置*/
	padding: 0 0 0 370px;
	text-align: center;
	line-height: 14pt;
	background: url(../images_design/index_navi_bg.jpg) no-repeat;
}

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;}


/*--------------------------------------------------------
4-4、エリアの設定「パン屑ナビ」
--------------------------------------------------------*/

div#navi{
	position: absolute;
	top: 520px;/*■縦位置*/
	background: url(../images_design/bread_bg.jpg) repeat-x;
	height: 30px;
}

div#navi p{
	margin: 9px 0 0 11px;
	font-size: 12px;
}


/*--------------------------------------------------------
4-5、エリアの設定「コンテンツ全体」
--------------------------------------------------------*/

div#main{
	position: absolute;
	top: 550px;/*■縦位置*/
	overflow: hidden;
	text-align: left;
}


/*--------------------------------------------------------
4-6、エリアの設定「サイドバー」
--------------------------------------------------------*/

div#sidebar{
	display: inline;
	float: left;
	overflow: hidden;
	padding-left: 10px;
}


/*各種バナー*/
div#sidebar p.left_banner{
	margin-bottom: 10px;
}


/*--------------------------------------------------------
4-7、エリア設定「本文」
--------------------------------------------------------*/

div#main-contents{
	display: inline;
	float: right;
	overflow: hidden;
	padding: 0 10px 0 0;
}


/*--------------------------------------------------------
4-8、エリア設定「フッター」
--------------------------------------------------------*/

div#footer{
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

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;
	padding-top: 5px;
	font-size: 12px;
	color: #333;
}
