﻿/*スポンサーの基本設定*/
#sponsor{
	width:950px;
/*	height:170px;*/
	height:340px;
	margin-top:10px;
	padding-bottom:5px;
}
/*RW10.24*/
#sponsor.section{
	margin-top:0px;
}

#sponsor .contents_section{
/*	height:170px;*/
	height:340px;
	border-radius: 5px 5px 5px 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px 5px 5px 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px 5px 5px 5px;   /* Firefox用 */
}

#sponsor ul{
	padding-top:5px;
	padding-left:75px;
}

#sponsor ul li{
	width:156px;
	height:76px;
	padding-left:5px;
	padding-top:5px;
	text-align:center;
	float:left;
	
}
