#move_banner_left { /* News Headlines の幅 左用*/
	width: 105px;

}
#move_banner{ /* News Headlines の幅 */
	width: 128px;

}

#move_banner_left ul{ /* News Headlines の幅 左用*/
	width: 105px;

}
#move_banner ul{ /* News Headlines の幅 */
	width: 128px;
	/*left: 10px;*/

}


#move_banner,#move_banner_left { /* News Headlines の全体外枠 */
	position: relative;
	/*	position: absolute;*/
/*	height: 56px;*/
/*	width: 161px;*/
	background-color: #fff;
	/*	background-image: url(../../common/back.gif);*/
	background-position: left center;
	background-repeat:no-repeat;
	border-top: 1px none #ccc;
	border-right: 1px none #fff;
	border-bottom: 1px none #fff;
	border-left: 1px none #fff;
}
		
#move_banner ul,#move_banner_left ul { /* News Headlines の表示窓 */
	position: absolute;
	/*	background-color: #236;*/
	background-image: url(../../common/back.gif);
	display: block;
	/*	top: 14px;*/
	/*left: 11px;*/
	/*	height: 40px;*/
	height: 47px;
	/*	width: 770px;*/
	/* width: 150px;*/
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
}

#move_banner ul li,#move_banner_left ul li { /* News Headlines の各ニュース項目 */
	position: absolute;
	display: block;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 11px;	
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W6";
/*	line-height: 105%;*/
}

#move_banner img,#move_banner_left img {
	border: none;
}

/*#move_banner a { /* 各ニュース項目のうちリンクありの項目 */
/*	
	outline: none;
	text-decoration: none;
	color:#03c;
}*/

