@charset "utf-8";

/*-------------------------------------------------
  レイアウト指定
  作成者：Kayo Nagata
  作成日：2009/05/13
  最終更新日：2010/06/23
--------------------------------------------------*/

/*最新情報用デザイン
--------------------------------------------------*/
/*-----カテゴリアイコン-----*/
#news-icon02 {
	margin:0;
	height:25px;
}
#news-icon02 li{
	float:left;
	display:inline;
}
#news-icon02 li a{
	display:block;
	margin-right:8px;
	width:60px;
	height:25px;
	text-indent: -9999px;
	text-decoration:none;
	overflow: hidden;
	background-position:top left;
	background-repeat:no-repeat;
}

#news-icon02 .tab-new a {
	background-image: url(../imgs/ic_all.gif);
}
#news-icon02 .tab-news a {
	background-image: url(../imgs/ic_news.gif);
}
#news-icon02 .tab-club a {
	background-image: url(../imgs/ic_club.gif);
}
#news-icon02 .tab-exam a {
	background-image: url(../imgs/ic_exam.gif);
}
#news-icon02 .tab-event a {
	background-image: url(../imgs/ic_event.gif);
}
#news-icon02 .tab-research a {
	background-image: url(../imgs/ic_research.gif);
	width: 80px;
}
#news-icon02 .tab-employ a {
	background-image: url(../imgs/ic_employ.gif);
}

#news-icon02 li a:hover{
	background-position:bottom;
}

/*各tab用色変え*/
#type-new .tab-new a,
#type-news .tab-news a,
#type-club .tab-club a,
#type-exam .tab-exam a,
#type-event .tab-event a,
#type-research .tab-research a,
#type-employ .tab-employ a {
	background-position: bottom;
}



/*-----一覧表-----*/
/*カテゴリアイコン下ボーダー*/
#type-new .news{
	border-top:5px solid #8B8B8B;
}
#type-news .news{
	border-top:5px solid #11B8FF;
}
#type-club .news{
	border-top:5px solid #84C400;
}
#type-exam .news{
	border-top:5px solid #FD675B;
}
#type-event .news{
	border-top:5px solid #F0B500;
}
#type-research .news{
	border-top:5px solid #CA98FF;
}
#type-employ .news{
	border-top:5px solid #DC7712;
}


.news{
	padding-top:15px;
}


/*リスト*/
.news dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.news dl {
	margin:0 !important;
	background-image: url(../../imgs/common/li_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0 5px 0;
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .news dl {
	height: 1%;
}
.news dl {
	display: block;
}
/* Hides from IE-mac */
.news dt{
	float: left;
	width: 100px;
	background-position: 10px 0.3em;
	padding: 1px 10px 1px 30px;
}
.news dd{
	float: right;
	width: 455px;
}

/*カテゴリ別リストアイコン*/
#type-new .news dt{
	background-image: url(../imgs/ic_all_list.gif);
	background-repeat: no-repeat;
}
#type-news .news dt{
	background-image: url(../imgs/ic_news_list.gif);
	background-repeat: no-repeat;
}
#type-club .news dt{
	background-image: url(../imgs/ic_club_list.gif);
	background-repeat: no-repeat;
}
#type-exam .news dt{
	background-image: url(../imgs/ic_exam_list.gif);
	background-repeat: no-repeat;
}
#type-event .news dt{
	background-image: url(../imgs/ic_event_list.gif);
	background-repeat: no-repeat;
}
#type-research .news dt{
	background-image: url(../imgs/ic_research_list.gif);
	background-repeat: no-repeat;
}
#type-employ .news dt{
	background-image: url(../imgs/ic_employ_list.gif);
	background-repeat: no-repeat;
}
#type-gakunai .news dt{
	background-image: url(../../imgs/kasou/ic_leftmenu.gif);
	background-repeat: no-repeat;
}

/*年度別左メニュー　テンプレートプロパティ用*/
.s-on01 .sn01 a, .s-on02 .sn02 a,
.s-on06 .sn06 a, .s-on07 .sn07 a,
.s-on08 .sn08 a, .s-on09 .sn09 a,
.s-on10 .sn11 a, .s-on12 .sn12 a,
.s-on14 .sn14 a, .s-on13 .sn13 a,
.s-on15 .sn15 a, .s-on16 .sn16 a,
.s-on17 .sn17 a, .s-on18 .sn18 a,
.s-on19 .sn19 a, .s-on20 .sn20 a,
.s-on21 .sn21 a, .s-on22 .sn22 a,
.s-on23 .sn23 a, .s-on24 .sn24 a{
	background-image: url(../../imgs/common/ic_linklist.gif) !important;
	background-color: #FEF3D8;
}



/*記事
--------------------------------------------------*/
p.day{
	font-size:85%;
	line-height: 1.2em;
	text-align:right;
	background-image: url(../../imgs/common/li_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}
