@charset "utf-8";

@import "underlayer.css";

/* 助成金のご案内 */


/*================================*/
/* 目次 */

#cont{
	margin-bottom: 60px;
}

	#cont section{
		margin-bottom: 20px;
	}
	
		#cont section h4{
			margin-bottom: 5px;
			font-size: 14px;
			font-weight: bold;
			line-height: normal;
		}
		
		#cont section ul{
			margin-left: 30px;
		}
		
			#cont section ul li{
				list-style: disc outside;
			}


/*================================*/
/* 各助成金 */

.grant_table{
	margin-bottom: 60px;
}

	.grant_table section{
		margin-bottom: 30px;
	}
	
		.grant_table section h4{
			margin-bottom: 4px;
			font-size: 14px;
			font-weight: bold;
			line-height: normal;
		}

		/* テーブル */
		.grant_table section table{
			width: 100%;
		}
		
			.grant_table section table th{
				width: 6em;
				font-weight: normal;
				background-color: #F8FDFE;
			}

			.grant_table section table td{
			}
			
				.grant_table section table td dl{
				}
				
					.grant_table section table td dl dt{
					}
					
					.grant_table section table td dl dd{
						padding-left: 1em;
					}
			
				.grant_table section table td ul{
					margin-left: 17px;
				}
				
					.grant_table section table td ul li{
						list-style: disc outside;
					}
		
		/* 目次へ戻る */
		.grant_table section p.goto_cont{
			padding-top: 2px;
			text-align: right;
			line-height: 1em;
		}
		
			.grant_table section p.goto_cont a{
				padding: 2px 6px 2px 19px;
				color: #FFF;
				font-size: 10px;
				text-decoration: none;
				background-color: #7EBA36;
				background-image: url(../img/common/footer_arrow.gif);
				background-position: 4px 4px;
				background-repeat: no-repeat;
				border: solid 1px #AAA;
				border-top: none;
			}
