﻿@charset "utf-8";
/* CSS Document */

/*ヘッダー設定
----------------------------------------------*/
#header_waku {
	width: 100%;
	background-image: url(../kh_img/syasen.png);
	background-repeat: repeat;
	min-width: 1000px;
}


header {
	width: 1000px;
	height:792px;
	margin: 0 auto;
	text-align: left;
	line-height: 0em;
	position:relative;
}

h1 {
	top: 91px;
	left: 0px;
	position : absolute;
	z-index: 10;
}

#nav {
	top: 493px;
	left: 20px;
	position : absolute;
	z-index: 10;
}

.child {
    display: none;
}





/*更新履歴設定
----------------------------------------------*/
#article_waku {
	width: 100%;
	background-image: url(../kh_img/rireki_bc.gif);
	background-repeat: repeat-x;
	min-width: 1000px;

}

article {
	width: 1000px;
	height:50px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

#rireki_tai {
	top: 19px;
	left: 30px;
	position : absolute;
	z-index: 10;
}

#new {
	width: 840px;
	height: 25px;
	top: 17px;
	left: 160px;
	overflow: auto;
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	position: absolute;
	z-index: 10;
}

th {
	width: 70px;
	height: 20px;
	color: #5eaed8;
	text-align: left;
	font-weight:bolder;
	vertical-align: middle;
}
	
td {
	width: 770px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
}



/*背景画像設定
----------------------------------------------*/
img.bgmaximage{
  position:fixed !important;
}

#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

/*キャンペーン設定
----------------------------------------------*/
#twc {
	top: 723px;
	left: 409px;
	position : absolute;
	z-index: 10;
}

#ev_end {
	top: 711px;
	left: 762px;
	position : absolute;
	z-index: 15;
}





/*--メニュープルダウン----------------------------------------------------------*/


#nav  {
	width: 250px;
	height: 40px;
	float: left;
}

#nav ul li  {
	width: 250px;
	height: 40px;
	text-align: center;
}

#nav ul li a {
	display: block;
	width: 250px;
	height: 40px;
}

#nav ul li a:hover {
}

#nav ul li ul {
	width: 250px;
	display: none;
	position: relative;
	top: -40px;
	left: 250px;
}

