/*
*  共通
*/

	#table_header_contents {
	
		width: 100%;
		border-collapse: collapse;
		margin: 0px;
	
	}

	#table_header_contents td {
	
		padding: 0px;
		font-size: 90%;
		color: #770000;
	
	}

/*
*   キーワード
*/

	#table_word_contnts {
	
		width: 800px;
		border-collapse: collapse;
	
	}
	
	#table_word_contnts td {
	
		border-top: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		padding: 3px;
		font-size: 90%;
	
	}
	
/*
*   トップ
*/

	#div_top_bar {
	
		margin-top: 15px;
		border: 1px solid #DBE4E9;
		background: #ECF5FA;
		padding: 5px;
	
	}
	
	#table_top_main {
	
		width: 850px;
		margin: 0 auto;
		border-collapse: collapse;
	
	}
	
	#table_top_main td {
	
		vertical-align: top;
	
	}
	
	#div_top_title_alarm {
	
		text-align: center;
		margin-bottom: 10px;
	
	}
