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

/* 全称セレクタとタグそのもの */
 
* {
	margin:             0;
	padding:            0;
	list-style-type:    none;
	line-height:        1;
	font-family:        'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
 
img {
	border:             0;
}
 
/* ClearFix */
.clearfix:after {
	content:            ".";
	display:            block;
	clear:              both;
	height:             0;
	visibility:         hidden;
}
 
.clearfix {
	min-height:         1px;
}
 
* html .clearfix {
	height:             1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* 大まかなレイアウト */
body		{
	text-align:		center;
	background-color:#fff;
}

#wrapper	{
	text-align:		left;
	margin:			0 auto;
	width:			980px;
	position:static;
}
			
#main_cont {
	width:980px;
	z-index:3;
}

#main_navi {
	width:980px;
	z-index:1;
	position:relative;
	top:-20px;
	float:left;
}

#main_rogo {
	background-image:url(pic/navi/rogo1.jpg);
	width:248px;
	height:50px;
	margin-right:67px;
	float:left;
}

#navi_list {
	width:980px;
	height:50px;
}

#navi_list ul {
	
}

#navi_list ul li {
	width:90px;
	margin-right:25px;
	display:		block;
	overflow:		hidden;
	float:left;
}

#navi_list ul li img:hover {
	opacity:0.5;
}


#navi_list ul li.migi {
	margin-right:-25px;
}

#foot_c {
	width:980px;
	height:30px;
	clear:both;
}

#ticker {
	width:762px;
	height:22px;
	background-color:#999;
	color:#FFF;
	float:left;
	overflow: hidden;
	padding-top:8px;
	padding-left:8px;
}

.ticker {
	width:770px;
	position: relative;
	overflow: hidden;
	padding-top:8px;
	padding-left:5px;
}

#prip {
	width:210px;
	height:30px;
	display:block;
	overflow:hidden;
	float:left;
	line-height:100px;
	background-image:url(pic/navi/pp.jpg);
}

.net_news_h {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	margin-top:5px;
}

.net_news_p {
	color:#FFF;
	font-size:12px;
	margin-left:20px;
	margin-top:3px;
}

.news-item {
	font-weight:bold;
}