@charset "UTF-8";

/* @override http://nnk.test-blog.net/themes/nnk/css/top.css */

/* ---------------
top.css
トップページ用スタイルシート
--------------- */

/* お知らせヘッドライン：中日本航空 */
h2#newsHeadlineNNK {
	margin-bottom:15px;
}
/* お知らせヘッドライン：航空事業 */
h2#newsHeadlineAvi {
	margin-bottom:15px;
}
/* お知らせヘッドライン：調査測量事業 */
h2#newsHeadlineReserch {
	margin-bottom:15px;
}
/* お知らせヘッドライン：商品販売事業 */
h2#newsHeadlineTrading {
	margin-bottom:15px;
}

#newsHeadline dd {
	width: 425px;
	_width: 420px;
}

/* 各事業部情報囲み */
.divisionInfo {
	float: left;
	width: 166px;
	margin-right: 10px;
}

#trading.divisionInfo {
	margin-right: 0;
}


/* 航空事業案内 */
#aviation h2 a {
	background: transparent url(../images/top/titAviation.gif) no-repeat scroll left top;
	display:block;
	height:38px;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-9999px;
}

/* 調測事業案内 */
#research h2 a {
	background: transparent url(../images/top/titResearch.gif) no-repeat scroll left top;
	display:block;
	height:38px;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-9999px;
}

/* 商事事業案内 */
#trading h2 a {
	background: transparent url(../images/top/titTrading.gif) no-repeat scroll left top;
	display:block;
	height:38px;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-9999px;
}
