td {
	font-size: 12px;
	line-height: 140%;
}
 a:link {
	text-decoration: none;
	font-weight:bolder;
	color: #0066cc;
}
a:visited {
	text-decoration: none;
	font-weight:bolder;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	font-weight:bolder;
	color: #0066cc;
}
a:active {
	text -decoration: underline;
	font-weight:bolder;
	color: #0066cc;
}
.small {  
	padding: 8px;
	font-size: 12px;
	line-height: 150%;
 }
.midashi {  
	font-size: 12px;
	padding: 8px;
	line-height: 160%;
	font-weight:bolder;
	color: #3834c1;
 }
.calendar {  
	font-size: 10px;
	color: #666666;
 }
.info {  
	font-size: 10px;
	color: #666666;
}


/* ----------- news-list 2008-08-22 ----------- */

#news-area {
  margin: 0;
  padding: 0 0 10px;
  background: url(http://www.visualarts.ac.jp/news/img/news_bg_02.gif) no-repeat 0 100%;
}

ul#news-tab {
  margin: 0;
  padding: 0;
  width: 360px;
  height: 100%;
  background: #DDDDDD;
}

ul#news-tab:after { /* for Modern Browser */
  content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

ul#news-tab li {
  float: left;
  display: inline;
  height: 26px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  background: url(http://www.visualarts.ac.jp/news/img/news_btn2.gif) no-repeat 0 0;
}

ul#news-tab li#tlist-00 {
  width: 59px;
  background-position: 0 0;
}

ul#news-tab li#tlist-01 {
  width: 55px;
  background-position: -59px 0;
}

ul#news-tab li#tlist-02 {
  width: 76px;
  background-position: -114px 0;
}

ul#news-tab li#tlist-03 {
  width: 56px;
  background-position: -190px 0;
}

ul#news-tab li#tlist-04 {
  width: 57px;
  background-position: -246px 0;
}

ul#news-tab li#tlist-05 {
  width: 57px;
  background-position: -303px 0;
}

ul#news-tab li#tlist-00.selected {
  background-position: 0 -50px;
}

ul#news-tab li#tlist-01.selected {
  background-position: -59px -50px;
}

ul#news-tab li#tlist-02.selected {
  background-position: -114px -50px;
}

ul#news-tab li#tlist-03.selected {
  background-position: -190px -50px;
}

ul#news-tab li#tlist-04.selected {
  background-position: -246px -50px;
}

ul#news-tab li#tlist-05.selected {
  background-position: -303px -50px;
}

.news-list {
  width: 358px;
  _width: 360px;
  height: 320px;
  overflow: auto;
  padding: 10px 0 5px;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}

.news-list .news-body {
  margin: 0 10px 8px;
  padding: 0 0 5px;
  border-bottom: 1px solid #CCCCCC;
}

.news-list .news-body p.news-date {
  margin: 0;
}

.news-list .news-body p.news-title {
  margin: 0;
}

.news-list .news-body p.news-title a {
  display: block;
  padding: 0 0 0 10px;
  background: url(http://www.visualarts.ac.jp/news/img/entry_ico.gif) no-repeat 0 5px;
}

.news-list p.catlink {
  margin: 0 10px;
  text-align: right;
}

.news-list p.catlink a {
  padding: 0 0 0 10px;
  background: url(http://www.visualarts.ac.jp/news/img/news_ico.gif) no-repeat;
}

.news-list#nlist-01 p.catlink a {
  background-position: 0 3px;
}

.news-list#nlist-02 p.catlink a {
  background-position: 0 -47px;
}

.news-list#nlist-03 p.catlink a {
  background-position: 0 -97px;
}

.news-list#nlist-04 p.catlink a {
  background-position: 0 -157px;
}

.news-list#nlist-05 p.catlink a {
  background-position: 0 -207px;
}



/* ----------- /news-list ----------- */
