@charset "UTF-8";

div#navi-holder {
	margin-top:2px;
}

div#contents {
	margin-top:30px;
	margin-bottom:28px;
}

div#primary h1 {
	margin-bottom:9px;
}

/*----------------------------------------------------
table
----------------------------------------------------*/
table.style01 {
	width:685px;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
	table.style01 th,table.style01 td {
		padding: 5px 10px;
		vertical-align: top;
	}
	
	table.style01 th {
		background: #fff;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 5px 10px;
		text-align: center!important;
		vertical-align: top;
		font-weight:bold;
		width:95px;
	}
	
	table.style01 td.rp {
		background: #e9f4fb;
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #fff;
		width:295px;
	}
	
	table.style01 td.rpp {
		background: #f3faef;
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #fff;
		width:295px;
	}
	
		table.style01 td.cmn {
			background: #fff;
			border-top: 1px solid #fff;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #fff;
		}
			table.style01 td.cmn ul {
			margin-left:1em;
			}
				table.style01 td.cmn ul li {
				text-indent:-1em;
				}
	
	table.style01 td.blue {
		color:#559dc7;
		font-size:116%;
	}
	
	table.style01 td.green {
		color:#67b276;
		font-size:116%;
	}
	
	
	
	
	
	