@charset "utf-8";
/* CSS Document */
/* Common ******************/

#bg_login{
    background-color :#EFEFEF;
    padding-right:20px;
    padding-left:20px;
    padding-bottom:5px;
    text-align:center ;
    font-size :11px;
    background-image : url("../../img/learning/index/ti_login03.jpg");
    background-repeat :repeat-y;
}
#bg_login hr{
    border-style:dotted;
    border-color:#808080;
}

#news{
	padding:0;
	margin :0;
}
#news img{
	vertical-align:middle;
    margin-right :5px;
}
#news li{
	border-bottom :1px dotted #A4A4A4;
	list-style-type :none;
	padding-top :5px;
	padding-bottom :5px;
	padding-left:0;
}
#news .text{
	font-family : "Osaka",MS UI Gothic, sans-serif;
    margin-right :15px;    
}
#cross{
	border : 1px solid #D9D9D9;
    padding :2px;  
    font-size :11px;  
}
#cross img{
	float:left ; 
    margin-right :10px;  
}
#ad{
	border : 2px solid #D9D9D9;
    padding :2px; 
    margin-bottom :15px;  
}
#ad h2{
	margin :0;  
	font-weight :bold;  
    color :#104A8D;
    font-size :13px;
    margin-bottom :5px;
}
#ad img{
	float:left ; 
    margin-right :10px;  
}

.desSlideshow{
	background-image: url(../img/index/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.desSlideshow .switchBigPic,.desSlideshow .nav{
    display: none;
}

