@charset "utf-8";
/*----- ▼レイアウト ----------*/
#mainpic {
	margin-bottom: 20px;
}
#topLeft {
	width: 465px;
	float: left;
}
#topRight {
	width: 232px;
	float: right;
}
#topRight ul li {
	margin-bottom: 10px;	

}
#topRight ul li img {
     vertical-align: bottom;
}
p.lead{
	margin-bottom: 10px;	

}
#topLeft table {
	background: #c2c2c2;	
}
#topLeft table th{
	background: #f1f1f1;
	padding: 5px 2px 5px 10px;		
}
#topLeft table td{
	background: #ffffff;	
	padding: 5px 2px 5px 10px;
}
#bar{
	width: 459px;
	height: 32px;
	background: url(../../img/bar.jpg) no-repeat;	
	margin-bottom: 4px;
}
#bar p {
	padding-left: 18px;
	line-height: 32px;
	font-weight: bold;

}

