@charset "utf-8";
/* CSS Document */
@charset "utf-8";
*{
	margin:0;
	padding:0;
	}
img{
	display:block;
	}


/* CSS Document */
body{
	background-color:#161614;
	text-align:center;
	padding-top:20px;
	color:white;
		
	}

#contentsbox{
	width:808px;
	height:650px;
	border:1px solid white;
	margin:auto;
	text-align:left;
	font-size:11px;
	line-height:1.5;
	font-family:sans-serif,"ＭＳ ゴシック", Osaka, ;
}
#left{
	float:left;
	border-right:1px solid white;
}
.Scroller-Container li{
	list-style-type:none;
	margin-left:30px;
	margin-top:15px;
	}
.Scroller-Container ul{
	width:230px;
}

#right{
	float:left;
	position:relative;
	/* top:300px; */
	top:40px; /* '08.12.03 バナー追加の為変更 */
	width:261px;
	}

/* '08.12.03 */
/* ↓↓↓ホウレンソウ追加↓↓↓ */
#right div.hrs_banner{
	
	width: 240px;
	height: 240px;
	margin: 0 auto 20px auto;
	padding: 0;
}

#right div.hrs_banner img{
	border: none;
}

/* ↑↑↑ホウレンソウ追加↑↑↑ */

#right_box{
	width:239px;
  position:relative;
}

	/*ボタン枠*/
#button{
	position:relative;
	width:259;
	height:80px;
	border-bottom:1px solid white;
	border-top:1px solid white;
	text-align: center; /* ホウレンソウ追加 */
	}
	/*ボタン*/
#button a{
/* 削除↓
	text-decoration:none;
	text-align:center;
	color:white;
	font:14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	position:absolute;
	display:block;
	left:62px;
	top:28px;
	width:123px;
	height:25px;
削除↑ */
/* ↓↓↓ホウレンソウ修正↓↓↓ */
	text-decoration:none;
	color:white;
	font:14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 80px;
/* ↑↑↑ホウレンソウ修正↑↑↑ */
	}

	/*リンクカラー*/
#button a:link , #button a:visited{
	color:white;
	}
	
	/*ロールオーバー*/
#button a:hover{
	color:#00CCFF;
	}
/*handlecover*/
#handle_cover{
	visibility:hidden;
}


#news_list{
	padding:0;
	clear:both;
}

#news_list li a:link{
	color: #00CCFF;
}
#news_list li a:visited{
	color: #00CCFF;
}
#news_list li a:hover{
	color: #00CCFF;
}

/**
 * 090625 nutex修正分
 *
 * コンテンツ下にバナーを追加
 */
.prikyaba_banner{
width:808px;
height:40px;
margin:auto;
clear:both;
padding:15px 30px 0;
text-align:left;
}
.prikyaba_banner .banner_img{
float:left;
}

.banner_info {
font-size:12px;
float:left;
}
.prikyaba_banner .banner_info a,
.prikyaba_banner .banner_info a:visited{
display:block;
padding:5px 0;
color: #00CCFF;
}
.prikyaba_banner img{
padding-right:10px;
}
/* 090625end */