@charset "utf-8";
#mainContents #flashcontents {
	margin-top: 14px;
	text-align: center;
}

#news {
	margin-left: 10px;
	float: left;
	width: 386px;
	margin-top: 17px;
	font-size: 120%;
	display: inline;
}

#news #news_scroll {
	height:190px;
	width:396px;	
	overflow-y:scroll;
	overflow-x: hidden;
}



.newsImg {
	background: #FFFFFF;
	padding: 1px;
	border: 1px solid #CCCCCC;
	width: 100px;
	margin-left: 4px;
	float: left;
	clear: left;
	margin-top: 3px;
	margin-bottom: 9px;
}
.newsContents {
	float: right;
	width: 255px;
	margin-top: 8px;
	margin-right: 5px;
}
.newsContents dt {
	margin-bottom: 10px;
}

#newsLine {
	clear: both;
	margin-left: 4px;
}
#cruiseQA {
	float: right;
	width: 189px;
	margin-right: 10px;
	margin-top: 13px;
	margin-bottom: 0px;
	display: inline;
}
/*↑メインコンテンツ部分終了*/

#news_scroll a	{
	color:#003399;
	text-decoration:underline;
}

#news_scroll a:hover	{
	color:#0066FF;
	text-decoration:underline;
}