@charset "utf-8";

/*=========================================================
	[ top_info.css]
	News system use style
	date - creation:2013-03-23 // update:2013-03-23
=========================================================*/

/*=========================================================
	index
		1. top page style
=========================================================*/

/* 1. top page style
=========================================================*/

/* News & Event
---------------------------------------------------------*/
/* h2 */
#content h2.h2-info{
	clear:both;
	padding-bottom:12px;
	border-left:none;
	background:transparent url(/gbdp/common/images/info_h2_bk.gif) repeat-x 0 bottom;
}

div#infoNews,div#infoEvent{
	position:relative;
	clear:both;
	margin:10px 0 20px;
}

#infoNews,#infoEvent{
	line-height:1.6;
}
#infoNews ul,#infoEvent ul{
	margin-top:10px;
	padding-left:0;
	list-style:none;
	border-bottom:2px solid #E27102;
}
#infoNews li,#infoEvent li{
	display:block;
	float:left;
	width:105px;
	height:19px;
	margin-right:5px;
	overflow:hidden;
}
#infoNews ul a{
	display:block;
	padding-top:19px;
	overflow:hidden;
	height:0;
	background-image:url(/gbdp/common/images/info_base.gif);
	background-repeat:no-repeat;
}

#infoNews dl{
	clear:both;
	margin-top:10px;
	height:18em;
	overflow:auto;
}
#infoNews dl.hei-liquid{
	height:auto;
}
#infoNews dt{
	display:block;
	float:left;
	width:9em;
	margin-left:5px;
	font-weight:bold;
}
#infoNews dd{
	margin:0 5px 5px 0;
	padding:0 8px 4px 10em;
	background:url(//www.ynu.ac.jp/common/images/for_border1.gif) repeat-x left bottom;
}
/* display block */
#news-econ,#news-busi,#news-int,
#news-law,#news-ybs{display:none;}

/* tab */
#news-Tab-econ a{background-position:-105px 0;}
#news-Tab-busi a{background-position:-210px 0;}
#news-Tab-int a{background-position:-315px 0;}
#news-Tab-law a{background-position:-420px 0;}
#news-Tab-ybs a{background-position:-525px 0;}

/* tab - over */
#news-Tab-gsiss a:hover,#news-Tab-gsiss a.active{background-position:0 -20px;}
#news-Tab-econ a:hover,#news-Tab-econ a.active{background-position:-105px -20px;}
#news-Tab-busi a:hover,#news-Tab-busi a.active{background-position:-210px -20px;}
#news-Tab-int a:hover,#news-Tab-int a.active{background-position:-315px -20px;}
#news-Tab-law a:hover,#news-Tab-law a.active{background-position:-420px -20px;}
#news-Tab-ybs a:hover,#news-Tab-ybs a.active{background-position:-525px -20px;}

