@charset "utf-8";
/* CSS Document */

/*==========================
▼初期化▼
==========================*/
*{
	margin:0;
	padding:0;
	}

img{
	border:0;
	margin:0;
	padding:0;
	}

.clear{
	clear:both;
	}

dl,dt,dd{
	margin:0;
	padding:0;
	}

table,td,tr{
	margin:0;
	padding:0;
	border:0;
	}
hr{
	margin:0;
	padding:0;
	}
.top{
	clear:both;
	}

/*all
-----------------------------*/
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	font-size:80%;
	}
/*==========================
トップ
==========================*/
/*div#all{
	width:900px;
	margin:0 auto;
	background-color:#fff;
	}
*/
/*ヘッダ
-----------------------------*/
div#hd_area{
	background:url(../img/bg_f.gif) #ffffff repeat-x bottom;
	height:80px;
	}
div#heard{
	width:900px;
	margin:0 auto;
	}

h1{
	font-size:80%;
	font-weight:normal;
	margin:0;
	padding:5px;
	}
div#la{
	width:400px;
	float:left;
	}
div#ra{
	width:400px;
	float:right;
	}


/*==========================
navi
==========================*/
div#navi{
	padding:0;
	margin:0;
	margin-top:4em;
	}

div#navi ul#menu li {
	display:inline;
	list-style-type:none;
}
div#navi ul#menu a{
	float:left;
	padding-left:10px;
}

/*==========================
foot
==========================*/

div#ft_area{
	background:url(../img/bg_h.gif) #ffffff repeat-x top;
	}
div#foot{
	width:900px;
	margin:0 auto;
	}
div#foot p{
	text-align:right;
	padding:15px 5px 0 0;
	}
	
	
p.top{
	clear:both;
	padding:0;
	margin:0;
	margin:10px 10px 3px 0;
	text-align:right;
	width:900px;
	}

/*==========================
main
==========================*/
div#main_area{
	width:900px;
	margin:0 auto;
	padding:0;
	}

/*------left*/
div#left{
	width:460px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	}
h2{
	padding:5px 0;
	}
table#what{
	margin-top:10px;
	border:1px solid #ccc;
	}
table#what td{
	padding:5px;
	}
table#what td.nes_dis_img{
	border-right:1px dotted #ccc;
	}
p.new_rele{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	padding-top:10px;
	}
div.news{
	border-top:1px dotted #c6f;
	margin-top:10px;
	padding-top:10px;
	}
table#liveive{
	width:375px;
	margin-top:10px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-collapse:collapse;
	}
table#liveive th{
	border-bottom:1px solid #000;
	border-right:1px dotted #000;
	}
table#liveive tr{
	border-bottom:1px solid #000;
	border-right:1px dotted #000;
	}

table#liveive td{
	border-bottom:1px solid #000;
	border-right:1px dotted #000;
	}
table#liveive tr.lb{
	background-color:#77dce2;
}
table#liveive tr.lsb{
	background-color:#fff;
}

div.news table#liveive td{
	padding:5px;
	}
p.up{
	margin-left:5px;
	line-height:18px;
	}
span.style1{
	font-family:"Courier New", Courier, mono;
	font-size:14px;
	color:#090;
	}
	
	
/*------right*/
div#right{
	width:400px;
	float:right;
	margin-top:15px;
	margin-bottom:10px;
	padding:0;
	}
div.entory{
	margin-top:10px;
	width:350px;
	border-bottom:3px double #f39;
	padding-bottom:10px;
	}
div.entory p.c_title{
	border-bottom:1px dashed #cccccc;
	width:300px;
	text-indent:5px;
	}
div.entory p.c_text{
	padding-top:5px;
	line-height:20px;
	padding-left:3px;
	}
div.SetList{
	border:1px solid #090;
	line-height:20px;
	width:260px;
	margin:5px;
	padding:8px;
	}
div.entory div.SetList a{
	text-decoration:none;
	color:#000;
	}
/*div.entory div.SetList a:link,a:visited{
	border-bottom:1px dotted #000;
	}
div.entory div.SetList a:hover{
	background-color:#eee;
	border-bottom:1px dotted #000;
	}*/