@charset "UTF-8";

/* ---------------
research.css
調測事業案内用スタイルシート
Main color: #137F58
Sub color: #627278
--------------- */

/* ---------------
グローバルナビ
--------------- */

/* お知らせ */
#item01 a {
	width: 133px;
	background-image:url(../images/common/btnGNav.gif);
	background-position:0 0;
}
#item01 a:hover {
	background-position:0 55px;
}

/* 航空事業案内 */
#item02 a {
	width: 133px;
	background-image:url(../images/common/btnGNav.gif);
	background-position:-133px 0;
}
#item02 a:hover {
	background-position:-133px 55px;
}

/* 調測事業案内 */
#item03 a {
	width: 133px;
	background-image:url(../images/common/btnGNav.gif);
	background-position:-266px 0;
}
#item03 a:hover {
	background-position:-266px 55px;
}

/* 商事事業案内 */
#item04 a {
	width: 133px;
	background-image:url(../images/common/btnGNav.gif);
	background-position:-399px 0;
}
#item04 a:hover {
	background-position:-399px 55px;
}

/* 遊覧飛行 */
#item05 a {
	width: 133px;
	background-image:url(../images/common/btnGNav.gif);
	background-position:-532px 0;
}
#item05 a:hover {
	background-position:-532px 55px;
}

/* パイロット育成 */
#item06 a {
	width: 133px;
	background-image:url(../images/common/btnGNav.gif);
	background-position:-665px 0;
}
#item06 a:hover {
	background-position:-665px 55px;
}


/* ---------------
ローカルナビ
--------------- */
#subInBox {
	border: 1px solid #137F58;
}

.menuListBox {
	background-color: #137F58;
}

/* カテゴリーリンク */

/* 通常 */
#subInBox div.menuListBox ul.categoryList li.categoryLv1 a span.cateLv1 {
	border-top: 1px solid #137F58;
	background: url(../images/common/bgCategoryList.gif) no-repeat;
}

/* オンマウス */
#subInBox div.menuListBox ul.categoryList li.categoryLv1 a:hover span.cateLv1 {
	border-top: 1px solid #137F58;
	background: url(../images/common/bgCategoryListCurrent.gif) no-repeat;
	color: #FFF;
}

/* 現在位置 */
#subInBox div.menuListBox ul.categoryList li.viewing span.cateLv1,
#subInBox div.menuListBox ul.categoryList li.categoryLv1 a.acmsjs--viewing-related-category-is-true span.cateLv1 {
	display: block;
	margin: 0;
	padding: 13px 0 12px 30px;
	border-top: 1px solid #137F58;
	background: url(../images/common/bgCategoryListCurrent.gif) no-repeat;
	color: #FFF;
}

/* エントリーリンク */

#subInBox div.menuListBox ul.categoryList li.categoryLv1 ul.entryList li.entryLv1 a span.entLv1 {
	border-top: 1px solid #137F58;
	background: url(../images/common/bgEntryList.gif) no-repeat;
}

/* オンマウス */
#subInBox div.menuListBox ul.categoryList li.categoryLv1 ul.entryList li.entryLv1 a:hover span.entLv1 {
	border-top: 1px solid #137F58;
	background: url(../images/common/bgEntryListCurrent.gif) no-repeat;
}

/* 現在位置 */
/* スタイルのリセット */
#subInBox div.menuListBox ul.categoryList li.categoryLv1 ul.entryList li.viewing span.entLv1 {
	display: inline;
	margin: 0;
	padding: 0;
	border-top: none;
	background: none;
}
#subInBox div.menuListBox ul.categoryList li.categoryLv1 ul.entryList li.viewing {
	display: block;
	margin: 0;
	padding: 8px 0 7px 30px;
	border-top: 1px solid #137F58;
	background: url(../images/common/bgEntryListCurrent.gif) no-repeat;
}

/* エントリータイトル */
.entryTitleBox {
	background:#627278 url(../images/common/bgTitLv1.gif) no-repeat scroll left bottom;
}

/* サブタイトル */
.entry p {
	padding: 0;
}

/* エントリー内見出し */
.entry h3 {
	background: url(../images/common/bgTitLv2.gif) no-repeat scroll left top;
}
.entry h4 {
	color: #58666C;
}

/* お知らせヘッドライン：調査測量事業 */
h2#newsHeadlineReserch a {
	background: transparent url(/themes/nnk/images/top/titNewsResearch.gif) no-repeat scroll left top;
	display:block;
	height:38px;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-9999px;
}
#newsHeadline dd {
	width: 425px;
	_width: 420px;
}
