/*----------------------------------------------------------------------------------------
TOIQUE  toppage css 
---------------------------------------------------------------------------------------- */
#topslider{
width:960px;
height:260px;
margin:0px 20px 20px 20px;
border-bottom:#000000 1px solid;
text-align:left;
}


#slide_left{
float:left;
width:520px;
margin:0px 20px 0px 0px;
}

#slide_right{
float:right;
width:420px;
margin:20px 0px 0px 0px;
}

#slide_right a{
color:#000000;
}

#slide_right span{
font-size:18px;
font-weight:bold;
}
	
	
#slideset{
width:960px;
clear:both;
}


/*----------------------------------------------------------------------------------------
TOIQUE  toppage Main Left
---------------------------------------------------------------------------------------- */

#main_left p{
margin-bottom:20px;
}

#main_left ul,dl{
margin:0px;
padding-bottom:10px;
}

#main_left li{
margin: 0px 0px 10px 0px;
padding-bottom:10px;
border-bottom:#000000 1px dotted;
}

#main_left dd{
margin: 0px 0px 10px 0px;
padding-bottom:10px;
border-bottom:#000000 1px dotted;
}

#main_left dt{
font-weight:bold;
}



