@charset "UTF-8";

/*初期設定*/

html {
  overflow-y: scroll;
  background-color: #ffffff;
  color: #333333;
}

body {
  height:100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
  background-image: url(http://unifile.hp.infoseek.co.jp/image/bg_nicofes_top1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 13px;
}

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th,caption {
  text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

img,fieldset {
  border: 0;
}

/*リンクの色*/

a,a:link,a:active,a:visited {
  color: #0090e2;
  text-decoration: underline;
}

a:hover {
  color: #ee6500;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* レイアウト系 */

#toplink {
  width: 100%;
  height: 20px;
}

#toplink a{
  text-decoration: none;
}

/* 全体を包むラッパー */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-image: url(http://unifile.hp.infoseek.co.jp/image/bg_nicofes_bottom2.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  position:relative;
}

body > #wrapper {
  height: auto;
}


/* タイトル部分の処理 */

#header {
  width: 950px;
  height:201px;
  margin:9px auto 5px auto;
}

#header img{
  vertical-align:bottom;
}

#header h1{
  width:950px;
  height:140px;
}

/* 上部タブの大きさ間隔指定 */

#header #global{
  width:930px;
  height:30px;
  clear:both;
  padding:30px 10px 0px 30px;
}

#header #global li{
  float:left;
}

/* コンテンツ部分 */

#contents {
  width: 930px;

  margin: 0 auto;
  padding: 0 0 500px 0;
/*  padding: 0 0 500px 0;*/
}

#show_flash {
  width: 930px;
/*  padding: 0 0 0px 0;*/
padding: 0 0 10px 0;
}


#headline {
  float: left;
  width: 640px;
}

#headline table{
  width:384px;
  margin-bottom:13px;
}

#headline th{
  width:11ex;
  vertical-align:top;
  padding:5px;
  border-bottom:1px dotted #868686;
}

#headline td{
  width:auto;
  vertical-align:top;
  padding:5px 5px 5px 0;
  border-bottom:1px dotted #868686;
}

#headline a{
  color:#333333;
  text-decoration:none;
}

#headline a:hover{
  color:#0090e2;
  text-decoration:underline;
}


/* NEWSFLASH---------------------------------------- */
#headline table.newsFlash{
  width:640px;
  margin-bottom:13px;
}

#headline table.newsFlash td{
  width:auto;
  vertical-align:top;
  padding:5px 5px 5px 5px;
  border-bottom:1px dotted #868686;
}

#headline table.newsFlash td a:link,
#headline table.newsFlash td a:visited,
#headline table.newsFlash td a:active{
  color:#ed1e79;
}

#headline table.newsFlash td a:hover{
  color:#ed1e79;
}

/* ------------------------------------------------- */


#banner {
  float: right;
  width: 265px;
}

#banner img{
  float: right;
  padding:0px 0px 10px 0px;
}

#footer {
	width:800px;
	text-align:center;
	margin:0px auto;
	left: 124px;
	top: 945px;
}

#footer img{
  margin-left:5px;
}

#footernews {
	position:absolute;
	text-align:center;
	margin:0px auto;
	left: 295px;
	top: 930px;
}

/* ------------------news------------------- */

#fixtable {
  width: 630px;
  background-image:url(../images/news_image.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  margin-left:10px;
  padding-left:10px;
  padding-top:20px;
}


#fixtable th{
  width:11ex;
  vertical-align:top;
  padding:5px;
}

#fixtable td{
  width:auto;
  vertical-align:top;
  padding:5px 5px 5px 0;
}

#fixtable a{
  color:#000099;
  text-decoration:none;
  font-weight:bold;
}

#fixtable a:hover{
  color:#000099;
  text-decoration:none;
}

#newstable {
  width: 630px;
  background-image:url(../images/news_image.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  margin-left:10px;
  padding-left:10px;
  padding-top:40px;
}

#newstabletext {
  margin-left:50px;
}

/* ------------------------------------------------- */


/* ------------------lineup-------------------- */


#guestname {
  font-size:larger;
  color:#0066FF;
  font-weight:bold;
}

#guestname a{
  text-decoration: none;
  color:#0066FF;
}

#lineup {
  margin-top:20px;
  margin-left:10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #FF9900;
}

#lineup iframe {
  width:580px;
  height:110px;
  margin-bottom:20px;
}





/* ------------------FAQ-------------------- */

#faqtext {
  margin:10px 0px 20px 20px;
}

#question {
  color:#FF3300;
  font-weight:bolder;
}

#answer {
  margin-left:20px;
}


/* ------------------illustpage------------------- */

#illustbox {
  margin-left:50px;
  width:590px;
  margin-top:20px;
  margin-bottom:10px;
  border-bottom:dotted;
  border-bottom-color:#0066FF;
}

#illustbox table {
  border:none;
  width:590px;
}
