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

.bg_seminar{
    background-color :#EFEFEF;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:5px;
    text-align:left ;
    font-size :11px;
}
.bg_seminar a:link{
	color:#135EB0;
	background:transparent;
	text-decoration:none;
}
.bg_seminar a:visited{
	color:#135EB0;
	background:transparent;
	text-decoration:none;
}
.bg_seminar a:hover{
	color:#135EB0;
	background:transparent;
	text-decoration:underline;
}

.bg_seminar a:active{
	color:#135EB0;
	background:transparent;
	text-decoration:underline;
}

.text{
	font-family : "Osaka",MS UI Gothic, sans-serif;
    /*font-size :11px;*/
}
#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;  
    font-size :80%;  
}
#cross{
	border : 1px solid #D9D9D9;
    padding :2px;  
    font-size :11px;  
}
#cross img{
	float:left ; 
    margin-right :10px;  
}
#ad{

    margin-bottom :15px;  
}
#ad h2{
	margin :0;  
	font-weight :bold;  
    color :#104A8D;
    font-size :13px;
    margin-bottom :5px;
}
#ad img{
	float:left ; 
	border: 1px dashed #333;
    margin: 5px 20px 5px 20px;
}

#topics h3{
	color:#095CA5; 
    font-size :14px;  
    font-weight :bold; 
    margin:0;
    padding:0;
}
#information{
float:left;
margin-right:10px;
}

#aramon{
	color:#0000CC;
	text-decoration:underline;
    font-weight :bold; 	
}

.banner{
    background-image:url(../../images/banner.gif) bottom;

}
#wrapper #content #right  a .imgs {
	margin-left: 8px;
    margin-right: 8px;
}

