@charset "utf-8";

/* table_style
----------------------------------------------- */
#mainContent table{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:535px;
	margin-bottom:10px;
	color:#5F5F5F;
}
#mainContent th{
	padding:5px;
	width:60px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#DFDFDF;
}
#mainContent td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#F3F3F3;
}
#mainContent td.logo{
	width:120px;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:center;
}
#mainContent p.title{
	margin-bottom:5px;
	padding-bottom:3px;
	line-height:normal;
	border-bottom:1px solid #84C40A;
	font-weight:bold;
}
