#wrapper{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}


div#content {  
    width: 980px;  
    margin: 0 auto;  
    text-align: left;
    padding:100px 0 30px 0;    /* 上下に余白を取る */
} 


div#header-fixed
{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 90px;              /* 縦幅 */
}
 
div#header-bk { 
	background-color:#fff;
	padding:0px 0 0px;
	height:90px;
	width:100%;
}
 
div#header { 
	border: none;
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	width: 980px;
	margin: auto;              /* 中央揃え */
} 


div#logo {
   text-align: left;
   float: left;
}


#menu {
  width:580px;
  padding:0;
  margin:0;
  list-style-type: none;
   text-align: right;
   float: left;
}
#menu li {
  width:20%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#menu li a {
  width:auto;
  height:90px;
  color:#000;
  font-size:15px;
  font-weight:bold;
  padding:0px 0;
  text-decoration:none;
  display:block;
  background:#fff;
  line-height: 90px;
}
#menu li a:hover {
  background:#ccc;
}


div#left {  
    width: 600px;
    text-align: left;
	float:left;
}

div#right {  
    width: 380px;  
    margin: 0 auto;  
    text-align: left; 
	float:right;  
}



/* --- 新着情報エリア --- */
div.update {
width: 580px; /* 新着情報エリアの幅 */
font-size: 80%;
}

/* --- 見出し --- */
div.update h3 {
margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
height: 180px; /* 新着リストの高さ */
overflow: auto;
margin: 0;
background-color: #f9f9f9; /* 新着リストの背景色 */
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
border-bottom: 1px #c0c0c0 dotted; /* 新着リストの下境界線 */
}

/* --- 日付エリア --- */
div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
line-height: 120%;
}


#talent li {
	margin: 5px;
	float: left;
	list-style: none;
}



div#footer{
	border: none;
	height: 50px;
	width: 980px;
	margin: auto;
	text-align: center;
        clear:both;
}