/**
 * 
 * @version 
 * @author 
 */

@import 'global2.css';
@import 'widget.css';
@import 'archive_navi2.css';




/** Navigation
-----------------------------------------*/
#satellitetab {
	width: 280px;
	padding: 10px;
	margin-bottom: 20px;
	background: #99BA06;
}
#satellitetab img{
	padding-bottom:5px;
}
#satellitetab ul{
	margin-bottom: 0.5em;
	font-size: 80%;
}
#satellitetab ul li{
	margin-left:0.5em;
}
#satellitetab ul li a{
	background:url(../images/global/arrow_g.gif) left center no-repeat;
	padding-left:12px;
	color:#FFF;
}
#satellitetab ul li a:hover{
	text-decoration:underline;
}


#category_navi #localnavi_college {
	padding: 4px 10px;
	background: #808080;
}
#category_navi #localnavi_college a {
	color: #fff;
}

/*--------------  Title ----------------*/
#title{
	width:940px;
	margin:0 auto 5px auto;
}
/*--------------  SatelliteList ----------------*/
#satelliteList{
	margin:1em 0;
}
.sate_list{
	margin:0 0 1px 0;
	clear:left;
	width:625px;
	background:#c2c1bf;
}
.sate_list h4{
	font-weight:normal;
	font-size:88%;
	min-height:1.8em;
	_height:1.8em;
	background:#FFF;
	margin-left:120px;
	text-indent:10px;
}
 *html .sate_list h4{
	margin-left:120px;
}
#half_left .date{
	font-size:88%;
	float:left;
	width:120px;
	text-align:center;
	background:#c2c1bf;
	color:#FFF;
	min-height:1.8em;
	_height:1.8em;
}
/*--------------  SatelliteList ----------------*/
#entry{
}
#entry p.entrydate{
	display:block;
	background:#D1D0CD;
	padding:0.25em 1em;
	color:#4D4D4D;
	margin-top:1em;
}
#entry h4{
	color:#474747;
	padding:0.5em 0;
	border-bottom:#D1D0CD 1px solid;
	margin-bottom:1em;
}
/*--------------  ListHover ----------------*/
.sate_list .hover {
	cursor: pointer;
	background-color: #f5f5f5;
}
.sate_list .hover a {
	text-decoration: underline;
}
