@charset "UTF-8";

/* ---------------
aviation.css
航空事業案内用スタイルシート
Main color: #25527F
Sub color: #55463C
--------------- */

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

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

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

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

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

/* 遊覧飛行 */
#item05 a {
	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 #25527F;
}

.menuListBox {
	background-color: #25527F;
}

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

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

/* オンマウス */
#subInBox div.menuListBox ul.categoryList li.categoryLv1 a:hover span.cateLv1 {
	border-top: 1px solid #25527F;
	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 #25527F;
	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 #25527F;
	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 #25527F;
	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 #25527F;
	background: url(../images/common/bgEntryListCurrent.gif) no-repeat;
}

/* エントリータイトル */
.entryTitleBox {
	background: #55463C 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: #4E4038;
}

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

/* ---------------
基地
--------------- */
table.baseList {
	line-height: 1.5;
}
th.baseName {
	width: 130px;
}
.baseMap {
	text-align: center;
}

