@charset "UTF-8";
/* ------------ メインnavi ------------  */

#navi {
	clear:both;
	width:980px;
	height: 48px;
	margin: 0 0 -5px 0;
	padding: 0;
	background:url(../images/bg-navi.png) no-repeat 0 0;
}
#navi-en {
	clear:both;
	width:980px;
	height: 48px;
	margin: 0 0 -5px 0;
	padding: 0;
	background:url(../images/bg-navi-en.png) no-repeat 0 0;
}



/* ----------- ドロップダウン ----------- */


#globalNavi, #globalNavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:9999;
}

#globalNavi	{
	position:relative;
	float:left;
	width: 980px;
	/* 大枠設定背景など */
}


#globalNavi li	{
	float:left;
	position:relative;
	/* リスト横並び */
	font-size:80%;
	line-height:1;
}	
	
	
#globalNavi ul {
	width: 143px;
	position: absolute;
	top: 48px;
	left: 5px;
	display: none;
	/* ドロップ位置など */
}

#globalNavi ul li a	{
	width: 143px;
	display: block;
	background: #ccc;
	padding: 8px;
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
	text-indent:0; /* 大事 */
	height:1em;
	/* ドロップ 成形 */
}

#globalNavi ul li a:hover	{
	background: #8cc6ef;
	color: #000;
	/* ドロップのホバー */
}


.sub-first	{
	/* ドロップの一番上 */
	
}

#globalNavi ul li.sub-first a {
	background-color: #666;
	color: #eee;
	background-image:none;
	/* ドロップの一番上 成形 */
}
#globalNavi ul li.sub-first a:hover	{
	background-color: #8cc6ef;
	background-image:none;
	/* ドロップの一番上 ホバー */
}




/* -------------------- */
#globalNavi ul li ul {
	top: 0px;
	left: 140px;
}
#globalNavi ul ul{
display:none;
}








/* ------------ right navi for top ------------  */

.fra-news2 {
	width: 283px;
	margin:  0 0 15px 0;
	padding: 0;
	background:url(../images/fra-news2.jpg) no-repeat left bottom;
}


/* news-entry */

.fra-news2 ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 15px 5px 15px;
}

.fra-news2 ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.fra-news2 li{
	display: block;
}
.fra-news2 ul li a {
	display: block;
	min-height:28px;
	font-size:78%;
	line-height:1.2;
	color:#006699;
	font-weight:nomal;
	height: auto !important;
	overflow:hidden;
	margin:0 0 0 0;
	padding:24px 10px 10px 10px;
	text-decoration: none;
}
.fra-news2 ul li+li a {
	border-top:1px dotted #ccc;
}


.fra-news2 ul li a:hover{
	color:#00cccc;
}
/* 全て適用（頂上の li 用） */

.fra-news2 ul li+li a:hover{ 
	color:#00cccc;
}
/* li の後の li には全て適用 */

.news-date {
	font-size:70%;
	line-height:1;
	text-align:right;
	font-weight:nomal!important;
	color:#aaa;
}
.news-date-w {
	font-size:90%;
	line-height:1;
	text-align:right;
	font-weight:nomal!important;
	color:#aaa;
	margin-top:-1.2em!important;
}

